vercel 58.9.5 → 58.10.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.
- package/dist/chunks/{chunk-GBXTATOJ.js → chunk-CLUCO4RD.js} +90 -0
- package/dist/chunks/{chunk-4GUI4FQR.js → chunk-H25BISPQ.js} +1 -1
- package/dist/chunks/{chunk-3MELKK7A.js → chunk-L6BFCLXF.js} +1 -1
- package/dist/commands/deploy/index.js +2 -2
- package/dist/commands/dev/index.js +31 -5
- package/dist/commands/env/index.js +1 -1
- package/dist/commands/link/index.js +1 -1
- package/dist/commands-bulk.js +417 -101
- package/dist/index.js +3 -3
- package/dist/version.mjs +1 -1
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
require_ci_info,
|
|
23
23
|
setAutoUpdate,
|
|
24
24
|
tryOpenApiFallback
|
|
25
|
-
} from "./chunks/chunk-
|
|
25
|
+
} from "./chunks/chunk-H25BISPQ.js";
|
|
26
26
|
import "./chunks/chunk-FGDKMNEN.js";
|
|
27
27
|
import {
|
|
28
28
|
getUpdateCommand
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
import {
|
|
48
48
|
commandNames,
|
|
49
49
|
commands
|
|
50
|
-
} from "./chunks/chunk-
|
|
50
|
+
} from "./chunks/chunk-CLUCO4RD.js";
|
|
51
51
|
import "./chunks/chunk-ELA5VN3A.js";
|
|
52
52
|
import "./chunks/chunk-B3JTF4CF.js";
|
|
53
53
|
import "./chunks/chunk-A5KP5HAI.js";
|
|
@@ -876,7 +876,7 @@ var RootTelemetryClient = class extends TelemetryClient {
|
|
|
876
876
|
}
|
|
877
877
|
trackCliCommandConnex(actual) {
|
|
878
878
|
this.trackCliCommand({
|
|
879
|
-
command: "
|
|
879
|
+
command: "connect",
|
|
880
880
|
value: actual
|
|
881
881
|
});
|
|
882
882
|
}
|
package/dist/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = "58.
|
|
1
|
+
export const version = "58.10.0";
|
|
2
2
|
export const buildLabel = "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "58.
|
|
3
|
+
"version": "58.10.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"preferGlobal": true,
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"node": ">= 18"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@vercel/blob": "2.
|
|
25
|
+
"@vercel/blob": "2.8.0",
|
|
26
26
|
"@vercel/fun": "1.3.0",
|
|
27
27
|
"@vercel/prepare-flags-definitions": "0.3.0",
|
|
28
28
|
"chokidar": "4.0.0",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"@vercel/elysia": "0.1.113",
|
|
45
45
|
"@vercel/express": "0.1.127",
|
|
46
46
|
"@vercel/fastify": "0.1.116",
|
|
47
|
-
"@vercel/
|
|
47
|
+
"@vercel/h3": "0.1.122",
|
|
48
48
|
"@vercel/hono": "0.2.116",
|
|
49
49
|
"@vercel/hydrogen": "1.4.1",
|
|
50
|
+
"@vercel/go": "3.11.0",
|
|
51
|
+
"@vercel/koa": "0.1.96",
|
|
50
52
|
"@vercel/nestjs": "0.2.117",
|
|
51
|
-
"@vercel/h3": "0.1.122",
|
|
52
53
|
"@vercel/next": "4.21.3",
|
|
53
|
-
"@vercel/python": "6.56.
|
|
54
|
+
"@vercel/python": "6.56.2",
|
|
54
55
|
"@vercel/node": "5.9.9",
|
|
55
56
|
"@vercel/redwood": "2.5.1",
|
|
56
57
|
"@vercel/remix-builder": "5.9.4",
|
|
57
58
|
"@vercel/ruby": "2.5.1",
|
|
58
|
-
"@vercel/rust": "1.4.1",
|
|
59
59
|
"@vercel/static-build": "2.12.5",
|
|
60
|
-
"@vercel/
|
|
60
|
+
"@vercel/rust": "1.4.2"
|
|
61
61
|
},
|
|
62
62
|
"builders": {
|
|
63
63
|
"@vercel/backends": "0.8.36",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"@vercel/nestjs": "0.2.117",
|
|
74
74
|
"@vercel/next": "4.21.3",
|
|
75
75
|
"@vercel/node": "5.9.9",
|
|
76
|
-
"@vercel/python": "6.56.
|
|
76
|
+
"@vercel/python": "6.56.2",
|
|
77
77
|
"@vercel/redwood": "2.5.1",
|
|
78
78
|
"@vercel/remix-builder": "5.9.4",
|
|
79
79
|
"@vercel/ruby": "2.5.1",
|
|
80
|
-
"@vercel/rust": "1.4.
|
|
80
|
+
"@vercel/rust": "1.4.2",
|
|
81
81
|
"@vercel/static-build": "2.12.5"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
@@ -201,20 +201,20 @@
|
|
|
201
201
|
"write-json-file": "2.2.0",
|
|
202
202
|
"xdg-app-paths": "5.1.0",
|
|
203
203
|
"yauzl-promise": "2.1.3",
|
|
204
|
+
"@vercel-internals/types": "3.0.6",
|
|
204
205
|
"@vercel-internals/constants": "1.0.4",
|
|
205
206
|
"@vercel-internals/get-package-json": "1.0.0",
|
|
206
207
|
"@vercel/client": "18.2.9",
|
|
207
208
|
"@vercel/error-utils": "2.2.1",
|
|
208
209
|
"@vercel/frameworks": "3.31.0",
|
|
209
210
|
"@vercel/fs-detectors": "6.15.6",
|
|
210
|
-
"@vercel/routing-utils": "6.4.1"
|
|
211
|
-
"@vercel-internals/types": "3.0.6"
|
|
211
|
+
"@vercel/routing-utils": "6.4.1"
|
|
212
212
|
},
|
|
213
213
|
"optionalDependencies": {
|
|
214
|
-
"@vercel/vc-native-darwin-arm64": "58.
|
|
215
|
-
"@vercel/vc-native-darwin-x64": "58.
|
|
216
|
-
"@vercel/vc-native-linux-arm64": "58.
|
|
217
|
-
"@vercel/vc-native-linux-x64": "58.
|
|
214
|
+
"@vercel/vc-native-darwin-arm64": "58.10.0",
|
|
215
|
+
"@vercel/vc-native-darwin-x64": "58.10.0",
|
|
216
|
+
"@vercel/vc-native-linux-arm64": "58.10.0",
|
|
217
|
+
"@vercel/vc-native-linux-x64": "58.10.0"
|
|
218
218
|
},
|
|
219
219
|
"scripts": {
|
|
220
220
|
"test": "node scripts/test.mjs --run",
|