@imtbl/sdk 1.40.7-alpha.2 → 1.41.0-alpha.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.
- package/dist/blockchain_data.js +2 -2
- package/dist/browser/checkout/sdk.js +4 -4
- 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/checkout.js
CHANGED
|
@@ -140,7 +140,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
140
140
|
};
|
|
141
141
|
|
|
142
142
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
143
|
-
const SDK_VERSION$1 = '1.
|
|
143
|
+
const SDK_VERSION$1 = '1.41.0-alpha.1';
|
|
144
144
|
const getFrameParentDomain$1 = () => {
|
|
145
145
|
if (isNode$1()) {
|
|
146
146
|
return '';
|
|
@@ -28962,7 +28962,7 @@ const flattenProperties = (properties) => {
|
|
|
28962
28962
|
};
|
|
28963
28963
|
|
|
28964
28964
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
28965
|
-
const SDK_VERSION = '1.
|
|
28965
|
+
const SDK_VERSION = '1.41.0-alpha.1';
|
|
28966
28966
|
const getFrameParentDomain = () => {
|
|
28967
28967
|
if (isNode()) {
|
|
28968
28968
|
return '';
|
|
@@ -40127,7 +40127,7 @@ class APIError extends Error {
|
|
|
40127
40127
|
|
|
40128
40128
|
/* eslint-disable implicit-arrow-linebreak */
|
|
40129
40129
|
const defaultHeaders = {
|
|
40130
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.
|
|
40130
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.0-alpha.1',
|
|
40131
40131
|
};
|
|
40132
40132
|
/**
|
|
40133
40133
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -41659,7 +41659,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
41659
41659
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
41660
41660
|
};
|
|
41661
41661
|
|
|
41662
|
-
const SDK_VERSION_MARKER = '1.
|
|
41662
|
+
const SDK_VERSION_MARKER = '1.41.0-alpha.1';
|
|
41663
41663
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
41664
41664
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
41665
41665
|
|
package/dist/config.js
CHANGED
|
@@ -128,7 +128,7 @@ const flattenProperties = (properties) => {
|
|
|
128
128
|
};
|
|
129
129
|
|
|
130
130
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
131
|
-
const SDK_VERSION = '1.
|
|
131
|
+
const SDK_VERSION = '1.41.0-alpha.1';
|
|
132
132
|
const getFrameParentDomain = () => {
|
|
133
133
|
if (isNode()) {
|
|
134
134
|
return '';
|