thirdweb 5.58.3 → 5.58.4-nightly-d936d4e5b9d1455fb57548ed0f1f90beb72ed942-20240922000409

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.
@@ -11,7 +11,7 @@ const getContractMetadata_js_1 = require("../../../extensions/common/read/getCon
11
11
  * @extension ERC1155
12
12
  * @example
13
13
  * ```ts
14
- * import { getClaimParams } from "thirdweb/extensions/erc1155";
14
+ * import { getClaimParams } from "thirdweb/utils";
15
15
  *
16
16
  * const claimParams = await getClaimParams({
17
17
  * contract,
@@ -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.58.3";
4
+ exports.version = "5.58.4-nightly-d936d4e5b9d1455fb57548ed0f1f90beb72ed942-20240922000409";
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,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,wEAAwE,CAAC"}
@@ -8,7 +8,7 @@ import { getContractMetadata } from "../../../extensions/common/read/getContract
8
8
  * @extension ERC1155
9
9
  * @example
10
10
  * ```ts
11
- * import { getClaimParams } from "thirdweb/extensions/erc1155";
11
+ * import { getClaimParams } from "thirdweb/utils";
12
12
  *
13
13
  * const claimParams = await getClaimParams({
14
14
  * contract,
@@ -1,2 +1,2 @@
1
- export const version = "5.58.3";
1
+ export const version = "5.58.4-nightly-d936d4e5b9d1455fb57548ed0f1f90beb72ed942-20240922000409";
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,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,wEAAwE,CAAC"}
@@ -22,7 +22,7 @@ export type GetClaimParamsOptions = {
22
22
  * @extension ERC1155
23
23
  * @example
24
24
  * ```ts
25
- * import { getClaimParams } from "thirdweb/extensions/erc1155";
25
+ * import { getClaimParams } from "thirdweb/utils";
26
26
  *
27
27
  * const claimParams = await getClaimParams({
28
28
  * contract,
@@ -1,2 +1,2 @@
1
- export declare const version = "5.58.3";
1
+ export declare const version = "5.58.4-nightly-d936d4e5b9d1455fb57548ed0f1f90beb72ed942-20240922000409";
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,WAAW,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,2EAA2E,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thirdweb",
3
- "version": "5.58.3",
3
+ "version": "5.58.4-nightly-d936d4e5b9d1455fb57548ed0f1f90beb72ed942-20240922000409",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -34,7 +34,7 @@ export type GetClaimParamsOptions = {
34
34
  * @extension ERC1155
35
35
  * @example
36
36
  * ```ts
37
- * import { getClaimParams } from "thirdweb/extensions/erc1155";
37
+ * import { getClaimParams } from "thirdweb/utils";
38
38
  *
39
39
  * const claimParams = await getClaimParams({
40
40
  * contract,
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.58.3";
1
+ export const version = "5.58.4-nightly-d936d4e5b9d1455fb57548ed0f1f90beb72ed942-20240922000409";