@lit-protocol/accs-schemas
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@lit-protocol/accs-schemas", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -40,3 +40,3 @@ "types": "./types/index.d.ts", | ||
"mocha": "^10.2.0", | ||
"prettier": "^3.2.4", | ||
"prettier": "^3.2.5", | ||
"tsconfig-paths": "^4.2.0", | ||
@@ -43,0 +43,0 @@ "tsx": "^4.7.0", |
@@ -12,2 +12,3 @@ # Lit Protocol Access Control Condition definitions | ||
The following condition types are defined: | ||
- EVM Basic Conditions | ||
@@ -14,0 +15,0 @@ - EVM Custom Contract Conditions |
@@ -74,3 +74,4 @@ /* eslint-disable */ | ||
| 'SIWE' | ||
| 'PKPPermissions'; | ||
| 'PKPPermissions' | ||
| 'LitAction'; | ||
method: string; | ||
@@ -77,0 +78,0 @@ parameters: string[]; |
@@ -80,3 +80,4 @@ { | ||
"SIWE", | ||
"PKPPermissions" | ||
"PKPPermissions", | ||
"LitAction" | ||
] | ||
@@ -83,0 +84,0 @@ }, |
@@ -26,4 +26,4 @@ { | ||
"strictNullChecks": true | ||
}, | ||
} | ||
// "exclude": ["node_modules"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22931
807
31
0