@privy-io/public-api
Advanced tools
Comparing version 1.4.4-beta-20231219233129 to 1.4.4-beta-20231220172029
{ | ||
"name": "@privy-io/public-api", | ||
"version": "1.4.4-beta-20231219233129", | ||
"version": "1.4.4-beta-20231220172029", | ||
"engines": { | ||
@@ -46,6 +46,8 @@ "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" | ||
}, | ||
"dependencies": { | ||
"@privy-io/api-base": "0.4.1", | ||
"@privy-io/api-base": "0.4.2-beta-20231220172029", | ||
"ethers": "^5.7.2", | ||
@@ -52,0 +54,0 @@ "libphonenumber-js": "^1.10.31", |
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
269283
+ Added@privy-io/api-base@0.4.2-beta-20231220172029(transitive)
- Removed@privy-io/api-base@0.4.1(transitive)