@aws-sdk/body-checksum-node
Advanced tools
Comparing version 3.200.0 to 3.201.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.201.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.200.0...v3.201.0) (2022-11-01) | ||
### Features | ||
* end support for Node.js 12.x ([#4123](https://github.com/aws/aws-sdk-js-v3/issues/4123)) ([83f913e](https://github.com/aws/aws-sdk-js-v3/commit/83f913ec2ac3878d8726c6964f585550dc5caf3e)) | ||
# [3.200.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.199.0...v3.200.0) (2022-10-31) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/body-checksum-node", | ||
"version": "3.200.0", | ||
"version": "3.201.0", | ||
"scripts": { | ||
@@ -23,8 +23,8 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/chunked-stream-reader-node": "3.188.0", | ||
"@aws-sdk/is-array-buffer": "3.188.0", | ||
"@aws-sdk/protocol-http": "3.200.0", | ||
"@aws-sdk/sha256-tree-hash": "3.200.0", | ||
"@aws-sdk/types": "3.200.0", | ||
"@aws-sdk/util-hex-encoding": "3.188.0", | ||
"@aws-sdk/chunked-stream-reader-node": "3.201.0", | ||
"@aws-sdk/is-array-buffer": "3.201.0", | ||
"@aws-sdk/protocol-http": "3.201.0", | ||
"@aws-sdk/sha256-tree-hash": "3.201.0", | ||
"@aws-sdk/types": "3.201.0", | ||
"@aws-sdk/util-hex-encoding": "3.201.0", | ||
"tslib": "^2.3.1" | ||
@@ -34,3 +34,3 @@ }, | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/util-utf8-node": "3.199.0", | ||
"@aws-sdk/util-utf8-node": "3.201.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -44,3 +44,3 @@ "concurrently": "7.0.0", | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "typesVersions": { |
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
40564
+ Added@aws-sdk/chunked-stream-reader-node@3.201.0(transitive)
+ Added@aws-sdk/is-array-buffer@3.201.0(transitive)
+ Added@aws-sdk/protocol-http@3.201.0(transitive)
+ Added@aws-sdk/sha256-tree-hash@3.201.0(transitive)
+ Added@aws-sdk/types@3.201.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.201.0(transitive)
- Removed@aws-sdk/chunked-stream-reader-node@3.188.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.188.0(transitive)
- Removed@aws-sdk/protocol-http@3.200.0(transitive)
- Removed@aws-sdk/sha256-tree-hash@3.200.0(transitive)
- Removed@aws-sdk/types@3.200.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.188.0(transitive)
Updated@aws-sdk/types@3.201.0