@vercel/client 17.2.37 → 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 +0 -8
  2. package/package.json +4 -4
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.
@@ -179,8 +175,4 @@ export interface DeploymentOptions {
179
175
  actor?: string;
180
176
  autoAssignCustomDomains?: boolean;
181
177
  customEnvironmentSlugOrId?: string;
182
- customErrorPage?: string | {
183
- default5xx?: string;
184
- default4xx?: string;
185
- };
186
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "17.2.37",
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,9 +42,9 @@
42
42
  "querystring": "^0.2.0",
43
43
  "sleep-promise": "8.0.1",
44
44
  "tar-fs": "1.16.3",
45
- "@vercel/error-utils": "2.0.3",
46
- "@vercel/build-utils": "13.3.3",
47
- "@vercel/routing-utils": "5.3.2"
45
+ "@vercel/build-utils": "13.3.4",
46
+ "@vercel/routing-utils": "5.3.2",
47
+ "@vercel/error-utils": "2.0.3"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "node ../../utils/build.mjs",