@aws-sdk/body-checksum-node
Advanced tools
Comparing version 3.32.0 to 3.34.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) | ||
### Features | ||
* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e)) | ||
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/body-checksum-node", | ||
"version": "3.32.0", | ||
"version": "3.34.0", | ||
"scripts": { | ||
"build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build": "yarn build:es && yarn build:cjs", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", | ||
@@ -20,8 +21,8 @@ "test": "jest" | ||
"dependencies": { | ||
"@aws-sdk/chunked-stream-reader-node": "3.32.0", | ||
"@aws-sdk/is-array-buffer": "3.32.0", | ||
"@aws-sdk/protocol-http": "3.32.0", | ||
"@aws-sdk/sha256-tree-hash": "3.32.0", | ||
"@aws-sdk/types": "3.32.0", | ||
"@aws-sdk/util-hex-encoding": "3.32.0", | ||
"@aws-sdk/chunked-stream-reader-node": "3.34.0", | ||
"@aws-sdk/is-array-buffer": "3.34.0", | ||
"@aws-sdk/protocol-http": "3.34.0", | ||
"@aws-sdk/sha256-tree-hash": "3.34.0", | ||
"@aws-sdk/types": "3.34.0", | ||
"@aws-sdk/util-hex-encoding": "3.34.0", | ||
"tslib": "^2.3.0" | ||
@@ -31,3 +32,3 @@ }, | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/util-utf8-node": "3.32.0", | ||
"@aws-sdk/util-utf8-node": "3.34.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -34,0 +35,0 @@ "jest": "^26.1.0", |
{ | ||
"compilerOptions": { | ||
"declarationDir": "./dist/types", | ||
"rootDir": "./src", | ||
"outDir": "./dist/cjs", | ||
"baseUrl": "." | ||
"baseUrl": ".", | ||
"outDir": "dist/cjs", | ||
"rootDir": "src" | ||
}, | ||
@@ -8,0 +7,0 @@ "extends": "../../tsconfig.cjs.json", |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], | ||
"declarationDir": "./dist/types", | ||
"rootDir": "./src", | ||
"outDir": "./dist/es", | ||
"baseUrl": "." | ||
"outDir": "dist/es", | ||
"rootDir": "src" | ||
}, | ||
@@ -9,0 +8,0 @@ "extends": "../../tsconfig.es.json", |
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
43627
12
153
+ Added@aws-sdk/chunked-stream-reader-node@3.34.0(transitive)
+ Added@aws-sdk/is-array-buffer@3.34.0(transitive)
+ Added@aws-sdk/protocol-http@3.34.0(transitive)
+ Added@aws-sdk/sha256-tree-hash@3.34.0(transitive)
+ Added@aws-sdk/types@3.34.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.34.0(transitive)
- Removed@aws-sdk/chunked-stream-reader-node@3.32.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.32.0(transitive)
- Removed@aws-sdk/protocol-http@3.32.0(transitive)
- Removed@aws-sdk/sha256-tree-hash@3.32.0(transitive)
- Removed@aws-sdk/types@3.32.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.32.0(transitive)
Updated@aws-sdk/types@3.34.0