@vercel/client 17.2.36 → 17.2.38

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/types.d.ts +1 -8
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -125,10 +125,6 @@ export interface VercelConfig {
125
125
  images?: Images;
126
126
  crons?: Cron[];
127
127
  bunVersion?: string;
128
- customErrorPage?: string | {
129
- default5xx?: string;
130
- default4xx?: string;
131
- };
132
128
  /**
133
129
  * Path to a file containing bulk redirects (relative to the project root).
134
130
  * This file will be included in prebuilt deployments.
@@ -176,10 +172,7 @@ export interface DeploymentOptions {
176
172
  meta?: Dictionary<string>;
177
173
  projectSettings?: ProjectSettings;
178
174
  gitMetadata?: GitMetadata;
175
+ actor?: string;
179
176
  autoAssignCustomDomains?: boolean;
180
177
  customEnvironmentSlugOrId?: string;
181
- customErrorPage?: string | {
182
- default5xx?: string;
183
- default4xx?: string;
184
- };
185
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "17.2.36",
3
+ "version": "17.2.38",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "homepage": "https://vercel.com",
@@ -42,7 +42,7 @@
42
42
  "querystring": "^0.2.0",
43
43
  "sleep-promise": "8.0.1",
44
44
  "tar-fs": "1.16.3",
45
- "@vercel/build-utils": "13.3.3",
45
+ "@vercel/build-utils": "13.3.4",
46
46
  "@vercel/routing-utils": "5.3.2",
47
47
  "@vercel/error-utils": "2.0.3"
48
48
  },