@imtbl/sdk 1.46.2-alpha.4 → 1.46.2-alpha.5
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.
- package/dist/blockchain_data.js +2 -2
- package/dist/checkout.js +4 -4
- package/dist/config.js +1 -1
- package/dist/index.browser.js +4 -4
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/dist/minting_backend.js +2 -2
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +4 -4
- package/dist/webhook.js +1 -1
- package/dist/x.js +3 -3
- package/package.json +1 -1
package/dist/blockchain_data.js
CHANGED
|
@@ -5559,7 +5559,7 @@ const flattenProperties = (properties) => {
|
|
|
5559
5559
|
};
|
|
5560
5560
|
|
|
5561
5561
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
5562
|
-
const SDK_VERSION = '1.46.2-alpha.
|
|
5562
|
+
const SDK_VERSION = '1.46.2-alpha.5';
|
|
5563
5563
|
const getFrameParentDomain = () => {
|
|
5564
5564
|
if (isNode()) {
|
|
5565
5565
|
return '';
|
|
@@ -5830,7 +5830,7 @@ class APIError extends Error {
|
|
|
5830
5830
|
|
|
5831
5831
|
/* eslint-disable implicit-arrow-linebreak */
|
|
5832
5832
|
const defaultHeaders = {
|
|
5833
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.2-alpha.
|
|
5833
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.2-alpha.5',
|
|
5834
5834
|
};
|
|
5835
5835
|
/**
|
|
5836
5836
|
* createAPIConfiguration to create a custom Configuration
|
package/dist/checkout.js
CHANGED
|
@@ -157,7 +157,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
157
157
|
};
|
|
158
158
|
|
|
159
159
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
160
|
-
const SDK_VERSION$1 = '1.46.2-alpha.
|
|
160
|
+
const SDK_VERSION$1 = '1.46.2-alpha.5';
|
|
161
161
|
const getFrameParentDomain$1 = () => {
|
|
162
162
|
if (isNode$1()) {
|
|
163
163
|
return '';
|
|
@@ -19586,7 +19586,7 @@ const flattenProperties = (properties) => {
|
|
|
19586
19586
|
};
|
|
19587
19587
|
|
|
19588
19588
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
19589
|
-
const SDK_VERSION = '1.46.2-alpha.
|
|
19589
|
+
const SDK_VERSION = '1.46.2-alpha.5';
|
|
19590
19590
|
const getFrameParentDomain = () => {
|
|
19591
19591
|
if (isNode()) {
|
|
19592
19592
|
return '';
|
|
@@ -31346,7 +31346,7 @@ class APIError extends Error {
|
|
|
31346
31346
|
|
|
31347
31347
|
/* eslint-disable implicit-arrow-linebreak */
|
|
31348
31348
|
const defaultHeaders = {
|
|
31349
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.2-alpha.
|
|
31349
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.2-alpha.5',
|
|
31350
31350
|
};
|
|
31351
31351
|
/**
|
|
31352
31352
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -32894,7 +32894,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
32894
32894
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
32895
32895
|
};
|
|
32896
32896
|
|
|
32897
|
-
const SDK_VERSION_MARKER = '1.46.2-alpha.
|
|
32897
|
+
const SDK_VERSION_MARKER = '1.46.2-alpha.5';
|
|
32898
32898
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
32899
32899
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
32900
32900
|
|
package/dist/config.js
CHANGED
|
@@ -144,7 +144,7 @@ const flattenProperties = (properties) => {
|
|
|
144
144
|
};
|
|
145
145
|
|
|
146
146
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
147
|
-
const SDK_VERSION = '1.46.2-alpha.
|
|
147
|
+
const SDK_VERSION = '1.46.2-alpha.5';
|
|
148
148
|
const getFrameParentDomain = () => {
|
|
149
149
|
if (isNode()) {
|
|
150
150
|
return '';
|