handle-cli-error
Advanced tools
Comparing version 2.4.2 to 2.5.0
{ | ||
"name": "handle-cli-error", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"type": "module", | ||
@@ -49,6 +49,6 @@ "exports": "./build/src/main.js", | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.92", | ||
"@ehmicky/dev-tasks": "^1.0.94", | ||
"@sinonjs/fake-timers": "^9.1.2", | ||
"execa": "^6.1.0", | ||
"test-each": "^5.4.0" | ||
"test-each": "^5.4.1" | ||
}, | ||
@@ -61,4 +61,4 @@ "engines": { | ||
"is-plain-obj": "^4.1.0", | ||
"normalize-exception": "^2.6.0" | ||
"normalize-exception": "^2.8.0" | ||
} | ||
} |
@@ -143,2 +143,4 @@ <picture> | ||
Normalize exceptions/errors | ||
- [`is-error-instance`](https://github.com/ehmicky/is-error-instance): Check if | ||
a value is an `Error` instance | ||
- [`merge-error-cause`](https://github.com/ehmicky/merge-error-cause): Merge an | ||
@@ -145,0 +147,0 @@ error with its `cause` |
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
190
16238
1
Updatednormalize-exception@^2.8.0