@aws-crypto/sha256-universal
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [4.0.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v4.0.0...v4.0.1) (2023-05-22) | ||
### Bug Fixes | ||
- correct package naming in "browser" fields ([#625](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/625)) ([24d8c2b](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/24d8c2b4b740fe2c8faa136384fe3ae8fb1ff60b)) | ||
# [4.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v3.0.0...v4.0.0) (2023-02-20) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@aws-crypto/sha256-universal", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"scripts": { | ||
@@ -29,6 +29,6 @@ "prepublishOnly": "tsc", | ||
"browser": { | ||
"@aws/hash-node": false, | ||
"@aws-sdk/hash-node": false, | ||
"crypto": false | ||
}, | ||
"gitHead": "137e4190b67172548a71f632478da060a914fbfb" | ||
"gitHead": "d736b3b34f84ec62299801355c52002a7ae06c02" | ||
} |
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
24779