Skip to content

Commit 6578b98

Browse files
committed
refactor(canonical-contracts): add address-only leaf export for public-checks
1 parent 5a65186 commit 6578b98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

yarn-project/canonical-contracts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
".": "./dest/index.js",
99
"./*": "./dest/*/index.js",
1010
"./*/lazy": "./dest/*/lazy.js",
11-
"./auth-registry/address": "./dest/auth-registry/address.gen.js"
11+
"./auth-registry/address": "./dest/auth-registry/address.gen.js",
12+
"./public-checks/address": "./dest/public-checks/address.gen.js"
1213
},
1314
"scripts": {
1415
"build": "yarn clean && yarn generate && ../scripts/tsc.sh",

0 commit comments

Comments
 (0)