Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(orchestration): Resolve module import issues (#10149)
refs: #10086 ## Description - add types.js indirection layer to fix ERR_MODULE_NOT_FOUND error. - maintains public API shape for intra-monorepo and npm installs. ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations Includes a test in `packages/builders` that ensures `@agoric/orchestration` exports are reachable from a js file. ### Upgrade Considerations Library code for NPM Orch release
- Loading branch information