@privy-io/api-base
Advanced tools
Comparing version 0.4.1 to 0.4.2-beta-20231220172029
{ | ||
"name": "@privy-io/api-base", | ||
"version": "0.4.1", | ||
"version": "0.4.2-beta-20231220172029", | ||
"engines": { | ||
@@ -39,3 +39,5 @@ "npm": ">=8.0.0", | ||
"lint": "eslint ./**/*.ts && npx tsc --noEmit", | ||
"format": "eslint ./**/*.ts --fix" | ||
"format": "eslint ./**/*.ts --fix", | ||
"test": "jest --testMatch \"**/test/**/*.test.ts\"", | ||
"test:ci": "npm run test" | ||
}, | ||
@@ -42,0 +44,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45708