@imtbl/sdk 1.47.4-alpha → 1.47.4-alpha.2

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-CbBJsalL.js → blockchain_data-CgPm4WL5.js} +2 -2
  2. package/dist/blockchain_data.js +3 -3
  3. package/dist/browser/checkout/sdk.js +4 -4
  4. package/dist/browser.index.d.ts +6 -0
  5. package/dist/{checkout-B7xLDjmO.js → checkout-CjKpSjmR.js} +5 -8
  6. package/dist/checkout.d.ts +179 -104
  7. package/dist/checkout.js +5 -5
  8. package/dist/checkout_widgets.d.ts +1 -0
  9. package/dist/{config-BYNJw3md.js → config-BXtXHfQn.js} +1 -1
  10. package/dist/config.js +1 -1
  11. package/dist/{index-d4gxVDah.js → index-BV7-TPDO.js} +1 -1
  12. package/dist/{index-DYxygwhG.js → index-CKYKddDO.js} +1 -1
  13. package/dist/{index-DvP-uJex.js → index-CyjAw8zw.js} +1 -1
  14. package/dist/{index-CW8ylME5.js → index-DBPf0qx4.js} +7 -6
  15. package/dist/{index-C42TjV84.js → index-DSMUrJvb.js} +1 -1
  16. package/dist/{index-DL2_Qli2.js → index-W-3MOFL6.js} +3 -3
  17. package/dist/index.browser.js +4 -4
  18. package/dist/index.browser.js.map +1 -1
  19. package/dist/index.cjs +10 -12
  20. package/dist/index.d.ts +253 -151
  21. package/dist/index.js +14 -14
  22. package/dist/{minting_backend-uIbayhXa.js → minting_backend-BORU2Kp9.js} +3 -3
  23. package/dist/minting_backend.js +5 -5
  24. package/dist/{orderbook-DG-99QpD.js → orderbook-E6MgHlqQ.js} +1 -1
  25. package/dist/orderbook.js +2 -2
  26. package/dist/{passport-BZiTNYmZ.js → passport-Q4ja38LX.js} +3 -3
  27. package/dist/passport.d.ts +179 -103
  28. package/dist/passport.js +4 -4
  29. package/dist/tsconfig.tsbuildinfo +1 -0
  30. package/dist/{webhook-Dku53DbA.js → webhook-Dz9ivzHM.js} +1 -1
  31. package/dist/webhook.js +2 -2
  32. package/dist/{x-DoAGu-CP.js → x-iD3L5vwX.js} +3 -3
  33. package/dist/x.d.ts +189 -115
  34. package/dist/x.js +4 -4
  35. package/package.json +3 -2
@@ -0,0 +1,6 @@
1
+ export * as config from './config';
2
+ export * as blockchainData from './blockchain_data';
3
+ export * as passport from './passport';
4
+ export * as orderbook from './orderbook';
5
+ export * as checkout from './checkout';
6
+ export * as x from './x';
@@ -1,4 +1,4 @@
1
- import { E as Environment$1, t as track, I as ImmutableConfiguration } from './index-DYxygwhG.js';
1
+ import { E as Environment$1, t as track, I as ImmutableConfiguration } from './index-CKYKddDO.js';
2
2
  import { ethers, BigNumber as BigNumber$1, ContractFactory, utils as utils$2, Contract as Contract$1 } from 'ethers';
3
3
  import globalAxios, { HttpStatusCode as HttpStatusCode$1 } from 'axios';
4
4
  import { Web3Provider, JsonRpcProvider } from '@ethersproject/providers';
@@ -9,8 +9,8 @@ import assert from 'assert';
9
9
  import { FeeAmount, Route, SwapQuoter, Pool, Trade, toHex as toHex$1, encodeRouteToPath } from '@uniswap/v3-sdk';
10
10
  import { keccak256 as keccak256$1 } from '@ethersproject/solidity';
11
11
  import { SwapRouter, PaymentsExtended } from '@uniswap/router-sdk';
12
- import { c as constants, O as OrderStatusName, a as Orderbook, A as ActionType, T as TransactionPurpose, S as SignablePurpose } from './index-DvP-uJex.js';
13
- import { B as BlockchainData } from './index-DL2_Qli2.js';
12
+ import { c as constants, O as OrderStatusName, a as Orderbook, A as ActionType, T as TransactionPurpose, S as SignablePurpose } from './index-CyjAw8zw.js';
13
+ import { B as BlockchainData } from './index-W-3MOFL6.js';
14
14
 
15
15
  function bind(fn, thisArg) {
16
16
  return function wrap() {
@@ -19154,7 +19154,7 @@ const flattenProperties = (properties) => {
19154
19154
  };
19155
19155
 
19156
19156
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
19157
- const SDK_VERSION = '1.47.4-alpha';
19157
+ const SDK_VERSION = '1.47.4-alpha.2';
19158
19158
  const getFrameParentDomain = () => {
19159
19159
  if (isNode()) {
19160
19160
  return '';
@@ -24518,7 +24518,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
24518
24518
  maxPriorityFeePerGas: BigNumber$1.from(10e9),
24519
24519
  };
24520
24520
 
24521
- const SDK_VERSION_MARKER = '1.47.4-alpha';
24521
+ const SDK_VERSION_MARKER = '1.47.4-alpha.2';
24522
24522
  // This SDK version is replaced by the `yarn build` command ran on the root level
24523
24523
  const globalPackageVersion = () => SDK_VERSION_MARKER;
24524
24524
 
@@ -28786,9 +28786,6 @@ class Checkout {
28786
28786
  onInjectedProvidersChange(listener) {
28787
28787
  return InjectedProvidersManager.getInstance().subscribe(listener);
28788
28788
  }
28789
- clearInjectedProviders() {
28790
- return InjectedProvidersManager.getInstance().clear();
28791
- }
28792
28789
  /**
28793
28790
  * Checks if a wallet is connected to the specified provider.
28794
28791
  * @param {CheckConnectionParams} params - The parameters for checking the wallet connection.