thirdweb 5.105.26-nightly-b86d520f3c05c4c3741d9f3071f40d13cebe24dd-20250801000425 → 5.105.26

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.105.26-nightly-b86d520f3c05c4c3741d9f3071f40d13cebe24dd-20250801000425";
4
+ exports.version = "5.105.26";
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,0EAA0E,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,UAAU,CAAC"}
@@ -1,2 +1,2 @@
1
- export const version = "5.105.26-nightly-b86d520f3c05c4c3741d9f3071f40d13cebe24dd-20250801000425";
1
+ export const version = "5.105.26";
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,0EAA0E,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,UAAU,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const version = "5.105.26-nightly-b86d520f3c05c4c3741d9f3071f40d13cebe24dd-20250801000425";
1
+ export declare const version = "5.105.26";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,6EAA6E,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,aAAa,CAAC"}
package/package.json CHANGED
@@ -377,7 +377,7 @@
377
377
  }
378
378
  },
379
379
  "typings": "./dist/types/exports/thirdweb.d.ts",
380
- "version": "5.105.26-nightly-b86d520f3c05c4c3741d9f3071f40d13cebe24dd-20250801000425",
380
+ "version": "5.105.26",
381
381
  "scripts": {
382
382
  "bench": "vitest -c ./test/vitest.config.ts bench",
383
383
  "bench:compare": "bun run ./benchmarks/run.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.105.26-nightly-b86d520f3c05c4c3741d9f3071f40d13cebe24dd-20250801000425";
1
+ export const version = "5.105.26";