@imtbl/checkout-sdk 2.1.1-alpha.0 → 2.1.1-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.
@@ -789,7 +789,7 @@ var at = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var _o = "2.1.1-alpha.0";
792
+ var _o = "2.1.1-alpha.2";
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
@@ -5822,7 +5820,7 @@ var xt = class {
5822
5820
  const t = this;
5823
5821
  const o = ue();
5824
5822
  try {
5825
- const n = `https://cdn.jsdelivr.net/npm/@imtbl/checkout-widgets@${ue()}/dist/browser/index.js`;
5823
+ const n = `https://cdn.jsdelivr.net/npm/@imtbl/checkout-widgets@${ue()}/dist/browser/index.cdn.js`;
5826
5824
  const a = await import(
5827
5825
  /* webpackIgnore: true */
5828
5826
  n
@@ -789,7 +789,7 @@ var nt = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var vn = "2.1.1-alpha.0";
792
+ var vn = "2.1.1-alpha.2";
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
@@ -5822,7 +5820,7 @@ var _t = class {
5822
5820
  const t = this;
5823
5821
  const n = le();
5824
5822
  try {
5825
- const o = `https://cdn.jsdelivr.net/npm/@imtbl/checkout-widgets@${le()}/dist/browser/index.js`;
5823
+ const o = `https://cdn.jsdelivr.net/npm/@imtbl/checkout-widgets@${le()}/dist/browser/index.cdn.js`;
5826
5824
  const a = await Promise.resolve().then(() => _interopRequireWildcard(require(
5827
5825
  /* webpackIgnore: true */
5828
5826
  o
@@ -789,7 +789,7 @@ var nt = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var vn = "2.1.1-alpha.0";
792
+ var vn = "2.1.1-alpha.2";
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
@@ -5822,7 +5820,7 @@ var _t = class {
5822
5820
  const t = this;
5823
5821
  const n = le();
5824
5822
  try {
5825
- const o = `https://cdn.jsdelivr.net/npm/@imtbl/checkout-widgets@${le()}/dist/browser/index.js`;
5823
+ const o = `https://cdn.jsdelivr.net/npm/@imtbl/checkout-widgets@${le()}/dist/browser/index.cdn.js`;
5826
5824
  const a = await import(
5827
5825
  /* webpackIgnore: true */
5828
5826
  o
@@ -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.0",
4
+ "version": "2.1.1-alpha.2",
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.0",
9
- "@imtbl/bridge-sdk": "2.1.1-alpha.0",
10
- "@imtbl/config": "2.1.1-alpha.0",
11
- "@imtbl/dex-sdk": "2.1.1-alpha.0",
12
- "@imtbl/generated-clients": "2.1.1-alpha.0",
13
- "@imtbl/metrics": "2.1.1-alpha.0",
14
- "@imtbl/orderbook": "2.1.1-alpha.0",
15
- "@imtbl/passport": "2.1.1-alpha.0",
8
+ "@imtbl/blockchain-data": "2.1.1-alpha.2",
9
+ "@imtbl/bridge-sdk": "2.1.1-alpha.2",
10
+ "@imtbl/config": "2.1.1-alpha.2",
11
+ "@imtbl/dex-sdk": "2.1.1-alpha.2",
12
+ "@imtbl/generated-clients": "2.1.1-alpha.2",
13
+ "@imtbl/metrics": "2.1.1-alpha.2",
14
+ "@imtbl/orderbook": "2.1.1-alpha.2",
15
+ "@imtbl/passport": "2.1.1-alpha.2",
16
16
  "@metamask/detect-provider": "^2.0.0",
17
17
  "axios": "^1.6.5",
18
18
  "ethers": "^6.13.4",