@pafi-dev/core 0.7.2 → 0.7.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.
package/dist/index.d.cts CHANGED
@@ -921,7 +921,7 @@ interface PaymasterConfig {
921
921
  * validates the request's target contracts + function selectors
922
922
  * match the expected pattern for the scenario.
923
923
  */
924
- type SponsorshipScenario = "mint" | "burn" | "swap" | "perp-deposit";
924
+ type SponsorshipScenario = "mint" | "burn" | "swap" | "perp-deposit" | "delegate";
925
925
 
926
926
  /**
927
927
  * @deprecated v0.7.1 — see file comment.
package/dist/index.d.ts CHANGED
@@ -921,7 +921,7 @@ interface PaymasterConfig {
921
921
  * validates the request's target contracts + function selectors
922
922
  * match the expected pattern for the scenario.
923
923
  */
924
- type SponsorshipScenario = "mint" | "burn" | "swap" | "perp-deposit";
924
+ type SponsorshipScenario = "mint" | "burn" | "swap" | "perp-deposit" | "delegate";
925
925
 
926
926
  /**
927
927
  * @deprecated v0.7.1 — see file comment.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pafi-dev/core",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "EIP-712 signing, contract interaction, and Relay calldata for the PAFI point token system",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",