@smithy/abort-controller
Advanced tools
+5
-5
| { | ||
| "name": "@smithy/abort-controller", | ||
| "version": "4.0.1", | ||
| "version": "4.0.2", | ||
| "description": "A simple abort controller library", | ||
@@ -17,3 +17,3 @@ "main": "./dist-cjs/index.js", | ||
| "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"", | ||
| "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "extract:docs": "api-extractor run --local", | ||
@@ -29,3 +29,3 @@ "test": "yarn g:vitest run", | ||
| "dependencies": { | ||
| "@smithy/types": "^4.1.0", | ||
| "@smithy/types": "^4.2.0", | ||
| "tslib": "^2.6.2" | ||
@@ -46,6 +46,6 @@ }, | ||
| ], | ||
| "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/abort-controller", | ||
| "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/abort-controller", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/awslabs/smithy-typescript.git", | ||
| "url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
| "directory": "packages/abort-controller" | ||
@@ -52,0 +52,0 @@ }, |
19651
0.06%Updated