@imtbl/sdk 1.44.0-alpha.3 → 1.44.0-alpha.4

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.
Files changed (35) hide show
  1. package/dist/blockchain_data.js +2 -2
  2. package/dist/browser/checkout/{BridgeWidget-673d6a8d.js → BridgeWidget-7cf47476.js} +1 -1
  3. package/dist/browser/checkout/{OnRampWidget-5c13ce6c.js → OnRampWidget-cfd90d1f.js} +1 -1
  4. package/dist/browser/checkout/{SaleWidget-f4e81633.js → SaleWidget-af87c5f8.js} +1 -1
  5. package/dist/browser/checkout/{SpendingCapHero-98bdf024.js → SpendingCapHero-e9affcbd.js} +1 -1
  6. package/dist/browser/checkout/{SwapWidget-3929b5bc.js → SwapWidget-79b73ef6.js} +1 -1
  7. package/dist/browser/checkout/{TopUpView-cb134948.js → TopUpView-88c0926b.js} +1 -1
  8. package/dist/browser/checkout/{WalletWidget-c7f8b7d9.js → WalletWidget-84da6986.js} +1 -1
  9. package/dist/browser/checkout/{auto-track-8112e696.js → auto-track-2f0bec35.js} +1 -1
  10. package/dist/browser/checkout/{balance-43a6d0fc.js → balance-10f77dac.js} +1 -1
  11. package/dist/browser/checkout/{index-81fdebbf.js → index-4beb9833.js} +2 -2
  12. package/dist/browser/checkout/{index-f56bf7f4.js → index-5d738f0a.js} +1 -1
  13. package/dist/browser/checkout/{index-c9d8eca6.js → index-73d05f47.js} +1 -1
  14. package/dist/browser/checkout/{index-32a5dcd1.js → index-a359b5f2.js} +1 -1
  15. package/dist/browser/checkout/{index-d760fc7e.js → index-ae8e08c9.js} +1 -1
  16. package/dist/browser/checkout/{index-724cc6ea.js → index-b75a5ba6.js} +1 -1
  17. package/dist/browser/checkout/{index-9f9486d8.js → index-b937fa7f.js} +1 -1
  18. package/dist/browser/checkout/index-ba3ce546.js +1 -0
  19. package/dist/browser/checkout/{index.umd-4d3083b9.js → index.umd-b2664745.js} +1 -1
  20. package/dist/browser/checkout/{retry-febade36.js → retry-823d9f10.js} +1 -1
  21. package/dist/browser/checkout/sdk.js +4 -4
  22. package/dist/browser/checkout/widgets-esm.js +1 -1
  23. package/dist/browser/checkout/widgets.js +1 -1
  24. package/dist/checkout.js +4 -4
  25. package/dist/config.js +1 -1
  26. package/dist/index.browser.js +4 -4
  27. package/dist/index.cjs +7 -7
  28. package/dist/index.js +7 -7
  29. package/dist/minting_backend.js +2 -2
  30. package/dist/orderbook.js +1 -1
  31. package/dist/passport.js +4 -4
  32. package/dist/webhook.js +1 -1
  33. package/dist/x.js +3 -3
  34. package/package.json +1 -1
  35. package/dist/browser/checkout/index-0ba9df7a.js +0 -1
package/dist/checkout.js CHANGED
@@ -141,7 +141,7 @@ const flattenProperties$1 = (properties) => {
141
141
  };
142
142
 
143
143
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
144
- const SDK_VERSION$1 = '1.44.0-alpha.3';
144
+ const SDK_VERSION$1 = '1.44.0-alpha.4';
145
145
  const getFrameParentDomain$1 = () => {
146
146
  if (isNode$1()) {
147
147
  return '';
@@ -19551,7 +19551,7 @@ const flattenProperties = (properties) => {
19551
19551
  };
19552
19552
 
19553
19553
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
19554
- const SDK_VERSION = '1.44.0-alpha.3';
19554
+ const SDK_VERSION = '1.44.0-alpha.4';
19555
19555
  const getFrameParentDomain = () => {
19556
19556
  if (isNode()) {
19557
19557
  return '';
@@ -31088,7 +31088,7 @@ class APIError extends Error {
31088
31088
 
31089
31089
  /* eslint-disable implicit-arrow-linebreak */
31090
31090
  const defaultHeaders = {
31091
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.0-alpha.3',
31091
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.0-alpha.4',
31092
31092
  };
31093
31093
  /**
31094
31094
  * createAPIConfiguration to create a custom Configuration
@@ -32620,7 +32620,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
32620
32620
  maxPriorityFeePerGas: BigNumber$1.from(10e9),
32621
32621
  };
32622
32622
 
32623
- const SDK_VERSION_MARKER = '1.44.0-alpha.3';
32623
+ const SDK_VERSION_MARKER = '1.44.0-alpha.4';
32624
32624
  // This SDK version is replaced by the `yarn build` command ran on the root level
32625
32625
  const globalPackageVersion = () => SDK_VERSION_MARKER;
32626
32626
 
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.44.0-alpha.3';
131
+ const SDK_VERSION = '1.44.0-alpha.4';
132
132
  const getFrameParentDomain = () => {
133
133
  if (isNode()) {
134
134
  return '';