Skip to content

Commit 267fa22

Browse files
committed
build: provenance in sdk package json
1 parent ad53951 commit 267fa22

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/sdk/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@
128128
},
129129
"publishConfig": {
130130
"registry": "https://registry.npmjs.org/",
131-
"access": "public"
131+
"access": "public",
132+
"provenance": true
133+
},
134+
"engines": {
135+
"node": ">=20"
132136
},
133137
"scripts": {
134138
"build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:types",
@@ -147,9 +151,6 @@
147151
"graphql-request": "^6.1.0",
148152
"viem": "^2.0.6"
149153
},
150-
"engines": {
151-
"node": ">=20"
152-
},
153154
"devDependencies": {
154155
"@jest/globals": "^29.7.0",
155156
"@types/fs-extra": "^11.0.1",

0 commit comments

Comments
 (0)