@theholocron/holocron-plugin-vercel 3.28.1 → 3.29.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 +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_VERCEL_TOKEN` env var
22
22
  3. `VERCEL_TOKEN` env var (the default the Vercel CLI also reads)
23
+ 4. Keyring `vercel.<org>` — tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
24
+ 5. Keyring `vercel` — unnamespaced fallback; set via `holocron auth set vercel <token>`
23
25
 
24
26
  If none are set, the plugin throws a clear error. No `vercel auth`
25
27
  fallback — Vercel's CLI auth is per-account and the scopes don't
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-vercel",
3
- "version": "3.28.1",
3
+ "version": "3.29.0",
4
4
  "description": "Holocron plugin for Vercel. Implements the deployment capability against the Vercel REST API.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-vercel#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@theholocron/vercel-client": "^1.9.0",
25
- "@theholocron/cli": "3.28.1"
25
+ "@theholocron/cli": "3.29.0"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/vercel-client": {
@@ -30,11 +30,11 @@
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
- "@theholocron/eslint-config": "^7.19.1",
34
- "@theholocron/tsconfig": "^7.19.1",
35
- "@theholocron/tsdown-config": "^7.19.1",
33
+ "@theholocron/eslint-config": "^7.20.0",
34
+ "@theholocron/tsconfig": "^7.20.0",
35
+ "@theholocron/tsdown-config": "^7.20.0",
36
36
  "@theholocron/vercel-client": "^1.9.0",
37
- "@theholocron/vitest-config": "^7.19.1",
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.28.1"
48
+ "@theholocron/cli": "3.29.0"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"