@vercel/client 17.2.36 → 17.2.37

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 +3 -3
package/dist/types.d.ts CHANGED
@@ -176,6 +176,7 @@ export interface DeploymentOptions {
176
176
  meta?: Dictionary<string>;
177
177
  projectSettings?: ProjectSettings;
178
178
  gitMetadata?: GitMetadata;
179
+ actor?: string;
179
180
  autoAssignCustomDomains?: boolean;
180
181
  customEnvironmentSlugOrId?: string;
181
182
  customErrorPage?: string | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "17.2.36",
3
+ "version": "17.2.37",
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",
45
46
  "@vercel/build-utils": "13.3.3",
46
- "@vercel/routing-utils": "5.3.2",
47
- "@vercel/error-utils": "2.0.3"
47
+ "@vercel/routing-utils": "5.3.2"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "node ../../utils/build.mjs",