@theholocron/holocron-plugin-vercel 2.0.0-alpha.21 → 2.0.0-alpha.22

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <!-- editorconfig-checker-disable-file -->
2
+
1
3
  # `@theholocron/holocron-plugin-vercel`
2
4
 
3
5
  Vercel plugin for [Holocron](../cli). Implements the `deployment`
@@ -33,7 +35,7 @@ always cover what holocron needs at the API level. Explicit token only.
33
35
  ```
34
36
 
35
37
  - `teamId` (optional) — Vercel team id. When set, all requests are
36
- scoped to that team. Leave unset for personal-account projects.
38
+ scoped to that team. Leave unset for personal-account projects.
37
39
 
38
40
  ## Status
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-vercel",
3
- "version": "2.0.0-alpha.21",
3
+ "version": "2.0.0-alpha.22",
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",
@@ -21,7 +21,7 @@
21
21
  }
22
22
  },
23
23
  "peerDependencies": {
24
- "@theholocron/cli": "2.0.0-alpha.21"
24
+ "@theholocron/cli": "2.0.0-alpha.22"
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.21"
40
+ "@theholocron/cli": "2.0.0-alpha.22"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"