@lumiapassport/ui-kit 1.15.5 → 1.15.6
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- 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.15.
|
|
18
|
+
<title>Lumia Passport Secure Wallet - iframe version 1.15.6</title>
|
|
19
19
|
|
|
20
20
|
<!-- Styles will be injected by build process -->
|
|
21
21
|
<style>
|
package/dist/iframe/main.js
CHANGED
|
@@ -4402,7 +4402,7 @@ var SigningManager = class extends TokenRefreshApiClient {
|
|
|
4402
4402
|
};
|
|
4403
4403
|
|
|
4404
4404
|
// src/iframe/main.ts
|
|
4405
|
-
var IFRAME_VERSION = "1.15.
|
|
4405
|
+
var IFRAME_VERSION = "1.15.6";
|
|
4406
4406
|
var IframeWallet = class {
|
|
4407
4407
|
constructor() {
|
|
4408
4408
|
console.log("=".repeat(60));
|
package/dist/index.cjs
CHANGED
|
@@ -3881,7 +3881,7 @@ async function sendUserOperation(session, callTarget, amountWei, innerData = "0x
|
|
|
3881
3881
|
};
|
|
3882
3882
|
let estimated = false;
|
|
3883
3883
|
try {
|
|
3884
|
-
const gasEst = await (0, import_bundler.estimateUserOperationGas)(
|
|
3884
|
+
const gasEst = await (0, import_bundler.estimateUserOperationGas)(userOp);
|
|
3885
3885
|
console.log("[Account] Gas estimation from bundler:", { callGasLimit: gasEst.callGasLimit, verificationGasLimit: gasEst.verificationGasLimit, preVerificationGas: gasEst.preVerificationGas });
|
|
3886
3886
|
userOp.callGasLimit = gasEst.callGasLimit;
|
|
3887
3887
|
userOp.verificationGasLimit = gasEst.verificationGasLimit;
|
|
@@ -4070,7 +4070,7 @@ async function prepareUserOperation(session, callTarget, amountWei, innerData =
|
|
|
4070
4070
|
};
|
|
4071
4071
|
let estimated = false;
|
|
4072
4072
|
try {
|
|
4073
|
-
const gasEst = await (0, import_bundler.estimateUserOperationGas)(
|
|
4073
|
+
const gasEst = await (0, import_bundler.estimateUserOperationGas)(userOp);
|
|
4074
4074
|
console.log("[Account] Gas estimation from bundler:", { callGasLimit: gasEst.callGasLimit, verificationGasLimit: gasEst.verificationGasLimit, preVerificationGas: gasEst.preVerificationGas });
|
|
4075
4075
|
userOp.callGasLimit = gasEst.callGasLimit;
|
|
4076
4076
|
userOp.verificationGasLimit = gasEst.verificationGasLimit;
|
|
@@ -5615,7 +5615,7 @@ function Header() {
|
|
|
5615
5615
|
// package.json
|
|
5616
5616
|
var package_default = {
|
|
5617
5617
|
name: "@lumiapassport/ui-kit",
|
|
5618
|
-
version: "1.15.
|
|
5618
|
+
version: "1.15.6",
|
|
5619
5619
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5620
5620
|
type: "module",
|
|
5621
5621
|
main: "./dist/index.cjs",
|