@theholocron/holocron-plugin-vercel 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +0 -1
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { AuthError, Deployment, DeploymentProject, DeploymentProjectSettings, DeploymentRecord, DeploymentTarget, DeploymentTrigger, ResolveTokenInput } from "@theholocron/cli";
2
2
  import { VercelClient, VercelClient as VercelClient$1, createVercelClient } from "@theholocron/vercel-client";
3
-
4
3
  //#region src/auth.d.ts
5
4
  declare const resolveToken: (input?: import("@theholocron/http-client").ResolveTokenInput) => string;
6
5
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-vercel",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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.3.0",
25
- "@theholocron/cli": "2.1.0"
25
+ "@theholocron/cli": "2.1.1"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/vercel-client": {
@@ -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": "2.1.0"
48
+ "@theholocron/cli": "2.1.1"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"