Skip to content

Commit

Permalink
WIP fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 17, 2024
1 parent de7c7e8 commit 9b526d3
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7-4",
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch",
"ava": "^5.3.1"
},
"ava": {
Expand Down
18 changes: 16 additions & 2 deletions a3p-integration/proposals/a:upgrade-next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.7-4":
"@agoric/synthetic-chain@npm:0.0.7-4":
version: 0.0.7-4
resolution: "@agoric/synthetic-chain@npm:0.0.7-4"
dependencies:
Expand All @@ -19,6 +19,20 @@ __metadata:
languageName: node
linkType: hard

"@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch":
version: 0.0.7-4
resolution: "@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch::version=0.0.7-4&hash=fd62a3"
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/c3110ed89324ab0958d6a7d169df454c7957dca3f7ac9486543ad9dd0d06412864543594f964d85a7e95cce8c5ff2ee4f26e74a1fa3ee91ff9aadbf9aecc1d2d
languageName: node
linkType: hard

"@endo/zip@npm:^1.0.1":
version: 1.0.1
resolution: "@endo/zip@npm:1.0.1"
Expand Down Expand Up @@ -1820,7 +1834,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.7-4"
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion a3p-integration/proposals/b:restart-vats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7-4",
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch",
"ava": "^5.3.1"
},
"ava": {
Expand Down
18 changes: 16 additions & 2 deletions a3p-integration/proposals/b:restart-vats/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.7-4":
"@agoric/synthetic-chain@npm:0.0.7-4":
version: 0.0.7-4
resolution: "@agoric/synthetic-chain@npm:0.0.7-4"
dependencies:
Expand All @@ -19,6 +19,20 @@ __metadata:
languageName: node
linkType: hard

"@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch":
version: 0.0.7-4
resolution: "@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch::version=0.0.7-4&hash=fd62a3"
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/c3110ed89324ab0958d6a7d169df454c7957dca3f7ac9486543ad9dd0d06412864543594f964d85a7e95cce8c5ff2ee4f26e74a1fa3ee91ff9aadbf9aecc1d2d
languageName: node
linkType: hard

"@endo/zip@npm:^1.0.1":
version: 1.0.1
resolution: "@endo/zip@npm:1.0.1"
Expand Down Expand Up @@ -1820,7 +1834,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.7-4"
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.7-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-4-5631364877.patch"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 9b526d3

Please sign in to comment.