@imtbl/checkout-sdk 2.10.4-alpha.1 → 2.10.5-alpha.0

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.
@@ -803,7 +803,7 @@ var it = {
803
803
  };
804
804
 
805
805
  // src/env/env.ts
806
- var No = "2.10.4-alpha.1";
806
+ var No = "2.10.5-alpha.0";
807
807
  var me = () => No;
808
808
 
809
809
  // src/availability/availability.ts
@@ -1896,7 +1896,8 @@ var Me = class {
1896
1896
  theme_color: "FFFFFF",
1897
1897
  // this only controls the background colour of the Buy button
1898
1898
  default_crypto_currency: e.tokenSymbol || "IMX",
1899
- hide_menu: !(e.showMenu ?? true)
1899
+ hide_menu: !(e.showMenu ?? true),
1900
+ referrer_domain: window.location.origin
1900
1901
  };
1901
1902
  if (e.isPassport && e.email) {
1902
1903
  a = {
@@ -803,7 +803,7 @@ var ot = {
803
803
  };
804
804
 
805
805
  // src/env/env.ts
806
- var kn = "2.10.4-alpha.1";
806
+ var kn = "2.10.5-alpha.0";
807
807
  var pe = () => kn;
808
808
 
809
809
  // src/availability/availability.ts
@@ -1896,7 +1896,8 @@ var Be = class {
1896
1896
  theme_color: "FFFFFF",
1897
1897
  // this only controls the background colour of the Buy button
1898
1898
  default_crypto_currency: e.tokenSymbol || "IMX",
1899
- hide_menu: !(_nullishCoalesce(e.showMenu, () => ( true)))
1899
+ hide_menu: !(_nullishCoalesce(e.showMenu, () => ( true))),
1900
+ referrer_domain: window.location.origin
1900
1901
  };
1901
1902
  if (e.isPassport && e.email) {
1902
1903
  a = {
@@ -803,7 +803,7 @@ var ot = {
803
803
  };
804
804
 
805
805
  // src/env/env.ts
806
- var kn = "2.10.4-alpha.1";
806
+ var kn = "2.10.5-alpha.0";
807
807
  var pe = () => kn;
808
808
 
809
809
  // src/availability/availability.ts
@@ -1896,7 +1896,8 @@ var Be = class {
1896
1896
  theme_color: "FFFFFF",
1897
1897
  // this only controls the background colour of the Buy button
1898
1898
  default_crypto_currency: e.tokenSymbol || "IMX",
1899
- hide_menu: !(e.showMenu ?? true)
1899
+ hide_menu: !(e.showMenu ?? true),
1900
+ referrer_domain: window.location.origin
1900
1901
  };
1901
1902
  if (e.isPassport && e.email) {
1902
1903
  a = {
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.10.4-alpha.1",
4
+ "version": "2.10.5-alpha.0",
5
5
  "author": "immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/blockchain-data": "2.10.4-alpha.1",
9
- "@imtbl/bridge-sdk": "2.10.4-alpha.1",
10
- "@imtbl/config": "2.10.4-alpha.1",
11
- "@imtbl/dex-sdk": "2.10.4-alpha.1",
12
- "@imtbl/generated-clients": "2.10.4-alpha.1",
13
- "@imtbl/metrics": "2.10.4-alpha.1",
14
- "@imtbl/orderbook": "2.10.4-alpha.1",
15
- "@imtbl/passport": "2.10.4-alpha.1",
8
+ "@imtbl/blockchain-data": "2.10.5-alpha.0",
9
+ "@imtbl/bridge-sdk": "2.10.5-alpha.0",
10
+ "@imtbl/config": "2.10.5-alpha.0",
11
+ "@imtbl/dex-sdk": "2.10.5-alpha.0",
12
+ "@imtbl/generated-clients": "2.10.5-alpha.0",
13
+ "@imtbl/metrics": "2.10.5-alpha.0",
14
+ "@imtbl/orderbook": "2.10.5-alpha.0",
15
+ "@imtbl/passport": "2.10.5-alpha.0",
16
16
  "@metamask/detect-provider": "^2.0.0",
17
17
  "axios": "^1.6.5",
18
18
  "ethers": "^6.13.4",