@radixdlt/crypto
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -6,3 +6,3 @@ # 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) | ||
## [1.0.50](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.47...@radixdlt/crypto@1.0.50) (2021-07-07) | ||
@@ -15,3 +15,3 @@ **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) | ||
## [1.0.48](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.47...@radixdlt/crypto@1.0.48) (2021-07-07) | ||
@@ -18,0 +18,0 @@ **Note:** Version bump only for package @radixdlt/crypto |
{ | ||
"name": "@radixdlt/crypto", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"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.32", | ||
"@radixdlt/primitives": "^1.0.37", | ||
"@radixdlt/data-formats": "^1.0.33", | ||
"@radixdlt/primitives": "^1.0.38", | ||
"@radixdlt/uint256": "1.1.0", | ||
"@radixdlt/util": "^1.0.31", | ||
"@radixdlt/util": "^1.0.32", | ||
"base-x": "^3.0.8", | ||
@@ -56,3 +56,3 @@ "elliptic": "^6.5.3", | ||
}, | ||
"gitHead": "7981692d823ce34550ce7731c249c995a807e34f" | ||
"gitHead": "0ab9b33f9a95c334ed51f7e9c8a2bae5ea580165" | ||
} |
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
Updated@radixdlt/primitives@^1.0.38
Updated@radixdlt/util@^1.0.32