@imtbl/sdk 1.45.7-alpha.1 → 1.45.7
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.browser.js.map +1 -1
- 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 +2 -2
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.45.7
|
|
5342
|
+
const SDK_VERSION = '1.45.7';
|
|
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.45.7
|
|
5613
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.7',
|
|
5614
5614
|
};
|
|
5615
5615
|
/**
|
|
5616
5616
|
* createAPIConfiguration to create a custom Configuration
|