@lumiapassport/ui-kit 1.9.2 → 1.9.3

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.9.2</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.9.3</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.9.2";
3950
+ var IFRAME_VERSION = "1.9.3";
3951
3951
  var IframeWallet = class {
3952
3952
  constructor() {
3953
3953
  console.log("=".repeat(60));
package/dist/index.cjs CHANGED
@@ -5215,7 +5215,7 @@ async function sendUserOperation(session, callTarget, amountWei, innerData = "0x
5215
5215
  }
5216
5216
  const ensureGenerousDefaults = () => {
5217
5217
  const toHex2 = (v) => `0x${v.toString(16)}`;
5218
- const minCallGas = 0x493e0n;
5218
+ const minCallGas = 0x7a120n;
5219
5219
  const minVerificationGas = 0x989680n;
5220
5220
  const minPreVerificationGas = 0x30d40n;
5221
5221
  if (BigInt(userOp.callGasLimit || "0x0") < minCallGas) userOp.callGasLimit = toHex2(minCallGas);
@@ -5402,7 +5402,7 @@ async function prepareUserOperation(session, callTarget, amountWei, innerData =
5402
5402
  }
5403
5403
  const ensureGenerousDefaults = () => {
5404
5404
  const toHex2 = (v) => `0x${v.toString(16)}`;
5405
- const minCallGas = 0x493e0n;
5405
+ const minCallGas = 0x7a120n;
5406
5406
  const minVerificationGas = 0x989680n;
5407
5407
  const minPreVerificationGas = 0x30d40n;
5408
5408
  if (BigInt(userOp.callGasLimit || "0x0") < minCallGas) userOp.callGasLimit = toHex2(minCallGas);
@@ -8701,7 +8701,7 @@ function useLumiaPassportLinkedProfiles() {
8701
8701
  // package.json
8702
8702
  var package_default = {
8703
8703
  name: "@lumiapassport/ui-kit",
8704
- version: "1.9.2",
8704
+ version: "1.9.3",
8705
8705
  description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
8706
8706
  type: "module",
8707
8707
  main: "./dist/index.cjs",