neon 2.29.1 → 2.29.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.
- package/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ The Neon CLI is a command-line interface that lets you manage [Neon Serverless P
|
|
|
8
8
|
npm i -g neon
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Requires Node.js
|
|
11
|
+
Requires Node.js 20.19 or higher.
|
|
12
12
|
|
|
13
13
|
**Howebrew**
|
|
14
14
|
|
|
@@ -28,7 +28,7 @@ Download a binary file [here](https://github.com/neondatabase/neonctl/releases).
|
|
|
28
28
|
npm update -g neon
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
Requires Node.js
|
|
31
|
+
Requires Node.js 20.19 or higher.
|
|
32
32
|
|
|
33
33
|
**Howebrew**
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neon",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.3",
|
|
4
4
|
"description": "CLI tool for Neon Serverless Postgres",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"neon",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"package.json"
|
|
32
32
|
],
|
|
33
33
|
"engines": {
|
|
34
|
-
"node": ">=
|
|
34
|
+
"node": ">=20.19.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@hono/node-server": "2.0.4",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"cliui": "8.0.1",
|
|
43
43
|
"diff": "5.2.0",
|
|
44
44
|
"fflate": "^0.8.3",
|
|
45
|
-
"neon-init": "0.
|
|
45
|
+
"neon-init": "0.20.0",
|
|
46
46
|
"open": "10.1.0",
|
|
47
47
|
"openid-client": "6.8.1",
|
|
48
48
|
"pg-protocol": "^1.14.0",
|
|
49
49
|
"prompts": "2.4.2",
|
|
50
|
-
"undici": "^
|
|
50
|
+
"undici": "^7.28.0",
|
|
51
51
|
"which": "3.0.1",
|
|
52
52
|
"yaml": "2.4.5",
|
|
53
53
|
"yargs": "17.7.2",
|
|
54
|
-
"@neon/
|
|
55
|
-
"@neon/config
|
|
56
|
-
"@neon/
|
|
57
|
-
"@neon/
|
|
54
|
+
"@neon/sdk": "0.2.0",
|
|
55
|
+
"@neon/config": "0.9.0",
|
|
56
|
+
"@neon/config-runtime": "0.9.0",
|
|
57
|
+
"@neon/env": "0.10.0"
|
|
58
58
|
},
|
|
59
59
|
"optionalDependencies": {
|
|
60
60
|
"esbuild": "0.28.0"
|