We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a65186 commit 6578b98Copy full SHA for 6578b98
1 file changed
yarn-project/canonical-contracts/package.json
@@ -8,7 +8,8 @@
8
".": "./dest/index.js",
9
"./*": "./dest/*/index.js",
10
"./*/lazy": "./dest/*/lazy.js",
11
- "./auth-registry/address": "./dest/auth-registry/address.gen.js"
+ "./auth-registry/address": "./dest/auth-registry/address.gen.js",
12
+ "./public-checks/address": "./dest/public-checks/address.gen.js"
13
},
14
"scripts": {
15
"build": "yarn clean && yarn generate && ../scripts/tsc.sh",
0 commit comments