vercel 54.20.0 → 54.20.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.
@@ -53,6 +53,8 @@ var help = () => `
53
53
 
54
54
  activity List user activity events
55
55
  agent [init] Generate AGENTS.md with Vercel best practices
56
+ ai-gateway [cmd] Manage AI Gateway resources
57
+ agent-runs [cmd] Inspect Agent Runs observability data
56
58
  alerts List alerts for a project or team
57
59
  alias [cmd] Manages your domain aliases
58
60
  api [endpoint] Make authenticated HTTP requests to the Vercel API [beta]
@@ -67,6 +69,7 @@ var help = () => `
67
69
  deploy-hooks [cmd] Manage deploy hooks for Git-triggered builds
68
70
  dns [name] Manages your DNS records
69
71
  domains [name] Manages your domain names
72
+ edge-config [cmd] Manage Edge Config stores
70
73
  firewall [cmd] Manages Vercel Firewall configuration and custom rules
71
74
  flags [cmd] Manage feature flags for a Vercel project
72
75
  httpstat path Visualize HTTP timing statistics for deployments
@@ -74,15 +77,18 @@ var help = () => `
74
77
  metrics <metric> Queries observability metrics for your project or team
75
78
  mcp Set up MCP agents and configuration
76
79
  microfrontends Manages your microfrontends
80
+ oauth-apps [cmd] Register Vercel Apps (OAuth) and manage team installations
77
81
  projects Manages your Projects
78
82
  redirects [cmd] Manages redirects for your current Project
79
83
  rm | remove [id] Removes a deployment
80
84
  routes [cmd] Manages routing rules for your current Project
81
85
  rr | rolling-release [cmd] Manage rolling releases for gradual traffic shifting
86
+ sandbox Interact with Vercel Sandbox
82
87
  skills [query] Discover agent skills relevant to your project
83
88
  target [cmd] Manage custom environments for your Project
84
89
  teams Manages your teams
85
90
  telemetry [cmd] Enable or disable telemetry collection
91
+ tokens [cmd] Manage your personal Vercel authentication tokens
86
92
  traces [cmd] Fetch and capture traces for your project's deployment
87
93
  upgrade Upgrade the Vercel CLI to the latest version
88
94
  usage Show billing usage for the current billing period
package/dist/help.js CHANGED
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  help
9
- } from "./chunks/chunk-LFODAB54.js";
9
+ } from "./chunks/chunk-R5FOIIHT.js";
10
10
  import "./chunks/chunk-S7KYDPEM.js";
11
11
  import "./chunks/chunk-TZ2YI2VH.js";
12
12
  export {
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  help
9
- } from "./chunks/chunk-LFODAB54.js";
9
+ } from "./chunks/chunk-R5FOIIHT.js";
10
10
  import {
11
11
  box,
12
12
  canAutoUpdate,
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "54.20.0";
1
+ export const version = "54.20.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "54.20.0",
3
+ "version": "54.20.1",
4
4
  "type": "module",
5
5
  "preferGlobal": true,
6
6
  "license": "Apache-2.0",
@@ -34,28 +34,28 @@
34
34
  "smol-toml": "1.5.2",
35
35
  "undici": "5.29.0",
36
36
  "zod": "4.1.11",
37
- "@vercel/build-utils": "13.32.2",
38
- "@vercel/backends": "0.8.21",
39
37
  "@vercel/cli-auth": "0.3.0",
38
+ "@vercel/build-utils": "13.32.2",
39
+ "@vercel/cli-config": "0.2.0",
40
40
  "@vercel/container": "0.0.4",
41
+ "@vercel/backends": "0.8.21",
41
42
  "@vercel/detect-agent": "1.2.3",
42
- "@vercel/cli-config": "0.2.0",
43
43
  "@vercel/elysia": "0.1.98",
44
44
  "@vercel/fastify": "0.1.101",
45
- "@vercel/hono": "0.2.101",
46
- "@vercel/hydrogen": "1.4.0",
47
- "@vercel/go": "3.10.2",
45
+ "@vercel/express": "0.1.112",
48
46
  "@vercel/h3": "0.1.107",
47
+ "@vercel/go": "3.10.2",
48
+ "@vercel/hydrogen": "1.4.0",
49
+ "@vercel/hono": "0.2.101",
50
+ "@vercel/nestjs": "0.2.102",
49
51
  "@vercel/koa": "0.1.81",
50
52
  "@vercel/next": "4.20.2",
51
53
  "@vercel/node": "5.8.22",
52
- "@vercel/express": "0.1.112",
53
54
  "@vercel/python": "6.47.3",
54
- "@vercel/nestjs": "0.2.102",
55
55
  "@vercel/redwood": "2.5.0",
56
+ "@vercel/remix-builder": "5.9.1",
56
57
  "@vercel/rust": "1.4.0",
57
58
  "@vercel/static-build": "2.11.4",
58
- "@vercel/remix-builder": "5.9.1",
59
59
  "@vercel/ruby": "2.5.1"
60
60
  },
61
61
  "devDependencies": {
@@ -177,13 +177,13 @@
177
177
  "write-json-file": "2.2.0",
178
178
  "xdg-app-paths": "5.1.0",
179
179
  "yauzl-promise": "2.1.3",
180
- "@vercel-internals/constants": "1.0.4",
181
180
  "@vercel-internals/get-package-json": "1.0.0",
181
+ "@vercel-internals/constants": "1.0.4",
182
182
  "@vercel-internals/types": "3.0.6",
183
183
  "@vercel/client": "17.6.3",
184
184
  "@vercel/frameworks": "3.30.4",
185
- "@vercel/error-utils": "2.2.0",
186
185
  "@vercel/routing-utils": "6.4.0",
186
+ "@vercel/error-utils": "2.2.0",
187
187
  "@vercel/fs-detectors": "6.11.5"
188
188
  },
189
189
  "scripts": {