@cosmjs/tendermint-rpc
Advanced tools
Comparing version 0.24.0-alpha.18 to 0.24.0-alpha.19
{ | ||
"name": "@cosmjs/tendermint-rpc", | ||
"version": "0.24.0-alpha.18", | ||
"version": "0.24.0-alpha.19", | ||
"description": "Tendermint RPC clients", | ||
@@ -22,3 +22,3 @@ "contributors": [ | ||
"type": "git", | ||
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/tendermint-rpc" | ||
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/tendermint-rpc" | ||
}, | ||
@@ -50,8 +50,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.24.0-alpha.18", | ||
"@cosmjs/encoding": "^0.24.0-alpha.18", | ||
"@cosmjs/json-rpc": "^0.24.0-alpha.18", | ||
"@cosmjs/math": "^0.24.0-alpha.18", | ||
"@cosmjs/socket": "^0.24.0-alpha.18", | ||
"@cosmjs/stream": "^0.24.0-alpha.18", | ||
"@cosmjs/crypto": "^0.24.0-alpha.19", | ||
"@cosmjs/encoding": "^0.24.0-alpha.19", | ||
"@cosmjs/json-rpc": "^0.24.0-alpha.19", | ||
"@cosmjs/math": "^0.24.0-alpha.19", | ||
"@cosmjs/socket": "^0.24.0-alpha.19", | ||
"@cosmjs/stream": "^0.24.0-alpha.19", | ||
"axios": "^0.21.1", | ||
@@ -62,5 +62,5 @@ "readonly-date": "^1.0.0", | ||
"devDependencies": { | ||
"@cosmjs/utils": "^0.24.0-alpha.18" | ||
"@cosmjs/utils": "^0.24.0-alpha.19" | ||
}, | ||
"gitHead": "967002cf3ef1c7a452b4b31428fa797f62d8958b" | ||
"gitHead": "429a339e382aaad927b1e124dcf34f7ff3afa7d9" | ||
} |
@@ -14,3 +14,3 @@ # @cosmjs/tendermint-rpc | ||
This package is part of the cosmjs repository, licensed under the Apache License | ||
2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and | ||
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). | ||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and | ||
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)). |
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
146406