@radixdlt/crypto
Advanced tools
Comparing version 1.0.50 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.50...@radixdlt/crypto@1.1.1) (2021-07-07) | ||
**Note:** Version bump only for package @radixdlt/crypto | ||
## [1.0.50](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.47...@radixdlt/crypto@1.0.50) (2021-07-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@radixdlt/crypto", | ||
"version": "1.0.50", | ||
"version": "1.1.1", | ||
"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.33", | ||
"@radixdlt/primitives": "^1.0.38", | ||
"@radixdlt/data-formats": "^1.1.1", | ||
"@radixdlt/primitives": "^1.1.1", | ||
"@radixdlt/uint256": "1.1.0", | ||
"@radixdlt/util": "^1.0.32", | ||
"@radixdlt/util": "^1.1.1", | ||
"base-x": "^3.0.8", | ||
@@ -56,3 +56,3 @@ "elliptic": "^6.5.3", | ||
}, | ||
"gitHead": "0ab9b33f9a95c334ed51f7e9c8a2bae5ea580165" | ||
"gitHead": "8dc0bb6385cadfb44004e4da0fbdc1988e522038" | ||
} |
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
638618
Updated@radixdlt/primitives@^1.1.1
Updated@radixdlt/util@^1.1.1