Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter #4

Merged
merged 37 commits into from
Apr 21, 2024
Merged

Adapter #4

merged 37 commits into from
Apr 21, 2024

Conversation

b3hr4d
Copy link
Collaborator

@b3hr4d b3hr4d commented Apr 21, 2024

This pull request includes several updates to the project:

  1. Updated package references and added support for the @ic-reactor/parser package.
  2. Modified the candidString parameter in createActorContext and useActor.
  3. Updated CandidAdapterProvider to use agentManager in createCandidAdapter.
  4. Updated the subproject commit in the candid-ui example.
  5. Updated lerna.json and package.json files.
  6. Fixed issues related to the candid adapter module loader.
  7. Updated examples with new features.
  8. Updated tsconfig.json to include .d.ts files in the "include" field.
  9. Added imports for "./parser.d.ts" in types.ts.
  10. Fixed import paths to use @src/types instead of @ic-reactor/core/dis.
  11. Updated import paths and dependencies in various files.
  12. Updated end-to-end tests (e2e).
  13. Updated import paths in various files.
  14. Added jsonToString function in AddNote.tsx.

Details

These changes were made to improve the project structure, dependencies, and import paths, ensuring consistency and compatibility across the codebase.


This pull request aims to streamline the project and improve maintainability by updating package references, fixing import paths, and adding support for new features. Please review and merge accordingly.


 - @ic-reactor/core@1.6.0-beta.0
 - @ic-reactor/parser@0.1.0-beta.0
 - @ic-reactor/react@1.6.0-beta.0
 - @ic-reactor/visitor@1.6.8-beta.3
 - @ic-reactor/core@1.6.0-beta.1
 - @ic-reactor/parser@0.1.0-beta.1
 - @ic-reactor/react@1.6.0-beta.1
 - @ic-reactor/visitor@1.6.8-beta.4
 - @ic-reactor/core@1.6.0-beta.2
 - @ic-reactor/react@1.6.0-beta.2
 - @ic-reactor/visitor@1.6.8-beta.5
 - @ic-reactor/core@1.6.0-beta.3
 - @ic-reactor/react@1.6.0-beta.3
 - @ic-reactor/visitor@1.6.8-beta.6
 - @ic-reactor/core@1.6.0-beta.4
 - @ic-reactor/react@1.6.0-beta.4
 - @ic-reactor/visitor@1.6.8-beta.7
…ckage.json, examples/react-provider/src/App.tsx, packages/core/tsconfig.json, and yarn.lock
 - @ic-reactor/core@1.6.0-beta.5
 - @ic-reactor/react@1.6.0-beta.5
 - @ic-reactor/visitor@1.6.8-beta.8
 - @ic-reactor/core@1.6.0-beta.6
 - @ic-reactor/react@1.6.0-beta.6
 - @ic-reactor/visitor@1.6.8-beta.9
@b3hr4d b3hr4d merged commit 7e6fde0 into main Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant