@imtbl/sdk 1.45.10-alpha.9 → 1.46.0
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 +7 -7
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +48 -53
- package/dist/index.js +48 -53
- package/dist/minting_backend.js +2 -2
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +45 -50
- package/dist/webhook.js +1 -1
- package/dist/x.js +3 -3
- package/package.json +1 -1
package/dist/blockchain_data.js
CHANGED
|
@@ -5339,7 +5339,7 @@ const flattenProperties = (properties) => {
|
|
|
5339
5339
|
};
|
|
5340
5340
|
|
|
5341
5341
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
5342
|
-
const SDK_VERSION = '1.
|
|
5342
|
+
const SDK_VERSION = '1.46.0';
|
|
5343
5343
|
const getFrameParentDomain = () => {
|
|
5344
5344
|
if (isNode()) {
|
|
5345
5345
|
return '';
|
|
@@ -5610,7 +5610,7 @@ class APIError extends Error {
|
|
|
5610
5610
|
|
|
5611
5611
|
/* eslint-disable implicit-arrow-linebreak */
|
|
5612
5612
|
const defaultHeaders = {
|
|
5613
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.
|
|
5613
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.0',
|
|
5614
5614
|
};
|
|
5615
5615
|
/**
|
|
5616
5616
|
* 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.
|
|
160
|
+
const SDK_VERSION$1 = '1.46.0';
|
|
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.
|
|
19589
|
+
const SDK_VERSION = '1.46.0';
|
|
19590
19590
|
const getFrameParentDomain = () => {
|
|
19591
19591
|
if (isNode()) {
|
|
19592
19592
|
return '';
|
|
@@ -31126,7 +31126,7 @@ class APIError extends Error {
|
|
|
31126
31126
|
|
|
31127
31127
|
/* eslint-disable implicit-arrow-linebreak */
|
|
31128
31128
|
const defaultHeaders = {
|
|
31129
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.
|
|
31129
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.0',
|
|
31130
31130
|
};
|
|
31131
31131
|
/**
|
|
31132
31132
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -32664,7 +32664,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
32664
32664
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
32665
32665
|
};
|
|
32666
32666
|
|
|
32667
|
-
const SDK_VERSION_MARKER = '1.
|
|
32667
|
+
const SDK_VERSION_MARKER = '1.46.0';
|
|
32668
32668
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
32669
32669
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
32670
32670
|
|
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.
|
|
147
|
+
const SDK_VERSION = '1.46.0';
|
|
148
148
|
const getFrameParentDomain = () => {
|
|
149
149
|
if (isNode()) {
|
|
150
150
|
return '';
|