@theholocron/holocron-plugin-neon 2.0.0-alpha.34 → 2.0.0-alpha.36

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 +7 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,8 +7,10 @@ capability against [Neon's REST API](https://api-docs.neon.tech/reference/gettin
7
7
 
8
8
  ## Install
9
9
 
10
+ <!-- prettier-ignore -->
10
11
  ```bash
11
12
  pnpm add -D @theholocron/holocron-plugin-neon@alpha
13
+
12
14
  ```
13
15
 
14
16
  ## Auth
@@ -21,12 +23,14 @@ Token resolution order:
21
23
 
22
24
  ## Config
23
25
 
26
+ <!-- prettier-ignore -->
24
27
  ```jsonc
25
28
  {
26
- "providers": {
27
- "storage": ["neon", { "projectId": "ancient-resonance-…" }],
28
- },
29
+ "providers": {
30
+ "storage": ["neon", { "projectId": "ancient-resonance-…" }],
31
+ },
29
32
  }
33
+
30
34
  ```
31
35
 
32
36
  - `projectId` (required) — the Neon project id. The plugin binds to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-neon",
3
- "version": "2.0.0-alpha.34",
3
+ "version": "2.0.0-alpha.36",
4
4
  "description": "Holocron plugin for Neon. Implements the storage capability against Neon's REST API — branch ops, connection strings, extensions.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-neon#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -21,7 +21,7 @@
21
21
  }
22
22
  },
23
23
  "peerDependencies": {
24
- "@theholocron/cli": "2.0.0-alpha.34"
24
+ "@theholocron/cli": "2.0.0-alpha.36"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26",
@@ -37,7 +37,7 @@
37
37
  "tsx": "^4.22.4",
38
38
  "typescript": "^5.9.3",
39
39
  "vitest": "^4.1.10",
40
- "@theholocron/cli": "2.0.0-alpha.34"
40
+ "@theholocron/cli": "2.0.0-alpha.36"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"