@vercel/client 17.0.4 → 17.1.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/dist/types.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -119,6 +119,7 @@ export interface VercelConfig {
119
119
  outputDirectory?: string | null;
120
120
  images?: Images;
121
121
  crons?: Cron[];
122
+ bunVersion?: string;
122
123
  }
123
124
  export interface GitMetadata {
124
125
  commitAuthorName?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "17.0.4",
3
+ "version": "17.1.0",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "homepage": "https://vercel.com",
@@ -31,7 +31,7 @@
31
31
  "vitest": "2.0.1"
32
32
  },
33
33
  "dependencies": {
34
- "@vercel/build-utils": "12.1.3",
34
+ "@vercel/build-utils": "12.2.0",
35
35
  "@vercel/error-utils": "2.0.3",
36
36
  "@vercel/microfrontends": "1.2.2",
37
37
  "@vercel/routing-utils": "5.2.0",