@smithy/eventstream-serde-config-resolver
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "@smithy/eventstream-serde-config-resolver", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"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,3 +28,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/types": "^3.7.0", | ||
"tslib": "^2.6.2" | ||
@@ -30,0 +31,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
16970
Updated@smithy/types@^3.7.0