thirdweb 5.25.0 → 5.25.1

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.25.0";
4
+ exports.version = "5.25.1";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = "5.25.0";
1
+ export const version = "5.25.1";
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "5.25.0";
1
+ export declare const version = "5.25.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thirdweb",
3
- "version": "5.25.0",
3
+ "version": "5.25.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -218,6 +218,9 @@
218
218
  "react": {
219
219
  "optional": true
220
220
  },
221
+ "react-native": {
222
+ "optional": true
223
+ },
221
224
  "ethers": {
222
225
  "optional": true
223
226
  },
@@ -250,6 +253,9 @@
250
253
  },
251
254
  "@react-native-async-storage/async-storage": {
252
255
  "optional": true
256
+ },
257
+ "@coinbase/wallet-mobile-sdk": {
258
+ "optional": true
253
259
  }
254
260
  },
255
261
  "engines": {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.25.0";
1
+ export const version = "5.25.1";