@l10nmonster/helpers-json 3.0.0-alpha.2 → 3.0.0-alpha.3

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 +1 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -365,7 +365,7 @@ import { Filter, i18next } from '@l10nmonster/helpers-json';
365
365
 
366
366
  ## Requirements
367
367
 
368
- - Node.js >= 20.12.0
368
+ - Node.js >= 22.11.0
369
369
  - @l10nmonster/core (peer dependency)
370
370
 
371
371
  ## Related Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l10nmonster/helpers-json",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-alpha.3",
4
4
  "description": "Helpers to deal with JSON file formats",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -14,5 +14,8 @@
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@l10nmonster/core": "^3.0.0-alpha.0"
17
+ },
18
+ "engines": {
19
+ "node": ">=22.11.0"
17
20
  }
18
21
  }