neon-init 0.19.0 → 0.20.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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,8 @@ Set up Neon for AI-powered database operations in VS Code, Cursor, and Claude CL
8
8
  npm add neon-init
9
9
  ```
10
10
 
11
+ > **Requirements:** Node.js >= 20.19.
12
+
11
13
  ## Usage
12
14
 
13
15
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neon-init",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "Initialize Neon projects",
5
5
  "keywords": [
6
6
  "neon",
@@ -58,7 +58,7 @@
58
58
  "yoctocolors": "^2.1.2"
59
59
  },
60
60
  "engines": {
61
- "node": ">=22"
61
+ "node": ">=20.19.0"
62
62
  },
63
63
  "publishConfig": {
64
64
  "provenance": false