loggable-error 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
[
|
|
11
11
|

|
|
12
|
-
](https://www.npmjs.com/package/
|
|
12
|
+
](https://www.npmjs.com/package/loggable-error)
|
|
13
13
|
|
|
14
14
|
In those times when you need to log an error to somewhere other than standard output, this simple module stringifies Error objects in a format akin to `console.log`:
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loggable-error",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Stringifies errors into a format similar to console.log",
|
|
5
5
|
"main": "./src/main.cjs",
|
|
6
6
|
"exports": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"author": "Evan Kaufman <evan@evanskaufman.com>",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"chai": "^
|
|
18
|
-
"mocha": "^
|
|
17
|
+
"chai": "^6.2.2",
|
|
18
|
+
"mocha": "^11.7.5"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|