@lumiapassport/ui-kit 1.15.6 → 1.15.8

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.15.6</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.15.8</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -3272,7 +3272,8 @@ var SecureMessenger = class {
3272
3272
  this.NONCE_CLEANUP_INTERVAL = 5 * 60 * 1e3;
3273
3273
  // 5 minutes
3274
3274
  // Debug flag: set to true to log all filtered messages (for debugging only)
3275
- this.DEBUG_FILTERED_MESSAGES = true;
3275
+ // @ts-ignore - injected during build
3276
+ this.DEBUG_FILTERED_MESSAGES = false;
3276
3277
  setInterval(() => this.cleanupOldNonces(), this.NONCE_CLEANUP_INTERVAL);
3277
3278
  }
3278
3279
  /**
@@ -4402,7 +4403,7 @@ var SigningManager = class extends TokenRefreshApiClient {
4402
4403
  };
4403
4404
 
4404
4405
  // src/iframe/main.ts
4405
- var IFRAME_VERSION = "1.15.6";
4406
+ var IFRAME_VERSION = "1.15.8";
4406
4407
  var IframeWallet = class {
4407
4408
  constructor() {
4408
4409
  console.log("=".repeat(60));