@imtbl/checkout-sdk 2.1.1-alpha.1 → 2.1.1-alpha.3
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/browser/index.js +1 -3
- package/dist/node/index.cjs +1 -3
- package/dist/node/index.js +1 -3
- package/dist/types/sdk.d.ts +0 -2
- package/package.json +9 -9
package/dist/browser/index.js
CHANGED
|
@@ -789,7 +789,7 @@ var at = {
|
|
|
789
789
|
};
|
|
790
790
|
|
|
791
791
|
// src/env/env.ts
|
|
792
|
-
var _o = "2.1.1-alpha.
|
|
792
|
+
var _o = "2.1.1-alpha.3";
|
|
793
793
|
var ue = () => _o;
|
|
794
794
|
|
|
795
795
|
// src/availability/availability.ts
|
|
@@ -5810,8 +5810,6 @@ var xt = class {
|
|
|
5810
5810
|
F.getInstance().initialise();
|
|
5811
5811
|
}
|
|
5812
5812
|
/**
|
|
5813
|
-
* @deprecated Use `import { WidgetsFactory } from '@imtbl/checkout-widgets'` instead.
|
|
5814
|
-
* This method will be removed in the next major release (v3)
|
|
5815
5813
|
* Loads the widgets bundle and initiates the widgets factory.
|
|
5816
5814
|
* @param {WidgetsInit} init - The initialisation parameters for loading the widgets bundle and applying configuration
|
|
5817
5815
|
* @returns {Promise<ImmutableCheckoutWidgets.WidgetsFactory>} A promise that resolves to the widgets factory instance
|
package/dist/node/index.cjs
CHANGED
|
@@ -789,7 +789,7 @@ var nt = {
|
|
|
789
789
|
};
|
|
790
790
|
|
|
791
791
|
// src/env/env.ts
|
|
792
|
-
var vn = "2.1.1-alpha.
|
|
792
|
+
var vn = "2.1.1-alpha.3";
|
|
793
793
|
var le = () => vn;
|
|
794
794
|
|
|
795
795
|
// src/availability/availability.ts
|
|
@@ -5810,8 +5810,6 @@ var _t = class {
|
|
|
5810
5810
|
D.getInstance().initialise();
|
|
5811
5811
|
}
|
|
5812
5812
|
/**
|
|
5813
|
-
* @deprecated Use `import { WidgetsFactory } from '@imtbl/checkout-widgets'` instead.
|
|
5814
|
-
* This method will be removed in the next major release (v3)
|
|
5815
5813
|
* Loads the widgets bundle and initiates the widgets factory.
|
|
5816
5814
|
* @param {WidgetsInit} init - The initialisation parameters for loading the widgets bundle and applying configuration
|
|
5817
5815
|
* @returns {Promise<ImmutableCheckoutWidgets.WidgetsFactory>} A promise that resolves to the widgets factory instance
|
package/dist/node/index.js
CHANGED
|
@@ -789,7 +789,7 @@ var nt = {
|
|
|
789
789
|
};
|
|
790
790
|
|
|
791
791
|
// src/env/env.ts
|
|
792
|
-
var vn = "2.1.1-alpha.
|
|
792
|
+
var vn = "2.1.1-alpha.3";
|
|
793
793
|
var le = () => vn;
|
|
794
794
|
|
|
795
795
|
// src/availability/availability.ts
|
|
@@ -5810,8 +5810,6 @@ var _t = class {
|
|
|
5810
5810
|
D.getInstance().initialise();
|
|
5811
5811
|
}
|
|
5812
5812
|
/**
|
|
5813
|
-
* @deprecated Use `import { WidgetsFactory } from '@imtbl/checkout-widgets'` instead.
|
|
5814
|
-
* This method will be removed in the next major release (v3)
|
|
5815
5813
|
* Loads the widgets bundle and initiates the widgets factory.
|
|
5816
5814
|
* @param {WidgetsInit} init - The initialisation parameters for loading the widgets bundle and applying configuration
|
|
5817
5815
|
* @returns {Promise<ImmutableCheckoutWidgets.WidgetsFactory>} A promise that resolves to the widgets factory instance
|
package/dist/types/sdk.d.ts
CHANGED
|
@@ -22,8 +22,6 @@ export declare class Checkout {
|
|
|
22
22
|
*/
|
|
23
23
|
constructor(config?: CheckoutModuleConfiguration);
|
|
24
24
|
/**
|
|
25
|
-
* @deprecated Use `import { WidgetsFactory } from '@imtbl/checkout-widgets'` instead.
|
|
26
|
-
* This method will be removed in the next major release (v3)
|
|
27
25
|
* Loads the widgets bundle and initiates the widgets factory.
|
|
28
26
|
* @param {WidgetsInit} init - The initialisation parameters for loading the widgets bundle and applying configuration
|
|
29
27
|
* @returns {Promise<ImmutableCheckoutWidgets.WidgetsFactory>} A promise that resolves to the widgets factory instance
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/checkout-sdk",
|
|
3
3
|
"description": "Immutable Checkout SDK",
|
|
4
|
-
"version": "2.1.1-alpha.
|
|
4
|
+
"version": "2.1.1-alpha.3",
|
|
5
5
|
"author": "immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@imtbl/blockchain-data": "2.1.1-alpha.
|
|
9
|
-
"@imtbl/bridge-sdk": "2.1.1-alpha.
|
|
10
|
-
"@imtbl/config": "2.1.1-alpha.
|
|
11
|
-
"@imtbl/dex-sdk": "2.1.1-alpha.
|
|
12
|
-
"@imtbl/generated-clients": "2.1.1-alpha.
|
|
13
|
-
"@imtbl/metrics": "2.1.1-alpha.
|
|
14
|
-
"@imtbl/orderbook": "2.1.1-alpha.
|
|
15
|
-
"@imtbl/passport": "2.1.1-alpha.
|
|
8
|
+
"@imtbl/blockchain-data": "2.1.1-alpha.3",
|
|
9
|
+
"@imtbl/bridge-sdk": "2.1.1-alpha.3",
|
|
10
|
+
"@imtbl/config": "2.1.1-alpha.3",
|
|
11
|
+
"@imtbl/dex-sdk": "2.1.1-alpha.3",
|
|
12
|
+
"@imtbl/generated-clients": "2.1.1-alpha.3",
|
|
13
|
+
"@imtbl/metrics": "2.1.1-alpha.3",
|
|
14
|
+
"@imtbl/orderbook": "2.1.1-alpha.3",
|
|
15
|
+
"@imtbl/passport": "2.1.1-alpha.3",
|
|
16
16
|
"@metamask/detect-provider": "^2.0.0",
|
|
17
17
|
"axios": "^1.6.5",
|
|
18
18
|
"ethers": "^6.13.4",
|