Skip to content

Commit 908cff8

Browse files
authored
Merge pull request #876 from LIT-Protocol/chore/bump-contracts-version
chore(package.json): update package versions …
2 parents 2379f81 + 2e3f00c commit 908cff8

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

bun.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "@lit-protocol/js-sdk",
66
"dependencies": {
77
"@dotenvx/dotenvx": "^1.6.4",
8-
"@lit-protocol/contracts": "^0.4.0",
8+
"@lit-protocol/contracts": "^0.5.0",
99
"@lit-protocol/nacl": "7.1.1",
1010
"@lit-protocol/uint8arrays": "7.1.1",
1111
"@metamask/eth-sig-util": "5.0.2",
@@ -96,22 +96,22 @@
9696
},
9797
"packages/access-control-conditions": {
9898
"name": "@lit-protocol/access-control-conditions",
99-
"version": "8.0.0-alpha.14",
99+
"version": "8.0.0-beta.6",
100100
"dependencies": {
101101
"ethers": "^5.7.1",
102102
"zod": "3.24.3",
103103
},
104104
},
105105
"packages/access-control-conditions-schemas": {
106106
"name": "@lit-protocol/access-control-conditions-schemas",
107-
"version": "8.0.0-alpha.14",
107+
"version": "8.0.0-beta.6",
108108
"dependencies": {
109109
"zod": "3.24.3",
110110
},
111111
},
112112
"packages/auth": {
113113
"name": "@lit-protocol/auth",
114-
"version": "8.0.0-alpha.14",
114+
"version": "8.0.0-beta.6",
115115
"dependencies": {
116116
"@noble/curves": "^1.8.1",
117117
"@simplewebauthn/browser": "^7.2.0",
@@ -133,7 +133,7 @@
133133
},
134134
"packages/auth-helpers": {
135135
"name": "@lit-protocol/auth-helpers",
136-
"version": "8.0.0-alpha.15",
136+
"version": "8.0.0-beta.6",
137137
"dependencies": {
138138
"@wagmi/core": "^2.17.1",
139139
"ethers": "^5.7.1",
@@ -145,7 +145,7 @@
145145
},
146146
"packages/auth-services": {
147147
"name": "@lit-protocol/auth-services",
148-
"version": "1.0.0-alpha.23",
148+
"version": "2.0.0-beta.9",
149149
"dependencies": {
150150
"@elysiajs/bearer": "^1.2.0",
151151
"@elysiajs/cors": "^1.2.0",
@@ -184,15 +184,15 @@
184184
},
185185
"packages/constants": {
186186
"name": "@lit-protocol/constants",
187-
"version": "8.0.0-alpha.14",
187+
"version": "8.0.0-beta.6",
188188
"dependencies": {
189189
"@openagenda/verror": "^3.1.4",
190190
"zod": "3.24.3",
191191
},
192192
},
193193
"packages/crypto": {
194194
"name": "@lit-protocol/crypto",
195-
"version": "8.0.0-alpha.15",
195+
"version": "8.0.0-beta.6",
196196
"dependencies": {
197197
"@lit-protocol/nacl": "7.1.1",
198198
"@lit-protocol/uint8arrays": "7.1.1",
@@ -203,7 +203,7 @@
203203
},
204204
"packages/lit-client": {
205205
"name": "@lit-protocol/lit-client",
206-
"version": "8.0.0-alpha.18",
206+
"version": "8.0.0-beta.6",
207207
"dependencies": {
208208
"@lit-protocol/uint8arrays": "7.1.1",
209209
"bs58": "^6.0.0",
@@ -213,14 +213,14 @@
213213
},
214214
"packages/logger": {
215215
"name": "@lit-protocol/logger",
216-
"version": "8.0.0-alpha.14",
216+
"version": "8.0.0-beta.6",
217217
"dependencies": {
218218
"pino": "^9.6.0",
219219
},
220220
},
221221
"packages/networks": {
222222
"name": "@lit-protocol/networks",
223-
"version": "8.0.0-alpha.27",
223+
"version": "8.0.0-beta.6",
224224
"dependencies": {
225225
"@lit-protocol/contracts": "^0.4.0",
226226
"@lit-protocol/nacl": "7.1.1",
@@ -238,7 +238,7 @@
238238
},
239239
"packages/schemas": {
240240
"name": "@lit-protocol/schemas",
241-
"version": "8.0.0-alpha.15",
241+
"version": "8.0.0-beta.6",
242242
"dependencies": {
243243
"ethers": "^5.7.1",
244244
"siwe": "^2.3.2",
@@ -248,27 +248,27 @@
248248
},
249249
"packages/types": {
250250
"name": "@lit-protocol/types",
251-
"version": "8.0.0-alpha.14",
251+
"version": "8.0.0-beta.6",
252252
"dependencies": {
253253
"ethers": "^5.7.1",
254254
"zod": "3.24.3",
255255
},
256256
},
257257
"packages/wasm": {
258258
"name": "@lit-protocol/wasm",
259-
"version": "8.0.0-alpha.14",
259+
"version": "8.0.0-beta.6",
260260
"dependencies": {
261261
"ethers": "^5.7.1",
262262
"pako": "^2.1.0",
263263
},
264264
},
265265
"packages/wrapped-keys": {
266266
"name": "@lit-protocol/wrapped-keys",
267-
"version": "8.0.0-alpha.12",
267+
"version": "8.0.0-beta.6",
268268
},
269269
"packages/wrapped-keys-lit-actions": {
270270
"name": "@lit-protocol/wrapped-keys-lit-actions",
271-
"version": "8.0.0-alpha.12",
271+
"version": "8.0.0-beta.6",
272272
},
273273
},
274274
"packages": {
@@ -1090,7 +1090,7 @@
10901090

10911091
"@lit-protocol/constants": ["@lit-protocol/constants@workspace:packages/constants"],
10921092

1093-
"@lit-protocol/contracts": ["@lit-protocol/contracts@0.4.0", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-+PLkQNab2+n7AS6gLUD+b2JoVMTMSB2BDFRoO5epQuli/wd4HBH7XiwBb15111Ta7fn/+TR0R27YJLoDPNYCPg=="],
1093+
"@lit-protocol/contracts": ["@lit-protocol/contracts@0.5.0", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-dXQkG5elAME73DulVEKUu/z43nfrCXj5F5rHW/2TsNbj/Da0206fWoeikHm6lJtfqeKpXkaPn6BN98LY6hwWpQ=="],
10941094

10951095
"@lit-protocol/crypto": ["@lit-protocol/crypto@workspace:packages/crypto"],
10961096

@@ -5028,6 +5028,8 @@
50285028

50295029
"@lerna/write-log-file/write-file-atomic": ["write-file-atomic@4.0.2", "", { "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" } }, "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg=="],
50305030

5031+
"@lit-protocol/auth-services/@lit-protocol/contracts": ["@lit-protocol/contracts@0.4.0", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-+PLkQNab2+n7AS6gLUD+b2JoVMTMSB2BDFRoO5epQuli/wd4HBH7XiwBb15111Ta7fn/+TR0R27YJLoDPNYCPg=="],
5032+
50315033
"@lit-protocol/auth-services/@simplewebauthn/typescript-types": ["@simplewebauthn/typescript-types@8.3.4", "", {}, "sha512-38xtca0OqfRVNloKBrFB5LEM6PN5vzFbJG6rAutPVrtGHFYxPdiV3btYWq0eAZAZmP+dqFPYJxJWeJrGfmYHng=="],
50325034

50335035
"@lit-protocol/auth-services/ethers": ["ethers@5.7.2", "", { "dependencies": { "@ethersproject/abi": "5.7.0", "@ethersproject/abstract-provider": "5.7.0", "@ethersproject/abstract-signer": "5.7.0", "@ethersproject/address": "5.7.0", "@ethersproject/base64": "5.7.0", "@ethersproject/basex": "5.7.0", "@ethersproject/bignumber": "5.7.0", "@ethersproject/bytes": "5.7.0", "@ethersproject/constants": "5.7.0", "@ethersproject/contracts": "5.7.0", "@ethersproject/hash": "5.7.0", "@ethersproject/hdnode": "5.7.0", "@ethersproject/json-wallets": "5.7.0", "@ethersproject/keccak256": "5.7.0", "@ethersproject/logger": "5.7.0", "@ethersproject/networks": "5.7.1", "@ethersproject/pbkdf2": "5.7.0", "@ethersproject/properties": "5.7.0", "@ethersproject/providers": "5.7.2", "@ethersproject/random": "5.7.0", "@ethersproject/rlp": "5.7.0", "@ethersproject/sha2": "5.7.0", "@ethersproject/signing-key": "5.7.0", "@ethersproject/solidity": "5.7.0", "@ethersproject/strings": "5.7.0", "@ethersproject/transactions": "5.7.0", "@ethersproject/units": "5.7.0", "@ethersproject/wallet": "5.7.0", "@ethersproject/web": "5.7.1", "@ethersproject/wordlists": "5.7.0" } }, "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg=="],
@@ -5038,6 +5040,8 @@
50385040

50395041
"@lit-protocol/nacl/tslib": ["tslib@1.14.1", "", {}, "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="],
50405042

5043+
"@lit-protocol/networks/@lit-protocol/contracts": ["@lit-protocol/contracts@0.4.0", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-+PLkQNab2+n7AS6gLUD+b2JoVMTMSB2BDFRoO5epQuli/wd4HBH7XiwBb15111Ta7fn/+TR0R27YJLoDPNYCPg=="],
5044+
50415045
"@lit-protocol/uint8arrays/@lit-protocol/constants": ["@lit-protocol/constants@7.1.1", "", { "dependencies": { "@ethersproject/abstract-provider": "5.7.0", "@lit-protocol/accs-schemas": "^0.0.24", "@lit-protocol/contracts": "^0.0.74", "@lit-protocol/types": "7.1.1", "@openagenda/verror": "^3.1.4", "depd": "^2.0.0", "ethers": "^5.7.1", "siwe": "^2.3.2", "tslib": "1.14.1" } }, "sha512-wJY5r8D0FdvtkQtcjx5JfPC3Qeb5SZ1m72HTcvJdqaJaBgaPP4eg2JSUg9uNJ+knOCyfdiBPl47XlWTGqe1X4Q=="],
50425046

50435047
"@lit-protocol/uint8arrays/@lit-protocol/contracts": ["@lit-protocol/contracts@0.0.74", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-8uV038gzBp7ew7a4884SVt9Zhu8CtiTb+A8dKNnByxVoT1kFt4O4DmsaniV8p9AGjNR13IWfpU1NFChmPHVIpQ=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"private": true,
3636
"dependencies": {
3737
"@dotenvx/dotenvx": "^1.6.4",
38-
"@lit-protocol/contracts": "^0.4.0",
38+
"@lit-protocol/contracts": "^0.5.0",
3939
"@lit-protocol/nacl": "7.1.1",
4040
"@lit-protocol/uint8arrays": "7.1.1",
4141
"@metamask/eth-sig-util": "5.0.2",

0 commit comments

Comments
 (0)