@pafi-dev/issuer 0.27.0 → 0.27.1
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2826,7 +2826,8 @@ async function handleMobilePrepare(params) {
|
|
|
2826
2826
|
scenario: params.scenario,
|
|
2827
2827
|
userOp: sponsoredOp,
|
|
2828
2828
|
pointTokenAddress: params.pointTokenAddress,
|
|
2829
|
-
onWarning: params.onWarning
|
|
2829
|
+
onWarning: params.onWarning,
|
|
2830
|
+
eip7702Auth: params.eip7702Auth
|
|
2830
2831
|
});
|
|
2831
2832
|
const prepared = await prepareMobileUserOp({
|
|
2832
2833
|
lockId: params.lockId,
|
|
@@ -5027,7 +5028,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
5027
5028
|
};
|
|
5028
5029
|
|
|
5029
5030
|
// src/index.ts
|
|
5030
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.27.
|
|
5031
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.27.1" : "dev";
|
|
5031
5032
|
export {
|
|
5032
5033
|
AdapterMisconfiguredError,
|
|
5033
5034
|
AuthError,
|