@smithy/util-defaults-mode-node
Advanced tools
Comparing version 3.0.25 to 3.0.26
{ | ||
"name": "@smithy/util-defaults-mode-node", | ||
"version": "3.0.25", | ||
"version": "3.0.26", | ||
"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,8 +27,8 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/config-resolver": "^3.0.10", | ||
"@smithy/credential-provider-imds": "^3.2.5", | ||
"@smithy/node-config-provider": "^3.1.9", | ||
"@smithy/property-provider": "^3.1.8", | ||
"@smithy/smithy-client": "^3.4.2", | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/config-resolver": "^3.0.11", | ||
"@smithy/credential-provider-imds": "^3.2.6", | ||
"@smithy/node-config-provider": "^3.1.10", | ||
"@smithy/property-provider": "^3.1.9", | ||
"@smithy/smithy-client": "^3.4.3", | ||
"@smithy/types": "^3.7.0", | ||
"tslib": "^2.6.2" | ||
@@ -34,0 +35,0 @@ }, |
25125