vercel 50.34.0 → 50.34.2

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.
@@ -16,15 +16,11 @@ import {
16
16
  import {
17
17
  help
18
18
  } from "./chunk-RV55YESO.js";
19
- import {
20
- outputActionRequired
21
- } from "./chunk-7T3BJ5FK.js";
22
19
  import {
23
20
  TelemetryClient
24
21
  } from "./chunk-NEZW5RL2.js";
25
22
  import {
26
23
  getFlagsSpecification,
27
- packageName,
28
24
  parseArguments,
29
25
  printError,
30
26
  require_strip_ansi
@@ -239,25 +235,6 @@ async function login2(client, options) {
239
235
  );
240
236
  }
241
237
  }
242
- if (client.nonInteractive && options.shouldParseArgs && parsedArgs && parsedArgs.args.slice(1).length === 0) {
243
- const loginCmd = `${packageName} login`;
244
- const message = `You must run the following command to log in: \`${loginCmd}\`. Run it without --non-interactive to complete sign-in in your browser.`;
245
- output_manager_default.print(`${message}
246
- `);
247
- outputActionRequired(
248
- client,
249
- {
250
- status: "action_required",
251
- reason: "login_required",
252
- action: "login_required",
253
- message,
254
- hint: `Run this command to log in: ${loginCmd}`,
255
- verification_uri: "https://vercel.com/login",
256
- next: [{ command: loginCmd, when: "to log in" }]
257
- },
258
- 1
259
- );
260
- }
261
238
  telemetry.trackState("started");
262
239
  return await login(client, telemetry);
263
240
  }
@@ -57,7 +57,7 @@ import {
57
57
  did_you_mean_default,
58
58
  executeUpgrade,
59
59
  login
60
- } from "./chunks/chunk-LEQDNX7I.js";
60
+ } from "./chunks/chunk-S23T6GGG.js";
61
61
  import {
62
62
  getUpdateCommand,
63
63
  isGlobal
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  did_you_mean_default,
16
16
  executeUpgrade,
17
17
  login
18
- } from "./chunks/chunk-LEQDNX7I.js";
18
+ } from "./chunks/chunk-S23T6GGG.js";
19
19
  import {
20
20
  getUpdateCommand
21
21
  } from "./chunks/chunk-2C3YVTP2.js";
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "50.34.0";
1
+ export const version = "50.34.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "50.34.0",
3
+ "version": "50.34.2",
4
4
  "type": "module",
5
5
  "preferGlobal": true,
6
6
  "license": "Apache-2.0",
@@ -32,25 +32,25 @@
32
32
  "proxy-agent": "6.4.0",
33
33
  "@vercel/prepare-flags-definitions": "0.2.0",
34
34
  "@vercel/build-utils": "13.8.2",
35
+ "@vercel/backends": "0.0.49",
35
36
  "@vercel/detect-agent": "1.2.1",
36
- "@vercel/backends": "0.0.48",
37
- "@vercel/fastify": "0.1.53",
38
- "@vercel/elysia": "0.1.50",
39
- "@vercel/express": "0.1.60",
37
+ "@vercel/elysia": "0.1.51",
38
+ "@vercel/express": "0.1.61",
39
+ "@vercel/fastify": "0.1.54",
40
+ "@vercel/h3": "0.1.60",
40
41
  "@vercel/go": "3.4.5",
41
- "@vercel/h3": "0.1.59",
42
- "@vercel/hono": "0.2.53",
43
42
  "@vercel/hydrogen": "1.3.6",
44
- "@vercel/nestjs": "0.2.54",
45
- "@vercel/next": "4.16.1",
46
- "@vercel/node": "5.6.17",
43
+ "@vercel/hono": "0.2.54",
44
+ "@vercel/nestjs": "0.2.55",
45
+ "@vercel/koa": "0.1.34",
46
+ "@vercel/next": "4.16.2",
47
47
  "@vercel/python": "6.25.0",
48
- "@vercel/redwood": "2.4.10",
49
- "@vercel/remix-builder": "5.7.0",
48
+ "@vercel/node": "5.6.18",
49
+ "@vercel/remix-builder": "5.7.1",
50
50
  "@vercel/ruby": "2.3.2",
51
- "@vercel/rust": "1.0.5",
52
- "@vercel/koa": "0.1.33",
53
- "@vercel/static-build": "2.9.2"
51
+ "@vercel/static-build": "2.9.2",
52
+ "@vercel/redwood": "2.4.11",
53
+ "@vercel/rust": "1.0.5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@alex_neo/jest-expect-message": "1.0.5",
@@ -179,12 +179,12 @@
179
179
  "xdg-app-paths": "5.1.0",
180
180
  "yauzl-promise": "2.1.3",
181
181
  "@vercel-internals/constants": "1.0.4",
182
+ "@vercel-internals/get-package-json": "1.0.0",
182
183
  "@vercel-internals/types": "3.0.6",
183
184
  "@vercel/client": "17.2.60",
184
- "@vercel-internals/get-package-json": "1.0.0",
185
185
  "@vercel/frameworks": "3.21.1",
186
- "@vercel/fs-detectors": "5.11.2",
187
186
  "@vercel/error-utils": "2.0.3",
187
+ "@vercel/fs-detectors": "5.11.2",
188
188
  "@vercel/routing-utils": "6.0.2"
189
189
  },
190
190
  "scripts": {