@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/index.js
CHANGED
|
@@ -877,6 +877,10 @@ var init_base = __esm({
|
|
|
877
877
|
chain: lumiaBeam,
|
|
878
878
|
transport: http(lumiaBeam.rpcUrls.default.http[0], { timeout: 1e4, retryCount: 2, fetchOptions: { mode: "cors" } })
|
|
879
879
|
});
|
|
880
|
+
import("@lumiapassport/core/bundler").then(({ setPublicClient }) => {
|
|
881
|
+
setPublicClient(publicClient);
|
|
882
|
+
}).catch(() => {
|
|
883
|
+
});
|
|
880
884
|
bundlerClient = getBundlerClient();
|
|
881
885
|
beamPublic = publicClient;
|
|
882
886
|
viemBundlerClient = bundlerClient;
|
|
@@ -5267,7 +5271,7 @@ function Header() {
|
|
|
5267
5271
|
// package.json
|
|
5268
5272
|
var package_default = {
|
|
5269
5273
|
name: "@lumiapassport/ui-kit",
|
|
5270
|
-
version: "1.14.
|
|
5274
|
+
version: "1.14.13",
|
|
5271
5275
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5272
5276
|
type: "module",
|
|
5273
5277
|
main: "./dist/index.cjs",
|