@aws-sdk/util-body-length-node
Advanced tools
Comparing version 3.37.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.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/util-body-length-node", | ||
"description": "Determines the length of a request body in node.js", | ||
"version": "3.37.0", | ||
"version": "3.46.0", | ||
"scripts": { | ||
@@ -10,10 +10,7 @@ "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" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.4", | ||
"@types/node": "^10.0.0", | ||
"jest": "^26.1.0", | ||
"typescript": "~4.3.5" | ||
"@types/node": "^10.0.0" | ||
}, | ||
@@ -32,3 +29,3 @@ "main": "./dist-cjs/index.js", | ||
"engines": { | ||
"node": ">= 10.0.0" | ||
"node": ">= 12.0.0" | ||
}, | ||
@@ -35,0 +32,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
30939
1