@lumiapassport/ui-kit 1.14.12 → 1.14.13
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -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.14.
|
|
18
|
+
<title>Lumia Passport Secure Wallet - iframe version 1.14.13</title>
|
|
19
19
|
|
|
20
20
|
<!-- Styles will be injected by build process -->
|
|
21
21
|
<style>
|
package/dist/iframe/main.js
CHANGED
|
@@ -4192,7 +4192,7 @@ var SigningManager = class extends TokenRefreshApiClient {
|
|
|
4192
4192
|
};
|
|
4193
4193
|
|
|
4194
4194
|
// src/iframe/main.ts
|
|
4195
|
-
var IFRAME_VERSION = "1.14.
|
|
4195
|
+
var IFRAME_VERSION = "1.14.13";
|
|
4196
4196
|
var IframeWallet = class {
|
|
4197
4197
|
constructor() {
|
|
4198
4198
|
console.log("=".repeat(60));
|
package/dist/index.cjs
CHANGED
|
@@ -888,6 +888,10 @@ var init_base = __esm({
|
|
|
888
888
|
chain: lumiaBeam,
|
|
889
889
|
transport: (0, import_viem2.http)(lumiaBeam.rpcUrls.default.http[0], { timeout: 1e4, retryCount: 2, fetchOptions: { mode: "cors" } })
|
|
890
890
|
});
|
|
891
|
+
import("@lumiapassport/core/bundler").then(({ setPublicClient }) => {
|
|
892
|
+
setPublicClient(publicClient);
|
|
893
|
+
}).catch(() => {
|
|
894
|
+
});
|
|
891
895
|
bundlerClient = getBundlerClient();
|
|
892
896
|
beamPublic = publicClient;
|
|
893
897
|
viemBundlerClient = bundlerClient;
|
|
@@ -5309,7 +5313,7 @@ function Header() {
|
|
|
5309
5313
|
// package.json
|
|
5310
5314
|
var package_default = {
|
|
5311
5315
|
name: "@lumiapassport/ui-kit",
|
|
5312
|
-
version: "1.14.
|
|
5316
|
+
version: "1.14.13",
|
|
5313
5317
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5314
5318
|
type: "module",
|
|
5315
5319
|
main: "./dist/index.cjs",
|