merge-error-cause
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "merge-error-cause", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"type": "module", | ||
@@ -49,10 +49,10 @@ "exports": "./build/src/main.js", | ||
"dependencies": { | ||
"normalize-exception": "^2.5.1", | ||
"set-error-class": "^1.1.0", | ||
"set-error-message": "^1.2.0", | ||
"set-error-props": "^3.0.0" | ||
"normalize-exception": "^2.8.0", | ||
"set-error-class": "^1.2.0", | ||
"set-error-message": "^1.3.0", | ||
"set-error-props": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.86", | ||
"test-each": "^5.4.0" | ||
"@ehmicky/dev-tasks": "^1.0.94", | ||
"test-each": "^5.4.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
@@ -369,4 +369,2 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/merge-error-cause.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/merge-error-cause) | ||
like it's 2022 🔮 | ||
- [`error-custom-classes`](https://github.com/ehmicky/error-custom-classes): | ||
Create multiple error classes | ||
- [`error-custom-class`](https://github.com/ehmicky/error-custom-class): Create | ||
@@ -380,2 +378,4 @@ one error class | ||
Normalize exceptions/errors | ||
- [`is-error-instance`](https://github.com/ehmicky/is-error-instance): Check if | ||
a value is an `Error` instance | ||
- [`set-error-class`](https://github.com/ehmicky/set-error-class): Properly | ||
@@ -382,0 +382,0 @@ update an error's class |
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
22359
1
Updatednormalize-exception@^2.8.0
Updatedset-error-class@^1.2.0
Updatedset-error-message@^1.3.0
Updatedset-error-props@^3.3.0