Skip to content

Commit 197af19

Browse files
committed
build: add qry dep and use namespace for local appchain packages
1 parent b68e4ec commit 197af19

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
"blockstore-core": "4.4.1",
2828
"blockstore-fs": "1.1.11",
2929
"cbor": "^9.0.2",
30-
"chain": "file:../appchain/packages/chain",
3130
"commander": "^12.1.0",
3231
"datastore-core": "9.2.9",
3332
"datastore-fs": "9.1.9",
3433
"helia": "4.2.5",
3534
"libp2p": "1.8.3",
3635
"multiformats": "13.2.2",
37-
"o1js": "1.6.0"
36+
"o1js": "1.6.0",
37+
"@zkn/chain": "file:../appchain/packages/chain",
38+
"@zkn/qry": "file:../appchain/packages/qry"
3839
},
3940
"resolutions": {
4041
"@proto-kit/api": "*",

pnpm-lock.yaml

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)