Skip to content

Commit

Permalink
WIP patch synthetic-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 14, 2024
1 parent 7553b0e commit 031343d
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 3 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.6-4",
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.6-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.6-4-6d733df26b.patch",
"ava": "^5.3.1"
},
"scripts": {
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.6-4":
"@agoric/synthetic-chain@npm:0.0.6-4":
version: 0.0.6-4
resolution: "@agoric/synthetic-chain@npm:0.0.6-4"
dependencies:
Expand All @@ -19,6 +19,20 @@ __metadata:
languageName: node
linkType: hard

"@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.6-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.6-4-6d733df26b.patch":
version: 0.0.6-4
resolution: "@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.6-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.6-4-6d733df26b.patch::version=0.0.6-4&hash=55d08d"
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/7a7e516ae1f2d78f5c6dc8079d9e50dde4bea84e6a555babb5bcc0fc95c8b338443f9d46cbe25660b33b9e1311a0e49b944565fb9ee5766025bd6017a525fdf2
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.6-4"
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.6-4#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.6-4-6d733df26b.patch"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 031343d

Please sign in to comment.