thirdweb 5.88.0 → 5.88.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.88.0";
4
+ exports.version = "5.88.1";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = "5.88.0";
1
+ export const version = "5.88.1";
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "5.88.0";
1
+ export declare const version = "5.88.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.88.0",
3
+ "version": "5.88.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -207,7 +207,7 @@
207
207
  "!tsconfig.build.json"
208
208
  ],
209
209
  "dependencies": {
210
- "@coinbase/wallet-sdk": "4.2.4",
210
+ "@coinbase/wallet-sdk": "4.3.0",
211
211
  "@emotion/react": "11.14.0",
212
212
  "@emotion/styled": "11.14.0",
213
213
  "@google/model-viewer": "2.1.1",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.88.0";
1
+ export const version = "5.88.1";