@imtbl/sdk 1.43.1 → 1.43.2-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.
Files changed (37) hide show
  1. package/dist/blockchain_data.js +2 -2
  2. package/dist/browser/checkout/{BridgeWidget-51ab414e.js → BridgeWidget-d56cb3d9.js} +1 -1
  3. package/dist/browser/checkout/{OnRampWidget-88219ca6.js → OnRampWidget-7a1d5914.js} +1 -1
  4. package/dist/browser/checkout/SaleWidget-dd7cc880.js +1 -0
  5. package/dist/browser/checkout/{SpendingCapHero-91d663f4.js → SpendingCapHero-d8d812d1.js} +1 -1
  6. package/dist/browser/checkout/{SwapWidget-50134987.js → SwapWidget-18657ab4.js} +1 -1
  7. package/dist/browser/checkout/{TopUpView-76db7e54.js → TopUpView-15ccc8b9.js} +1 -1
  8. package/dist/browser/checkout/{WalletWidget-a03dda99.js → WalletWidget-45c16667.js} +1 -1
  9. package/dist/browser/checkout/{auto-track-a00d113a.js → auto-track-2e6f5359.js} +1 -1
  10. package/dist/browser/checkout/{balance-a4476d1b.js → balance-3621d500.js} +1 -1
  11. package/dist/browser/checkout/{index-ff50b524.js → index-1c955634.js} +1 -1
  12. package/dist/browser/checkout/{index-3be05152.js → index-364cedbf.js} +1 -1
  13. package/dist/browser/checkout/{index-b3b84862.js → index-4e330c2b.js} +1 -1
  14. package/dist/browser/checkout/{index-bf3c80e4.js → index-4e6fd4fb.js} +2 -2
  15. package/dist/browser/checkout/{index-75519db2.js → index-714e543c.js} +1 -1
  16. package/dist/browser/checkout/{index-3da2ceaf.js → index-7a309739.js} +1 -1
  17. package/dist/browser/checkout/{index-e61bd8e5.js → index-835a0b7b.js} +1 -1
  18. package/dist/browser/checkout/index-f3fb0a60.js +1 -0
  19. package/dist/browser/checkout/{index.umd-0c8ceeac.js → index.umd-1b02f542.js} +1 -1
  20. package/dist/browser/checkout/{retry-5f6a4153.js → retry-54b25cfd.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 +4 -4
  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.browser.js.map +1 -1
  28. package/dist/index.cjs +7 -7
  29. package/dist/index.js +7 -7
  30. package/dist/minting_backend.js +2 -2
  31. package/dist/orderbook.js +1 -1
  32. package/dist/passport.js +4 -4
  33. package/dist/webhook.js +1 -1
  34. package/dist/x.js +3 -3
  35. package/package.json +1 -1
  36. package/dist/browser/checkout/SaleWidget-b112229f.js +0 -1
  37. package/dist/browser/checkout/index-6776acf1.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.43.1';
144
+ const SDK_VERSION$1 = '1.43.2-alpha.1';
145
145
  const getFrameParentDomain$1 = () => {
146
146
  if (isNode$1()) {
147
147
  return '';
@@ -19518,7 +19518,7 @@ const flattenProperties = (properties) => {
19518
19518
  };
19519
19519
 
19520
19520
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
19521
- const SDK_VERSION = '1.43.1';
19521
+ const SDK_VERSION = '1.43.2-alpha.1';
19522
19522
  const getFrameParentDomain = () => {
19523
19523
  if (isNode()) {
19524
19524
  return '';
@@ -31072,7 +31072,7 @@ class APIError extends Error {
31072
31072
 
31073
31073
  /* eslint-disable implicit-arrow-linebreak */
31074
31074
  const defaultHeaders = {
31075
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.43.1',
31075
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.43.2-alpha.1',
31076
31076
  };
31077
31077
  /**
31078
31078
  * createAPIConfiguration to create a custom Configuration
@@ -32604,7 +32604,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
32604
32604
  maxPriorityFeePerGas: BigNumber$1.from(10e9),
32605
32605
  };
32606
32606
 
32607
- const SDK_VERSION_MARKER = '1.43.1';
32607
+ const SDK_VERSION_MARKER = '1.43.2-alpha.1';
32608
32608
  // This SDK version is replaced by the `yarn build` command ran on the root level
32609
32609
  const globalPackageVersion = () => SDK_VERSION_MARKER;
32610
32610
 
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.43.1';
131
+ const SDK_VERSION = '1.43.2-alpha.1';
132
132
  const getFrameParentDomain = () => {
133
133
  if (isNode()) {
134
134
  return '';