set-error-message
Advanced tools
Comparing version
{ | ||
"name": "set-error-message", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"type": "module", | ||
@@ -15,2 +15,3 @@ "exports": { | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -54,6 +55,6 @@ "test": "gulp test" | ||
"dependencies": { | ||
"normalize-exception": "^2.10.0" | ||
"normalize-exception": "^2.11.0" | ||
}, | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.99", | ||
"@ehmicky/dev-tasks": "^1.0.102", | ||
"test-each": "^5.5.0" | ||
@@ -60,0 +61,0 @@ }, |
@@ -55,4 +55,5 @@ [](https://www.npmjs.com/package/set-error-message) | ||
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), | ||
@@ -59,0 +60,0 @@ not `require()`. |
11513
1%132
0.76%Updated