@radixdlt/crypto
Advanced tools
Comparing version 1.0.47 to 1.0.49
@@ -6,2 +6,18 @@ # Change Log | ||
## [1.0.49](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.48...@radixdlt/crypto@1.0.49) (2021-07-02) | ||
**Note:** Version bump only for package @radixdlt/crypto | ||
## [1.0.48](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.47...@radixdlt/crypto@1.0.48) (2021-07-02) | ||
**Note:** Version bump only for package @radixdlt/crypto | ||
## [1.0.47](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.46...@radixdlt/crypto@1.0.47) (2021-06-28) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@radixdlt/crypto", | ||
"version": "1.0.47", | ||
"version": "1.0.49", | ||
"description": "Cryptographic primitives such as digests (hashing) and Elliptic Curve Cryptography (ECC) methods such as key generation, signing and verify.", | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@radixdlt/data-formats": "1.0.30", | ||
"@radixdlt/primitives": "^1.0.35", | ||
"@radixdlt/data-formats": "^1.0.32", | ||
"@radixdlt/primitives": "^1.0.37", | ||
"@radixdlt/uint256": "1.1.0", | ||
"@radixdlt/util": "1.0.29", | ||
"@radixdlt/util": "^1.0.31", | ||
"base-x": "^3.0.8", | ||
@@ -56,3 +56,3 @@ "elliptic": "^6.5.3", | ||
}, | ||
"gitHead": "8f31887b30b66d1711a87ab70a56c05029cfe728" | ||
"gitHead": "7981692d823ce34550ce7731c249c995a807e34f" | ||
} |
Sorry, the diff of this file is not supported yet
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
638429
230
6945
- Removed@radixdlt/data-formats@1.0.30(transitive)
- Removed@radixdlt/util@1.0.29(transitive)
Updated@radixdlt/primitives@^1.0.37
Updated@radixdlt/util@^1.0.31