@aws-crypto/crc32
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -6,2 +6,12 @@ # Change Log | ||
# [5.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v5.0.0...v5.1.0) (2023-09-22) | ||
### Bug Fixes | ||
- Update tsc to 2.x ([#735](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/735)) ([782e0de](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/782e0de9f5fef41f694130580a69d940894b6b8c)) | ||
### Features | ||
- Use @smithy/util-utf8 ([#730](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/730)) ([00fb851](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/00fb851ca3559d5a1f370f9256814de1210826b8)), closes [#699](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/699) | ||
# [5.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v4.0.1...v5.0.0) (2023-07-13) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@aws-crypto/crc32", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"scripts": { | ||
@@ -23,5 +23,5 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-crypto/util": "^5.0.0", | ||
"@aws-crypto/util": "^5.1.0", | ||
"@aws-sdk/types": "^3.222.0", | ||
"tslib": "^1.11.1" | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -31,3 +31,3 @@ "engines": { | ||
}, | ||
"gitHead": "c1531d07463954ad12658a1bcce361f2d0cb8225" | ||
"gitHead": "77bc5fbd1e94abbd8b990b2e6444785b4e97b188" | ||
} |
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
33562
- Removedtslib@1.14.1(transitive)
Updated@aws-crypto/util@^5.1.0
Updatedtslib@^2.6.2