@neon/config 0.8.1 → 0.9.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 +3 -3
package/README.md CHANGED
@@ -10,6 +10,8 @@ Config-as-Code for the Neon Platform. A repo-local `neon.ts` exports a TypeScrip
10
10
  npm install @neon/config
11
11
  ```
12
12
 
13
+ > **Requirements:** Node.js >= 20.19.
14
+
13
15
  ## Define a policy
14
16
 
15
17
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon/config",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Config-as-Code for the Neon Platform. Define a `neon.ts` policy and inspect/diff/deploy it against the Neon API as plain TypeScript functions.",
5
5
  "keywords": [
6
6
  "neon",
@@ -50,10 +50,10 @@
50
50
  "dependencies": {
51
51
  "jiti": "^2.7.0",
52
52
  "zod": "^4.4.3",
53
- "@neon/sdk": "0.1.0"
53
+ "@neon/sdk": "0.2.0"
54
54
  },
55
55
  "engines": {
56
- "node": ">=22"
56
+ "node": ">=20.19.0"
57
57
  },
58
58
  "publishConfig": {
59
59
  "provenance": false