Skip to content

Commit

Permalink
chore: use the local version of @agoric/synthetic-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Apr 3, 2024
1 parent e7bf1ca commit 22bcc8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion proposals/16:upgrade-8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"devDependencies": {
"@agoric/synthetic-chain": "^0.0.7",
"@agoric/synthetic-chain": "file:agoric-synthetic-chain-0.0.7-alpha.tgz",
"ava": "^5.3.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions proposals/16:upgrade-8/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.7":
"@agoric/synthetic-chain@file:agoric-synthetic-chain-0.0.7-alpha.tgz::locator=root-workspace-0b6124%40workspace%3A.":
version: 0.0.7
resolution: "@agoric/synthetic-chain@npm:0.0.7"
resolution: "@agoric/synthetic-chain@file:agoric-synthetic-chain-0.0.7-alpha.tgz#agoric-synthetic-chain-0.0.7-alpha.tgz::hash=ad6f72&locator=root-workspace-0b6124%40workspace%3A."
dependencies:
"@endo/zip": "npm:^1.0.1"
better-sqlite3: "npm:^9.4.0"
chalk: "npm:^5.3.0"
execa: "npm:^8.0.1"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/ae53a9c4837eecc7db5020c8e0ac46f02a5a8ae6679adfe5e32365d6895f8ca8eb1da2dad3b3dc7a545ec801275b1a53d68bb0737db462ec9ea82bbcffe37374
checksum: 10c0/3e94b91beac95f54eed19000c813f06558bf94a1e62a2d5776d748817cf8d96b14396eaa2e868104d5451259c74aa47d3d51abae8a2a9607f32345febacc2347
languageName: node
linkType: hard

Expand Down Expand Up @@ -1830,7 +1830,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.7"
"@agoric/synthetic-chain": "file:agoric-synthetic-chain-0.0.7-alpha.tgz"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 22bcc8f

Please sign in to comment.