modern-errors-bugs
Advanced tools
Comparing version
{ | ||
"name": "modern-errors-bugs", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"type": "module", | ||
@@ -15,2 +15,3 @@ "exports": { | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -54,7 +55,7 @@ "test": "gulp test" | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.99", | ||
"@ehmicky/dev-tasks": "^1.0.102", | ||
"test-each": "^5.5.0" | ||
}, | ||
"peerDependencies": { | ||
"modern-errors": "^4.1.0" | ||
"modern-errors": "^4.1.1" | ||
}, | ||
@@ -61,0 +62,0 @@ "engines": { |
@@ -53,4 +53,5 @@ <picture> | ||
This package works in both Node.js >=14.18.0 and browsers. It is an ES module | ||
and must be loaded using | ||
This package works in both Node.js >=14.18.0 and | ||
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/tasks/build/browserslist). | ||
It is an ES module and must be loaded using | ||
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), | ||
@@ -125,3 +126,3 @@ not `require()`. | ||
Serialize/parse errors | ||
- [`modern-errors-stack`](https://github.com/ehmicky/modern-errors-stack): Clean | ||
- [`modern-errors-clean`](https://github.com/ehmicky/modern-errors-clean): Clean | ||
stack traces | ||
@@ -128,0 +129,0 @@ - [`modern-errors-http`](https://github.com/ehmicky/modern-errors-http): Create |
10252
1.12%159
0.63%