Skip to content

Commit 46ed36e

Browse files
committed
pin version
1 parent 41272f4 commit 46ed36e

File tree

2 files changed

+120
-86
lines changed

2 files changed

+120
-86
lines changed

packages/service-utils/package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
},
2727
"typesVersions": {
2828
"*": {
29-
"node": [
30-
"./dist/types/node/index.d.ts"
31-
],
32-
"cf-worker": [
33-
"./dist/types/cf-worker/index.d.ts"
34-
]
29+
"node": ["./dist/types/node/index.d.ts"],
30+
"cf-worker": ["./dist/types/cf-worker/index.d.ts"]
3531
}
3632
},
3733
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay",
@@ -40,19 +36,17 @@
4036
"url": "https://github.com/thirdweb-dev/js/issues"
4137
},
4238
"author": "thirdweb eng <[email protected]>",
43-
"files": [
44-
"dist/"
45-
],
39+
"files": ["dist/"],
4640
"sideEffects": false,
4741
"dependencies": {
4842
"aws4fetch": "1.0.20",
4943
"kafkajs": "2.2.4",
50-
"lz4js": "^0.2.0",
44+
"lz4js": "0.2.0",
5145
"zod": "3.24.1"
5246
},
5347
"devDependencies": {
5448
"@cloudflare/workers-types": "4.20250129.0",
55-
"@types/lz4js": "^0.2.1",
49+
"@types/lz4js": "0.2.1",
5650
"@types/node": "22.13.0",
5751
"typescript": "5.7.3",
5852
"vitest": "3.0.4"

0 commit comments

Comments
 (0)