@aws-sdk/body-checksum-node
Advanced tools
Comparing version 3.40.0 to 3.46.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) | ||
### Features | ||
* **packages:** end support for Node.js 10.x ([#3141](https://github.com/aws/aws-sdk-js-v3/issues/3141)) ([1a62865](https://github.com/aws/aws-sdk-js-v3/commit/1a6286513f7cdb556708845c512861c5f92eb883)) | ||
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/body-checksum-node", | ||
"version": "3.40.0", | ||
"version": "3.46.0", | ||
"scripts": { | ||
@@ -9,3 +9,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", | ||
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", | ||
"test": "jest" | ||
@@ -22,8 +22,8 @@ }, | ||
"dependencies": { | ||
"@aws-sdk/chunked-stream-reader-node": "3.37.0", | ||
"@aws-sdk/is-array-buffer": "3.37.0", | ||
"@aws-sdk/protocol-http": "3.40.0", | ||
"@aws-sdk/sha256-tree-hash": "3.40.0", | ||
"@aws-sdk/types": "3.40.0", | ||
"@aws-sdk/util-hex-encoding": "3.37.0", | ||
"@aws-sdk/chunked-stream-reader-node": "3.46.0", | ||
"@aws-sdk/is-array-buffer": "3.46.0", | ||
"@aws-sdk/protocol-http": "3.46.0", | ||
"@aws-sdk/sha256-tree-hash": "3.46.0", | ||
"@aws-sdk/types": "3.46.0", | ||
"@aws-sdk/util-hex-encoding": "3.46.0", | ||
"tslib": "^2.3.0" | ||
@@ -33,9 +33,6 @@ }, | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/util-utf8-node": "3.37.0", | ||
"@types/jest": "^26.0.4", | ||
"jest": "^26.1.0", | ||
"typescript": "~4.3.5" | ||
"@aws-sdk/util-utf8-node": "3.46.0" | ||
}, | ||
"engines": { | ||
"node": ">= 10.0.0" | ||
"node": ">= 12.0.0" | ||
}, | ||
@@ -42,0 +39,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
35960
2
+ Added@aws-sdk/chunked-stream-reader-node@3.46.0(transitive)
+ Added@aws-sdk/is-array-buffer@3.46.0(transitive)
+ Added@aws-sdk/protocol-http@3.46.0(transitive)
+ Added@aws-sdk/sha256-tree-hash@3.46.0(transitive)
+ Added@aws-sdk/types@3.46.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.46.0(transitive)
- Removed@aws-sdk/chunked-stream-reader-node@3.37.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.37.0(transitive)
- Removed@aws-sdk/protocol-http@3.40.0(transitive)
- Removed@aws-sdk/sha256-tree-hash@3.40.0(transitive)
- Removed@aws-sdk/types@3.40.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.37.0(transitive)
Updated@aws-sdk/types@3.46.0