@smithy/util-stream
Advanced tools
Comparing version 2.0.10 to 2.0.11
{ | ||
"name": "@smithy/util-stream", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"scripts": { | ||
@@ -14,2 +14,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
"extract:docs": "api-extractor run --local", | ||
"test": "jest && karma start karma.conf.js", | ||
@@ -27,5 +28,5 @@ "test:integration": "jest --config jest.config.integ.js" | ||
"dependencies": { | ||
"@smithy/fetch-http-handler": "^2.1.3", | ||
"@smithy/node-http-handler": "^2.1.3", | ||
"@smithy/types": "^2.3.1", | ||
"@smithy/fetch-http-handler": "^2.1.4", | ||
"@smithy/node-http-handler": "^2.1.4", | ||
"@smithy/types": "^2.3.2", | ||
"@smithy/util-base64": "^2.0.0", | ||
@@ -38,3 +39,3 @@ "@smithy/util-buffer-from": "^2.0.0", | ||
"devDependencies": { | ||
"@smithy/util-test": "^0.1.3", | ||
"@smithy/util-test": "^0.1.4", | ||
"@types/chai-as-promised": "^7.1.2", | ||
@@ -41,0 +42,0 @@ "@types/node": "^14.14.31", |
@@ -7,7 +7,1 @@ # @smithy/util-stream | ||
Package with utilities to operate on streams. | ||
> An internal package | ||
## Usage | ||
You probably shouldn't, at least directly. |
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
38157
7