Skip to content

Commit

Permalink
feat!: exports field to prevent deep imports
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 12, 2024
1 parent a3cca41 commit d769270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/synthetic-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "./dist/lib/index.js",
"type": "module",
"module": "./dist/lib/index.js",
"exports": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env tsx

import { evalBundles } from '@agoric/synthetic-chain/src/lib/core-eval.js';
import { evalBundles } from '@agoric/synthetic-chain';

await evalBundles('submission');

0 comments on commit d769270

Please sign in to comment.