ac-custom-error 2.0.6 → 2.0.7

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/CHANGELOG.md +14 -0
  2. package/package.json +4 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.0.7](https://github.com/admiralcloud/ac-custom-error/compare/v2.0.6..v2.0.7) (2026-06-22 15:08:30)
2
+
3
+
4
+ ### Bug Fix
5
+
6
+
7
+ * **App:** Package updates | MP | [f68adf7e5845e4c10910fc3a5642912507bd3dda](https://github.com/admiralcloud/ac-custom-error/commit/f68adf7e5845e4c10910fc3a5642912507bd3dda)
8
+ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9
+ ### Chores
10
+
11
+
12
+ * **App:** Remove nyc | MP | [c6373f294be7ecfbff40a1e089322291ff936887](https://github.com/admiralcloud/ac-custom-error/commit/c6373f294be7ecfbff40a1e089322291ff936887)
13
+ Remove nyc
14
+ Related issues:
1
15
  ## [2.0.6](https://github.com/admiralcloud/ac-custom-error/compare/v2.0.5..v2.0.6) (2026-05-18 19:09:03)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ac-custom-error",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Custom NodeJS error with error code and additional info",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/AdmiralCloud/ac-custom-error",
@@ -9,14 +9,12 @@
9
9
  "devDependencies": {
10
10
  "ac-semantic-release": "^1.0.2",
11
11
  "chai": "^4.5.0",
12
- "eslint": "^10.4.0",
12
+ "eslint": "^10.5.0",
13
13
  "globals": "^17.6.0",
14
- "mocha": "^11.7.5",
15
- "nyc": "^18.0.0"
14
+ "mocha": "^11.7.6"
16
15
  },
17
16
  "scripts": {
18
- "test": "mocha --reporter spec",
19
- "coverage": "nyc yarn run test"
17
+ "test": "mocha --reporter spec"
20
18
  },
21
19
  "engines": {
22
20
  "node": ">=20.0.0"