@cosmjs/tendermint-rpc
Advanced tools
Comparing version 0.25.0-alpha.3 to 0.25.0
{ | ||
"name": "@cosmjs/tendermint-rpc", | ||
"version": "0.25.0-alpha.3", | ||
"version": "0.25.0", | ||
"description": "Tendermint RPC clients", | ||
@@ -31,3 +31,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", | ||
@@ -46,8 +46,8 @@ "test-edge": "yarn pack-web && karma start --single-run --browsers Edge", | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.25.0-alpha.3", | ||
"@cosmjs/encoding": "^0.25.0-alpha.3", | ||
"@cosmjs/json-rpc": "^0.25.0-alpha.3", | ||
"@cosmjs/math": "^0.25.0-alpha.3", | ||
"@cosmjs/socket": "^0.25.0-alpha.3", | ||
"@cosmjs/stream": "^0.25.0-alpha.3", | ||
"@cosmjs/crypto": "^0.25.0", | ||
"@cosmjs/encoding": "^0.25.0", | ||
"@cosmjs/json-rpc": "^0.25.0", | ||
"@cosmjs/math": "^0.25.0", | ||
"@cosmjs/socket": "^0.25.0", | ||
"@cosmjs/stream": "^0.25.0", | ||
"axios": "^0.21.1", | ||
@@ -58,5 +58,5 @@ "readonly-date": "^1.0.0", | ||
"devDependencies": { | ||
"@cosmjs/utils": "^0.25.0-alpha.3" | ||
"@cosmjs/utils": "^0.25.0" | ||
}, | ||
"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
479240
Updated@cosmjs/crypto@^0.25.0
Updated@cosmjs/encoding@^0.25.0
Updated@cosmjs/json-rpc@^0.25.0
Updated@cosmjs/math@^0.25.0
Updated@cosmjs/socket@^0.25.0
Updated@cosmjs/stream@^0.25.0