@smithy/hash-stream-node
Advanced tools
Comparing version 3.1.7 to 3.1.8
{ | ||
"name": "@smithy/hash-stream-node", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"scripts": { | ||
@@ -14,3 +14,4 @@ "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}\"", | ||
"test": "yarn g:jest" | ||
"test": "yarn g:vitest run", | ||
"test:watch": "yarn g:vitest watch" | ||
}, | ||
@@ -26,3 +27,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/types": "^3.7.0", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -29,0 +30,0 @@ "tslib": "^2.6.2" |
21355
Updated@smithy/types@^3.7.0