thirdweb 5.76.0-nightly-485dcc6020089a80d994c24882f389c24a0af039-20241210000351 → 5.76.0-nightly-e702490f2ff5e2b7d6b28c06731af880583cf8bc-20241210010916

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "5.76.0-nightly-485dcc6020089a80d994c24882f389c24a0af039-20241210000351";
4
+ exports.version = "5.76.0-nightly-e702490f2ff5e2b7d6b28c06731af880583cf8bc-20241210010916";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = "5.76.0-nightly-485dcc6020089a80d994c24882f389c24a0af039-20241210000351";
1
+ export const version = "5.76.0-nightly-e702490f2ff5e2b7d6b28c06731af880583cf8bc-20241210010916";
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "5.76.0-nightly-485dcc6020089a80d994c24882f389c24a0af039-20241210000351";
1
+ export declare const version = "5.76.0-nightly-e702490f2ff5e2b7d6b28c06731af880583cf8bc-20241210010916";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thirdweb",
3
- "version": "5.76.0-nightly-485dcc6020089a80d994c24882f389c24a0af039-20241210000351",
3
+ "version": "5.76.0-nightly-e702490f2ff5e2b7d6b28c06731af880583cf8bc-20241210010916",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -217,6 +217,7 @@
217
217
  "fuse.js": "7.0.0",
218
218
  "input-otp": "^1.4.1",
219
219
  "mipd": "0.0.7",
220
+ "ox": "0.4.0",
220
221
  "uqr": "0.1.2",
221
222
  "viem": "2.21.54"
222
223
  },
@@ -229,7 +230,6 @@
229
230
  "ethers": "^5 || ^6",
230
231
  "expo-linking": "^6",
231
232
  "expo-web-browser": "^13 || ^14",
232
- "ox": "0.4.0",
233
233
  "react": "^18 || ^19",
234
234
  "react-native": "*",
235
235
  "react-native-aes-gcm-crypto": "^0.2",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.76.0-nightly-485dcc6020089a80d994c24882f389c24a0af039-20241210000351";
1
+ export const version = "5.76.0-nightly-e702490f2ff5e2b7d6b28c06731af880583cf8bc-20241210010916";