@smithy/util-stream
Advanced tools
Comparing version 3.3.4 to 4.0.0
@@ -47,3 +47,6 @@ var __defProp = Object.defineProperty; | ||
// src/blob/Uint8ArrayBlobAdapter.ts | ||
var _Uint8ArrayBlobAdapter = class _Uint8ArrayBlobAdapter extends Uint8Array { | ||
var Uint8ArrayBlobAdapter = class _Uint8ArrayBlobAdapter extends Uint8Array { | ||
static { | ||
__name(this, "Uint8ArrayBlobAdapter"); | ||
} | ||
/** | ||
@@ -77,4 +80,2 @@ * @param source - such as a string or Stream. | ||
}; | ||
__name(_Uint8ArrayBlobAdapter, "Uint8ArrayBlobAdapter"); | ||
var Uint8ArrayBlobAdapter = _Uint8ArrayBlobAdapter; | ||
@@ -81,0 +82,0 @@ // src/index.ts |
@@ -48,3 +48,3 @@ "use strict"; | ||
if (typeof stream_1.Readable.toWeb !== "function") { | ||
throw new Error("Readable.toWeb() is not supported. Please make sure you are using Node.js >= 17.0.0, or polyfill is available."); | ||
throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available."); | ||
} | ||
@@ -51,0 +51,0 @@ transformed = true; |
@@ -44,3 +44,3 @@ import { streamCollector } from "@smithy/node-http-handler"; | ||
if (typeof Readable.toWeb !== "function") { | ||
throw new Error("Readable.toWeb() is not supported. Please make sure you are using Node.js >= 17.0.0, or polyfill is available."); | ||
throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available."); | ||
} | ||
@@ -47,0 +47,0 @@ transformed = true; |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { Checksum, Encoder } from "@smithy/types"; | ||
@@ -4,0 +5,0 @@ import { Duplex, Readable } from "stream"; |
{ | ||
"name": "@smithy/util-stream", | ||
"version": "3.3.4", | ||
"version": "4.0.0", | ||
"scripts": { | ||
@@ -31,9 +31,9 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"dependencies": { | ||
"@smithy/fetch-http-handler": "^4.1.3", | ||
"@smithy/node-http-handler": "^3.3.3", | ||
"@smithy/types": "^3.7.2", | ||
"@smithy/util-base64": "^3.0.0", | ||
"@smithy/util-buffer-from": "^3.0.0", | ||
"@smithy/util-hex-encoding": "^3.0.0", | ||
"@smithy/util-utf8": "^3.0.0", | ||
"@smithy/fetch-http-handler": "^5.0.0", | ||
"@smithy/node-http-handler": "^4.0.0", | ||
"@smithy/types": "^4.0.0", | ||
"@smithy/util-base64": "^4.0.0", | ||
"@smithy/util-buffer-from": "^4.0.0", | ||
"@smithy/util-hex-encoding": "^4.0.0", | ||
"@smithy/util-utf8": "^4.0.0", | ||
"tslib": "^2.6.2" | ||
@@ -43,3 +43,3 @@ }, | ||
"@smithy/util-test": "^0.2.8", | ||
"@types/node": "^16.18.96", | ||
"@types/node": "^18.11.9", | ||
"concurrently": "7.0.0", | ||
@@ -51,3 +51,3 @@ "downlevel-dts": "0.10.1", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -54,0 +54,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
1392
69095
+ Added@smithy/abort-controller@4.0.0(transitive)
+ Added@smithy/fetch-http-handler@5.0.0(transitive)
+ Added@smithy/is-array-buffer@4.0.0(transitive)
+ Added@smithy/node-http-handler@4.0.0(transitive)
+ Added@smithy/protocol-http@5.0.0(transitive)
+ Added@smithy/querystring-builder@4.0.0(transitive)
+ Added@smithy/types@4.0.0(transitive)
+ Added@smithy/util-base64@4.0.0(transitive)
+ Added@smithy/util-buffer-from@4.0.0(transitive)
+ Added@smithy/util-hex-encoding@4.0.0(transitive)
+ Added@smithy/util-uri-escape@4.0.0(transitive)
+ Added@smithy/util-utf8@4.0.0(transitive)
- Removed@smithy/abort-controller@3.1.9(transitive)
- Removed@smithy/fetch-http-handler@4.1.3(transitive)
- Removed@smithy/is-array-buffer@3.0.0(transitive)
- Removed@smithy/node-http-handler@3.3.3(transitive)
- Removed@smithy/protocol-http@4.1.8(transitive)
- Removed@smithy/querystring-builder@3.0.11(transitive)
- Removed@smithy/types@3.7.2(transitive)
- Removed@smithy/util-base64@3.0.0(transitive)
- Removed@smithy/util-buffer-from@3.0.0(transitive)
- Removed@smithy/util-hex-encoding@3.0.0(transitive)
- Removed@smithy/util-uri-escape@3.0.0(transitive)
- Removed@smithy/util-utf8@3.0.0(transitive)
Updated@smithy/types@^4.0.0
Updated@smithy/util-base64@^4.0.0
Updated@smithy/util-utf8@^4.0.0