@aws-sdk/hash-stream-node
Advanced tools
Comparing version 3.54.1 to 3.55.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) | ||
**Note:** Version bump only for package @aws-sdk/hash-stream-node | ||
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15) | ||
@@ -8,0 +16,0 @@ |
@@ -11,3 +11,3 @@ "use strict"; | ||
} | ||
const fileStreamTee = fs_1.createReadStream(fileStream.path, { | ||
const fileStreamTee = (0, fs_1.createReadStream)(fileStream.path, { | ||
start: fileStream.start, | ||
@@ -14,0 +14,0 @@ end: fileStream.end, |
{ | ||
"name": "@aws-sdk/hash-stream-node", | ||
"version": "3.54.1", | ||
"version": "3.55.0", | ||
"scripts": { | ||
@@ -22,8 +22,8 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.54.1", | ||
"tslib": "^2.3.0" | ||
"@aws-sdk/types": "3.55.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/util-hex-encoding": "3.52.0", | ||
"@aws-sdk/util-hex-encoding": "3.55.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -35,3 +35,3 @@ "@types/node": "^10.0.0", | ||
"typedoc": "0.19.2", | ||
"typescript": "~4.3.5" | ||
"typescript": "~4.6.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "engines": { |
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
54957
+ Added@aws-sdk/types@3.55.0(transitive)
- Removed@aws-sdk/types@3.54.1(transitive)
Updated@aws-sdk/types@3.55.0
Updatedtslib@^2.3.1