@imtbl/sdk 1.44.2-alpha.2 → 1.44.2-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 (36) hide show
  1. package/dist/blockchain_data.js +2 -2
  2. package/dist/browser/checkout/{BridgeWidget-120e12d8.js → BridgeWidget-79d1cee0.js} +1 -1
  3. package/dist/browser/checkout/{OnRampWidget-fc33eaad.js → OnRampWidget-7697d29a.js} +1 -1
  4. package/dist/browser/checkout/SaleWidget-764cd14e.js +1 -0
  5. package/dist/browser/checkout/{SpendingCapHero-7990ee4f.js → SpendingCapHero-69898193.js} +1 -1
  6. package/dist/browser/checkout/{SwapWidget-72e70ab7.js → SwapWidget-933cb063.js} +1 -1
  7. package/dist/browser/checkout/{TopUpView-02bbc7cb.js → TopUpView-48c20054.js} +1 -1
  8. package/dist/browser/checkout/{WalletWidget-1c8a479d.js → WalletWidget-e20b4beb.js} +1 -1
  9. package/dist/browser/checkout/{auto-track-8c13d0d3.js → auto-track-d740d37f.js} +1 -1
  10. package/dist/browser/checkout/{balance-48b4f659.js → balance-5dbb224e.js} +1 -1
  11. package/dist/browser/checkout/{index-d824b9ae.js → index-138f7207.js} +1 -1
  12. package/dist/browser/checkout/{index-d9936d4b.js → index-309a8653.js} +1 -1
  13. package/dist/browser/checkout/{index-8c576c9d.js → index-424bb995.js} +16 -16
  14. package/dist/browser/checkout/{index-aa63ffc3.js → index-78ec1867.js} +1 -1
  15. package/dist/browser/checkout/{index-7c1d2ec2.js → index-7930da51.js} +1 -1
  16. package/dist/browser/checkout/index-c54673ee.js +1 -0
  17. package/dist/browser/checkout/{index-0954cf08.js → index-cc5ed46c.js} +3 -3
  18. package/dist/browser/checkout/{index-81699fe9.js → index-ed488589.js} +1 -1
  19. package/dist/browser/checkout/{index.umd-a8dc87e3.js → index.umd-a00ab1ff.js} +1 -1
  20. package/dist/browser/checkout/{retry-063198bb.js → retry-93a08868.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 +74 -74
  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/SaleWidget-3dfa0ea1.js +0 -1
  36. package/dist/browser/checkout/index-ee6270e0.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.2-alpha.2';
144
+ const SDK_VERSION$1 = '1.44.2-alpha.4';
145
145
  const getFrameParentDomain$1 = () => {
146
146
  if (isNode$1()) {
147
147
  return '';
@@ -19553,7 +19553,7 @@ const flattenProperties = (properties) => {
19553
19553
  };
19554
19554
 
19555
19555
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
19556
- const SDK_VERSION = '1.44.2-alpha.2';
19556
+ const SDK_VERSION = '1.44.2-alpha.4';
19557
19557
  const getFrameParentDomain = () => {
19558
19558
  if (isNode()) {
19559
19559
  return '';
@@ -31092,7 +31092,7 @@ class APIError extends Error {
31092
31092
 
31093
31093
  /* eslint-disable implicit-arrow-linebreak */
31094
31094
  const defaultHeaders = {
31095
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.2',
31095
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.4',
31096
31096
  };
31097
31097
  /**
31098
31098
  * createAPIConfiguration to create a custom Configuration
@@ -32624,7 +32624,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
32624
32624
  maxPriorityFeePerGas: BigNumber$1.from(10e9),
32625
32625
  };
32626
32626
 
32627
- const SDK_VERSION_MARKER = '1.44.2-alpha.2';
32627
+ const SDK_VERSION_MARKER = '1.44.2-alpha.4';
32628
32628
  // This SDK version is replaced by the `yarn build` command ran on the root level
32629
32629
  const globalPackageVersion = () => SDK_VERSION_MARKER;
32630
32630
 
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.2-alpha.2';
131
+ const SDK_VERSION = '1.44.2-alpha.4';
132
132
  const getFrameParentDomain = () => {
133
133
  if (isNode()) {
134
134
  return '';