@pafi-dev/issuer 0.27.0 → 0.27.2

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/index.cjs CHANGED
@@ -3045,7 +3045,8 @@ async function handleMobilePrepare(params) {
3045
3045
  scenario: params.scenario,
3046
3046
  userOp: sponsoredOp,
3047
3047
  pointTokenAddress: params.pointTokenAddress,
3048
- onWarning: params.onWarning
3048
+ onWarning: params.onWarning,
3049
+ eip7702Auth: params.eip7702Auth
3049
3050
  });
3050
3051
  const prepared = await prepareMobileUserOp({
3051
3052
  lockId: params.lockId,
@@ -5212,7 +5213,7 @@ var MemoryRedemptionHistoryStore = class {
5212
5213
  };
5213
5214
 
5214
5215
  // src/index.ts
5215
- var PAFI_ISSUER_SDK_VERSION = true ? "0.27.0" : "dev";
5216
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.27.2" : "dev";
5216
5217
  // Annotate the CommonJS export names for ESM import in node:
5217
5218
  0 && (module.exports = {
5218
5219
  AdapterMisconfiguredError,