@smarlhens/npm-check-engines 0.13.3 → 0.14.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ## Prerequisites
28
28
 
29
- - [Node.JS](https://nodejs.org/en/download/) **version ^18.19.0 || ^20.5.0 || ^22.0.0 || ^24.0.0**
29
+ - [Node.JS](https://nodejs.org/en/download/) **version ^20.5.0 || ^22.0.0 || >=24.0.0**
30
30
 
31
31
  ---
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarlhens/npm-check-engines",
3
- "version": "0.13.3",
3
+ "version": "0.14.0",
4
4
  "description": "Node.JS engines constraint checker written in TypeScript.",
5
5
  "keywords": [
6
6
  "node",
@@ -82,7 +82,7 @@
82
82
  "@types/cli-table": "0.3.4",
83
83
  "@types/debug": "4.1.13",
84
84
  "@types/lodash-es": "4.17.12",
85
- "@types/node": "18.19.130",
85
+ "@types/node": "20.19.37",
86
86
  "@types/semver": "7.7.1",
87
87
  "@types/update-notifier": "6.0.8",
88
88
  "@types/yargs": "17.0.35",
@@ -100,7 +100,7 @@
100
100
  "vitest": "3.2.4"
101
101
  },
102
102
  "engines": {
103
- "node": "^18.19.0 || ^20.5.0 || ^22.0.0 || >=24.0.0",
103
+ "node": "^20.5.0 || ^22.0.0 || >=24.0.0",
104
104
  "npm": ">=8.0.0"
105
105
  }
106
106
  }