@smithy/config-resolver
Advanced tools
Comparing version 3.0.10 to 3.0.11
{ | ||
"name": "@smithy/config-resolver", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"scripts": { | ||
@@ -14,4 +14,5 @@ "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", | ||
"extract:docs": "api-extractor run --local" | ||
"test": "yarn g:vitest run", | ||
"extract:docs": "api-extractor run --local", | ||
"test:watch": "yarn g:vitest watch" | ||
}, | ||
@@ -27,6 +28,6 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/node-config-provider": "^3.1.9", | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/node-config-provider": "^3.1.10", | ||
"@smithy/types": "^3.7.0", | ||
"@smithy/util-config-provider": "^3.0.0", | ||
"@smithy/util-middleware": "^3.0.8", | ||
"@smithy/util-middleware": "^3.0.9", | ||
"tslib": "^2.6.2" | ||
@@ -33,0 +34,0 @@ }, |
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
51675
+ Added@smithy/node-config-provider@3.1.11(transitive)
+ Added@smithy/property-provider@3.1.10(transitive)
+ Added@smithy/shared-ini-file-loader@3.1.11(transitive)
+ Added@smithy/types@3.7.1(transitive)
+ Added@smithy/util-middleware@3.0.10(transitive)
- Removed@smithy/node-config-provider@3.1.9(transitive)
- Removed@smithy/property-provider@3.1.8(transitive)
- Removed@smithy/shared-ini-file-loader@3.1.9(transitive)
- Removed@smithy/types@3.6.0(transitive)
- Removed@smithy/util-middleware@3.0.8(transitive)
Updated@smithy/types@^3.7.0