@aws-sdk/middleware-signing
Advanced tools
Comparing version 3.692.0 to 3.693.0
{ | ||
"name": "@aws-sdk/middleware-signing", | ||
"version": "3.692.0", | ||
"version": "3.693.0", | ||
"scripts": { | ||
@@ -12,7 +12,7 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", | ||
"test": "vitest run", | ||
"test:integration": "vitest run -c vitest.config.integ.ts", | ||
"test": "yarn g:vitest run", | ||
"test:integration": "yarn g:vitest run -c vitest.config.integ.ts", | ||
"extract:docs": "api-extractor run --local", | ||
"test:watch": "vitest watch", | ||
"test:integration:watch": "vitest watch -c vitest.config.integ.ts" | ||
"test:watch": "yarn g:vitest watch", | ||
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts" | ||
}, | ||
@@ -19,0 +19,0 @@ "main": "./dist-cjs/index.js", |
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
41443