loggable-error 1.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  ](https://nodejs.org/docs/latest-v20.x/api/)
9
9
 
10
10
  [
11
- ![npm](https://nodei.co/npm/npm-loggable-error.png)
12
- ](https://www.npmjs.com/package/npm-loggable-error)
11
+ ![npm](https://nodei.co/npm/loggable-error.png)
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",
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": "^5.1.1",
18
- "mocha": "^10.7.3"
17
+ "chai": "^6.2.2",
18
+ "mocha": "^11.7.5"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",