@lumiapassport/ui-kit 1.17.14 → 1.17.15

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.
@@ -15,7 +15,7 @@
15
15
  <meta http-equiv="X-Content-Type-Options" content="nosniff" />
16
16
  <meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
17
17
 
18
- <title>Lumia Passport Secure Wallet - iframe version 1.17.14</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.17.15</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -3043,12 +3043,7 @@ var BinanceOnrampAPI = class {
3043
3043
  if (!data?.success) {
3044
3044
  throw new Error(`${data.code}: ${data.message}`);
3045
3045
  }
3046
- const lumiaNetwork = data.data?.find((el) => el.cryptoCurrency === "LUMIA") || null;
3047
- if (!lumiaNetwork) {
3048
- console.error("Lumia is not available in Binance pairs API");
3049
- throw new Error("Lumia is not available in API");
3050
- }
3051
- return lumiaNetwork;
3046
+ return data.data;
3052
3047
  }
3053
3048
  async getPaymentMethodsQuery(payload, accessToken) {
3054
3049
  const response = await fetch(`${API_DOMAIN}/api/binance/modes`, {
@@ -4411,7 +4406,7 @@ var SigningManager = class extends TokenRefreshApiClient {
4411
4406
  };
4412
4407
 
4413
4408
  // src/iframe/main.ts
4414
- var IFRAME_VERSION = "1.17.14";
4409
+ var IFRAME_VERSION = "1.17.15";
4415
4410
  var IframeWallet = class {
4416
4411
  constructor() {
4417
4412
  console.log("=".repeat(60));