@cosmjs/crypto
Advanced tools
Comparing version 0.25.0-alpha.3 to 0.25.0
{ | ||
"name": "@cosmjs/crypto", | ||
"version": "0.25.0-alpha.3", | ||
"version": "0.25.0", | ||
"description": "Cryptography resources for blockchain projects", | ||
@@ -30,3 +30,3 @@ "contributors": [ | ||
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"", | ||
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"", | ||
"format-text": "prettier --write \"./*.md\"", | ||
"test-node": "node jasmine-testrunner.js", | ||
@@ -45,5 +45,5 @@ "test-edge": "yarn pack-web && karma start --single-run --browsers Edge", | ||
"dependencies": { | ||
"@cosmjs/encoding": "^0.25.0-alpha.3", | ||
"@cosmjs/math": "^0.25.0-alpha.3", | ||
"@cosmjs/utils": "^0.25.0-alpha.3", | ||
"@cosmjs/encoding": "^0.25.0", | ||
"@cosmjs/math": "^0.25.0", | ||
"@cosmjs/utils": "^0.25.0", | ||
"bip39": "^3.0.2", | ||
@@ -68,3 +68,3 @@ "bn.js": "^4.11.8", | ||
}, | ||
"gitHead": "1471bf018fd89c162dd334d92a6c79a270975e70" | ||
"gitHead": "1a396b8e7a0529cb1e5fad2e1b2a1cffd73da0cb" | ||
} |
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
370133
Updated@cosmjs/encoding@^0.25.0
Updated@cosmjs/math@^0.25.0
Updated@cosmjs/utils@^0.25.0