@smithy/abort-controller
Advanced tools
Comparing version 3.1.6 to 3.1.7
{ | ||
"name": "@smithy/abort-controller", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "A simple abort controller library", | ||
@@ -19,3 +19,4 @@ "main": "./dist-cjs/index.js", | ||
"extract:docs": "api-extractor run --local", | ||
"test": "yarn g:jest" | ||
"test": "yarn g:vitest run", | ||
"test:watch": "yarn g:vitest watch" | ||
}, | ||
@@ -28,3 +29,3 @@ "author": { | ||
"dependencies": { | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/types": "^3.7.0", | ||
"tslib": "^2.6.2" | ||
@@ -31,0 +32,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
19726
Updated@smithy/types@^3.7.0