@cosmjs/crypto
Advanced tools
Comparing version 0.24.0-alpha.18 to 0.24.0-alpha.19
{ | ||
"name": "@cosmjs/crypto", | ||
"version": "0.24.0-alpha.18", | ||
"version": "0.24.0-alpha.19", | ||
"description": "Cryptography resources for blockchain projects", | ||
@@ -21,3 +21,3 @@ "contributors": [ | ||
"type": "git", | ||
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/crypto" | ||
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/crypto" | ||
}, | ||
@@ -49,5 +49,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@cosmjs/encoding": "^0.24.0-alpha.18", | ||
"@cosmjs/math": "^0.24.0-alpha.18", | ||
"@cosmjs/utils": "^0.24.0-alpha.18", | ||
"@cosmjs/encoding": "^0.24.0-alpha.19", | ||
"@cosmjs/math": "^0.24.0-alpha.19", | ||
"@cosmjs/utils": "^0.24.0-alpha.19", | ||
"bip39": "^3.0.2", | ||
@@ -72,3 +72,3 @@ "bn.js": "^4.11.8", | ||
}, | ||
"gitHead": "967002cf3ef1c7a452b4b31428fa797f62d8958b" | ||
"gitHead": "429a339e382aaad927b1e124dcf34f7ff3afa7d9" | ||
} |
@@ -14,3 +14,3 @@ # @cosmjs/crypto | ||
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
89418