@neon/config-runtime 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 +4 -4
package/README.md CHANGED
@@ -10,6 +10,8 @@ Imperative runtime for [`@neon/config`](../config): run a `neon.ts` policy again
10
10
  npm install @neon/config-runtime
11
11
  ```
12
12
 
13
+ > **Requirements:** Node.js >= 20.19.
14
+
13
15
  ## API
14
16
 
15
17
  - `inspect` / `plan` / `apply` — read the current branch state, diff a policy against it, and apply the changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon/config-runtime",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Imperative runtime for @neon/config: inspect/plan/apply a neon.ts policy against the Neon API and bundle + deploy Neon Functions. Pulls in esbuild; import this from CLIs and CI, not from neon.ts.",
5
5
  "keywords": [
6
6
  "neon",
@@ -47,15 +47,15 @@
47
47
  "tsdown": "^0.14.1",
48
48
  "typescript": "^5.8.2",
49
49
  "vitest": "^3.0.9",
50
- "@neon/sdk": "0.1.0"
50
+ "@neon/sdk": "0.2.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "esbuild": "^0.25.0",
54
54
  "fflate": "^0.8.2",
55
- "@neon/config": "0.8.1"
55
+ "@neon/config": "0.9.0"
56
56
  },
57
57
  "engines": {
58
- "node": ">=22"
58
+ "node": ">=20.19.0"
59
59
  },
60
60
  "publishConfig": {
61
61
  "provenance": false