verify-xrpl-signature
Advanced tools
Comparing version 4.1.3 to 4.1.4
{ | ||
"name": "verify-xrpl-signature", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Verify XRPL signed TX blob", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"pull": "git pull && npm run pm2 && pm2 monit", | ||
"test": "npm run clean && npm run build && jest --ci --verbose" | ||
"test": "npm run clean && npm install node-fetch@2 @types/node-fetch && npm run build && jest --ci --verbose && npm rm node-fetch@2 @types/node-fetch" | ||
}, | ||
@@ -33,3 +33,2 @@ "files": [ | ||
"@types/node": "^12.12.14", | ||
"@types/node-fetch": "^2.6.9", | ||
"jest": "^27.3.1", | ||
@@ -36,0 +35,0 @@ "node-fetch": "^2.7.0", |
12107
6