@smithy/util-stream-node
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "@smithy/util-stream-node", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"scripts": { | ||
@@ -13,3 +13,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"" | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"" | ||
}, | ||
@@ -25,3 +25,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/node-http-handler": "^4.0.1", | ||
"@smithy/node-http-handler": "^4.0.2", | ||
"@smithy/types": "^4.1.0", | ||
@@ -28,0 +28,0 @@ "@smithy/util-buffer-from": "^4.0.0", |
22870