@aws-sdk/chunked-stream-reader-node 3.495.0 → 3.552.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@aws-sdk/chunked-stream-reader-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/chunked-stream-reader-node)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/chunked-stream-reader-node.svg)](https://www.npmjs.com/package/@aws-sdk/chunked-stream-reader-node)
5
5
 
6
- Exports a streamReader function that accepts a readable stream, a function to call on each chunk, and a chunk size in bytes to buffer interally before calling the supplied function.
6
+ Exports a streamReader function that accepts a readable stream, a function to call on each chunk, and a chunk size in bytes to buffer internally before calling the supplied function.
7
7
 
8
8
  This package is meant for the AWS SDK for JavaScript to enable reading a stream with consistent chunk sizes.
9
9
 
package/dist-cjs/index.js CHANGED
@@ -61,6 +61,8 @@ function mergeUint8Arrays(a, b) {
61
61
  }
62
62
  __name(mergeUint8Arrays, "mergeUint8Arrays");
63
63
  // Annotate the CommonJS export names for ESM import in node:
64
+
64
65
  0 && (module.exports = {
65
66
  streamReader
66
67
  });
68
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/chunked-stream-reader-node",
3
- "version": "3.495.0",
3
+ "version": "3.552.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline chunked-stream-reader-node",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "tslib": "^2.5.0"
23
+ "tslib": "^2.6.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@tsconfig/recommended": "1.0.1",