@smithy/service-error-classification
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "@smithy/service-error-classification", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"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" | ||
}, | ||
@@ -57,4 +58,4 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/types": "^3.6.0" | ||
"@smithy/types": "^3.7.0" | ||
} | ||
} |
23133
Updated@smithy/types@^3.7.0