@volr/react 0.2.5 → 0.2.7

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
@@ -974,6 +974,9 @@ interface PaymentToken {
974
974
  address: string;
975
975
  iconUrl?: string | null;
976
976
  permitSupported?: boolean;
977
+ permitType?: 'EIP2612' | 'PERMIT2' | 'NONE';
978
+ permitDomainStatus?: 'STANDARD' | 'OVERRIDE' | 'MANUAL_REQUIRED' | 'UNSUPPORTED';
979
+ permit2Address?: string | null;
977
980
  }
978
981
  interface PaymentResult {
979
982
  id: string;
package/dist/index.d.ts CHANGED
@@ -974,6 +974,9 @@ interface PaymentToken {
974
974
  address: string;
975
975
  iconUrl?: string | null;
976
976
  permitSupported?: boolean;
977
+ permitType?: 'EIP2612' | 'PERMIT2' | 'NONE';
978
+ permitDomainStatus?: 'STANDARD' | 'OVERRIDE' | 'MANUAL_REQUIRED' | 'UNSUPPORTED';
979
+ permit2Address?: string | null;
977
980
  }
978
981
  interface PaymentResult {
979
982
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volr/react",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Volr React SDK - Headless React hooks and providers for Volr",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -40,7 +40,7 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@volr/sdk-core": "0.2.5",
43
+ "@volr/sdk-core": "0.2.7",
44
44
  "axios": "^1.13.2"
45
45
  },
46
46
  "peerDependencies": {