@lumiapassport/ui-kit 1.12.0 → 1.12.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.
- package/dist/iframe/index.html +1 -1
- package/dist/iframe/main.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/iframe/index.html
CHANGED
|
@@ -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.12.
|
|
18
|
+
<title>Lumia Passport Secure Wallet - iframe version 1.12.1</title>
|
|
19
19
|
|
|
20
20
|
<!-- Styles will be injected by build process -->
|
|
21
21
|
<style>
|
package/dist/iframe/main.js
CHANGED
|
@@ -3964,7 +3964,7 @@ var SigningManager = class extends TokenRefreshApiClient {
|
|
|
3964
3964
|
};
|
|
3965
3965
|
|
|
3966
3966
|
// src/iframe/main.ts
|
|
3967
|
-
var IFRAME_VERSION = "1.12.
|
|
3967
|
+
var IFRAME_VERSION = "1.12.1";
|
|
3968
3968
|
var IframeWallet = class {
|
|
3969
3969
|
constructor() {
|
|
3970
3970
|
console.log("=".repeat(60));
|
package/dist/index.cjs
CHANGED
|
@@ -3801,7 +3801,7 @@ var init_package = __esm({
|
|
|
3801
3801
|
"package.json"() {
|
|
3802
3802
|
package_default = {
|
|
3803
3803
|
name: "@lumiapassport/ui-kit",
|
|
3804
|
-
version: "1.12.
|
|
3804
|
+
version: "1.12.1",
|
|
3805
3805
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
3806
3806
|
type: "module",
|
|
3807
3807
|
main: "./dist/index.cjs",
|