nightingale-json-formatter 17.0.0 → 18.0.0

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.0.0](https://github.com/christophehurpeau/nightingale/compare/v17.0.1...v18.0.0) (2025-11-15)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * drop node 20
11
+
12
+ ### Features
13
+
14
+ * update dependencies
15
+
16
+ Version bump for dependency: nightingale
17
+
18
+
19
+ ## [17.0.1](https://github.com/christophehurpeau/nightingale/compare/v17.0.0...v17.0.1) (2025-10-22)
20
+
21
+ Version bump for dependency: nightingale
22
+
23
+
6
24
  ## [17.0.0](https://github.com/christophehurpeau/nightingale/compare/v16.2.0...v17.0.0) (2025-10-20)
7
25
 
8
26
  Version bump for dependency: nightingale
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-json-formatter",
3
- "version": "17.0.0",
3
+ "version": "18.0.0",
4
4
  "description": "Deprecated: use JSONFormatter from nightingale",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -16,7 +16,7 @@
16
16
  "homepage": "https://github.com/christophehurpeau/nightingale",
17
17
  "type": "module",
18
18
  "engines": {
19
- "node": ">=20.11.0"
19
+ "node": ">=22.18.0"
20
20
  },
21
21
  "sideEffects": false,
22
22
  "main": "./lib/index.js",
@@ -41,6 +41,6 @@
41
41
  "pob": {},
42
42
  "prettier": "@pob/root/prettier-config",
43
43
  "dependencies": {
44
- "nightingale": "17.0.0"
44
+ "nightingale": "18.0.0"
45
45
  }
46
46
  }