vercel 50.3.0 → 50.3.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.
Files changed (2) hide show
  1. package/dist/index.js +7 -2
  2. package/package.json +16 -16
package/dist/index.js CHANGED
@@ -50311,7 +50311,7 @@ var require_package = __commonJS2({
50311
50311
  "../client/package.json"(exports2, module2) {
50312
50312
  module2.exports = {
50313
50313
  name: "@vercel/client",
50314
- version: "17.2.19",
50314
+ version: "17.2.20",
50315
50315
  main: "dist/index.js",
50316
50316
  typings: "dist/index.d.ts",
50317
50317
  homepage: "https://vercel.com",
@@ -130485,6 +130485,10 @@ async function bisect(client2) {
130485
130485
  output_manager_default.error(`Good and Bad deployments must be from the same Project`);
130486
130486
  return 1;
130487
130487
  }
130488
+ if (badDeployment.url === goodDeployment.url) {
130489
+ output_manager_default.error(`Good and Bad deployments must be different`);
130490
+ return 1;
130491
+ }
130488
130492
  if (badDeployment.createdAt < goodDeployment.createdAt) {
130489
130493
  output_manager_default.error(`Good deployment must be older than the Bad deployment`);
130490
130494
  return 1;
@@ -137856,6 +137860,7 @@ async function setMonorepoDefaultSettings(cwd, workPath, projectSettings) {
137856
137860
  if (result === null) {
137857
137861
  return;
137858
137862
  }
137863
+ projectSettings.monorepoManager = result.monorepoManager;
137859
137864
  const { monorepoManager, ...commands2 } = result;
137860
137865
  output_manager_default.log(
137861
137866
  `Detected ${(0, import_title3.default)(monorepoManager)}. Adjusting default settings...`
@@ -191060,7 +191065,7 @@ function handleCommandTypo({
191060
191065
  const suggestion = did_you_mean_default(command, availableCommands, threshold);
191061
191066
  if (suggestion) {
191062
191067
  output_manager_default.error(
191063
- `The ${param(command)} subcommand does not exist. Did you mean ${param(suggestion)}?`
191068
+ `${param(command)} is not a valid target directory or subcommand. Did you mean ${param(suggestion)}?`
191064
191069
  );
191065
191070
  return true;
191066
191071
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "50.3.0",
3
+ "version": "50.3.1",
4
4
  "type": "module",
5
5
  "preferGlobal": true,
6
6
  "license": "Apache-2.0",
@@ -23,30 +23,30 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@vercel/blob": "1.0.2",
26
- "@vercel/fun": "1.2.0",
26
+ "@vercel/fun": "1.2.1",
27
27
  "chokidar": "4.0.0",
28
28
  "esbuild": "0.27.0",
29
29
  "form-data": "^4.0.0",
30
30
  "jose": "5.9.6",
31
- "@vercel/backends": "0.0.18",
32
- "@vercel/build-utils": "13.2.5",
31
+ "@vercel/backends": "0.0.19",
33
32
  "@vercel/detect-agent": "1.0.0",
34
- "@vercel/elysia": "0.1.16",
35
- "@vercel/express": "0.1.23",
36
- "@vercel/fastify": "0.1.19",
33
+ "@vercel/elysia": "0.1.17",
34
+ "@vercel/express": "0.1.24",
35
+ "@vercel/fastify": "0.1.20",
37
36
  "@vercel/go": "3.3.0",
38
- "@vercel/h3": "0.1.25",
39
- "@vercel/hono": "0.2.19",
37
+ "@vercel/h3": "0.1.26",
38
+ "@vercel/hono": "0.2.20",
39
+ "@vercel/build-utils": "13.2.6",
40
40
  "@vercel/hydrogen": "1.3.3",
41
- "@vercel/nestjs": "0.2.20",
42
- "@vercel/next": "4.15.11",
43
- "@vercel/node": "5.5.17",
41
+ "@vercel/next": "4.15.12",
44
42
  "@vercel/python": "6.1.6",
43
+ "@vercel/nestjs": "0.2.21",
45
44
  "@vercel/redwood": "2.4.6",
45
+ "@vercel/node": "5.5.18",
46
46
  "@vercel/remix-builder": "5.5.6",
47
- "@vercel/ruby": "2.2.4",
48
47
  "@vercel/rust": "1.0.4",
49
- "@vercel/static-build": "2.8.16"
48
+ "@vercel/static-build": "2.8.17",
49
+ "@vercel/ruby": "2.2.4"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@alex_neo/jest-expect-message": "1.0.5",
@@ -172,10 +172,10 @@
172
172
  "yauzl-promise": "2.1.3",
173
173
  "@vercel-internals/constants": "1.0.4",
174
174
  "@vercel-internals/get-package-json": "1.0.0",
175
- "@vercel/error-utils": "2.0.3",
176
175
  "@vercel-internals/types": "3.0.6",
177
- "@vercel/client": "17.2.19",
176
+ "@vercel/client": "17.2.20",
178
177
  "@vercel/frameworks": "3.15.4",
178
+ "@vercel/error-utils": "2.0.3",
179
179
  "@vercel/fs-detectors": "5.7.12",
180
180
  "@vercel/routing-utils": "5.3.2"
181
181
  },