@lumiapassport/ui-kit 1.10.0 → 1.10.1

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.10.0</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.10.1</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -3947,7 +3947,7 @@ var BackupManager = class {
3947
3947
  };
3948
3948
 
3949
3949
  // src/iframe/main.ts
3950
- var IFRAME_VERSION = "1.10.0";
3950
+ var IFRAME_VERSION = "1.10.1";
3951
3951
  var IframeWallet = class {
3952
3952
  constructor() {
3953
3953
  console.log("=".repeat(60));