@theholocron/holocron-plugin-neon 3.28.1 → 3.29.1
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 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -20,6 +20,8 @@ Token resolution order:
|
|
|
20
20
|
1. `--token <PAT>` flag on the holocron invocation
|
|
21
21
|
2. `HOLOCRON_NEON_API_KEY` env var
|
|
22
22
|
3. `NEON_API_KEY` env var (the default Neon's own CLI reads)
|
|
23
|
+
4. Keyring `neon.<org>` — tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
|
|
24
|
+
5. Keyring `neon` — unnamespaced fallback; set via `holocron auth set neon <key>`
|
|
23
25
|
|
|
24
26
|
## Config
|
|
25
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/holocron-plugin-neon",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.1",
|
|
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",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@theholocron/neon-client": "^1.9.0",
|
|
25
|
-
"@theholocron/cli": "3.
|
|
25
|
+
"@theholocron/cli": "3.29.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
28
28
|
"@theholocron/neon-client": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@theholocron/eslint-config": "^7.
|
|
33
|
+
"@theholocron/eslint-config": "^7.20.0",
|
|
34
34
|
"@theholocron/neon-client": "^1.9.0",
|
|
35
|
-
"@theholocron/tsconfig": "^7.
|
|
36
|
-
"@theholocron/tsdown-config": "^7.
|
|
37
|
-
"@theholocron/vitest-config": "^7.
|
|
35
|
+
"@theholocron/tsconfig": "^7.20.0",
|
|
36
|
+
"@theholocron/tsdown-config": "^7.20.0",
|
|
37
|
+
"@theholocron/vitest-config": "^7.20.0",
|
|
38
38
|
"@types/node": "^26",
|
|
39
39
|
"@vitest/coverage-v8": "^4.1.10",
|
|
40
40
|
"@vitest/eslint-plugin": "^1.6.27",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"tsx": "4.22.4",
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
47
|
"vitest": "^4.1.10",
|
|
48
|
-
"@theholocron/cli": "3.
|
|
48
|
+
"@theholocron/cli": "3.29.1"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|