vercel 50.17.0 → 50.18.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-PVEFZPNV.js → chunk-2OWJRAE7.js} +3 -3
- package/dist/chunks/{chunk-NSDOFVJX.js → chunk-2TX2KBK2.js} +3 -5
- package/dist/chunks/{chunk-B4HLRFZ3.js → chunk-3JQAA6Z6.js} +1 -1
- package/dist/chunks/{chunk-GPGSBUSP.js → chunk-6MTBMAHO.js} +2 -2
- package/dist/chunks/{chunk-6TPHDHH6.js → chunk-7K6FEHYP.js} +2 -4
- package/dist/chunks/{chunk-6H7E5JAU.js → chunk-A2M6YJ6J.js} +195 -4
- package/dist/chunks/{chunk-A5XAODOF.js → chunk-AWZBS2N3.js} +37089 -36996
- package/dist/chunks/{chunk-OYIWS7WN.js → chunk-B6IYNZAN.js} +3 -3
- package/dist/chunks/{chunk-T4TZPI3X.js → chunk-D5WTFIGZ.js} +2 -4
- package/dist/chunks/{chunk-IPNM6QJU.js → chunk-DCXTFQRX.js} +4 -4
- package/dist/chunks/{chunk-R7ALHNL3.js → chunk-E7IBRXGY.js} +3 -3
- package/dist/chunks/{chunk-QYFKKIIZ.js → chunk-EO77ZFGW.js} +572 -12
- package/dist/chunks/{chunk-FS6YY47L.js → chunk-FUW6HC6T.js} +1 -1
- package/dist/chunks/{chunk-56Z6YDU3.js → chunk-GQURATL4.js} +1 -1
- package/dist/chunks/{chunk-QP5RWFKR.js → chunk-LAZSFV4T.js} +43 -35
- package/dist/chunks/{chunk-7OCX2CUX.js → chunk-LLPVFNNI.js} +1 -1
- package/dist/chunks/{chunk-2XDWQZS5.js → chunk-LTWXVGGJ.js} +3 -5
- package/dist/chunks/{chunk-DO6WHD4J.js → chunk-NWOZX2TS.js} +61 -94
- package/dist/chunks/{chunk-3FWVE6P3.js → chunk-OOAVHTK2.js} +1 -1
- package/dist/chunks/{chunk-NZHEGF3N.js → chunk-QGWASNOC.js} +4 -6
- package/dist/chunks/{chunk-AWLOLGNN.js → chunk-QU4L6CW3.js} +22 -24
- package/dist/chunks/{chunk-WDN7OR2Z.js → chunk-QY3HWEEJ.js} +2 -2
- package/dist/chunks/{chunk-TLOOSFTO.js → chunk-RZH7WX4R.js} +5 -7
- package/dist/chunks/{chunk-XVWBUVBX.js → chunk-THCCX3EI.js} +6 -8
- package/dist/chunks/{chunk-SKDEZW7J.js → chunk-U4MSQJ3I.js} +1 -1
- package/dist/chunks/{chunk-N4DUTEQW.js → chunk-UITU7X44.js} +7 -9
- package/dist/chunks/{chunk-YBMUINVP.js → chunk-VCKVKVW7.js} +3 -3
- package/dist/chunks/{chunk-I5RTFMMX.js → chunk-XX5DKHZB.js} +749 -491
- package/dist/chunks/{chunk-DQXAEIOC.js → chunk-YQ55YGCP.js} +7 -6
- package/dist/chunks/{chunk-6WE5EJCB.js → chunk-ZG4MGIAI.js} +1 -1
- package/dist/chunks/{chunk-YDM4SH3B.js → chunk-ZZINSU2S.js} +8 -10
- package/dist/chunks/{compile-vercel-config-RLE4OHY3.js → compile-vercel-config-F7XIAIS2.js} +4 -5
- package/dist/chunks/{emit-flags-definitions-FVPV6R5V.js → emit-flags-definitions-USGHZMIG.js} +3 -4
- package/dist/commands/build/index.js +19 -21
- package/dist/commands/deploy/index.js +620 -56
- package/dist/commands/dev/index.js +47 -27
- package/dist/commands/env/index.js +15 -18
- package/dist/commands/link/index.js +45 -15
- package/dist/commands/list/index.js +13 -15
- package/dist/commands-bulk.js +170 -6674
- package/dist/help.js +2 -3
- package/dist/index.js +24 -27
- package/dist/version.mjs +1 -1
- package/package.json +13 -71
- package/dist/chunks/chunk-B4I7X4BN.js +0 -419
- package/dist/chunks/chunk-LCYENQ63.js +0 -204
- package/dist/chunks/dist-FSUF7EZP.js +0 -30041
- package/dist/chunks/link-I53GNEWZ.js +0 -35
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
getArgs,
|
|
13
13
|
require_json_parse_better_errors,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-AWZBS2N3.js";
|
|
16
16
|
import {
|
|
17
17
|
require_dist
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-7K6FEHYP.js";
|
|
19
19
|
import {
|
|
20
20
|
__toESM
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-A2M6YJ6J.js";
|
|
22
22
|
|
|
23
23
|
// src/util/read-json-file.ts
|
|
24
24
|
var import_fs_extra = __toESM(require_lib(), 1);
|
|
@@ -6,13 +6,11 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
output_manager_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7K6FEHYP.js";
|
|
10
10
|
import {
|
|
11
|
+
__toESM,
|
|
11
12
|
require_source
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import {
|
|
14
|
-
__toESM
|
|
15
|
-
} from "./chunk-LCYENQ63.js";
|
|
13
|
+
} from "./chunk-A2M6YJ6J.js";
|
|
16
14
|
|
|
17
15
|
// src/util/suggest-next-commands.ts
|
|
18
16
|
var import_chalk = __toESM(require_source(), 1);
|
|
@@ -6,10 +6,10 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_once
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-AWZBS2N3.js";
|
|
10
10
|
import {
|
|
11
11
|
__commonJS
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-A2M6YJ6J.js";
|
|
13
13
|
|
|
14
14
|
// ../../node_modules/.pnpm/end-of-stream@1.4.1/node_modules/end-of-stream/index.js
|
|
15
15
|
var require_end_of_stream = __commonJS({
|
|
@@ -4,9 +4,6 @@ import { dirname as __dirname_ } from 'node:path';
|
|
|
4
4
|
const require = __createRequire(import.meta.url);
|
|
5
5
|
const __filename = __fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
|
-
import {
|
|
8
|
-
require_source
|
|
9
|
-
} from "./chunk-6H7E5JAU.js";
|
|
10
7
|
import {
|
|
11
8
|
__commonJS,
|
|
12
9
|
__esm,
|
|
@@ -14,8 +11,9 @@ import {
|
|
|
14
11
|
__require,
|
|
15
12
|
__toESM,
|
|
16
13
|
require_has_flag,
|
|
14
|
+
require_source,
|
|
17
15
|
require_supports_color
|
|
18
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-A2M6YJ6J.js";
|
|
19
17
|
|
|
20
18
|
// ../error-utils/dist/index.js
|
|
21
19
|
var require_dist = __commonJS({
|
|
@@ -4,10 +4,73 @@ import { dirname as __dirname_ } from 'node:path';
|
|
|
4
4
|
const require = __createRequire(import.meta.url);
|
|
5
5
|
const __filename = __fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
var __create = Object.create;
|
|
8
|
+
var __defProp = Object.defineProperty;
|
|
9
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
10
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
11
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
12
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
15
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
16
|
+
}) : x)(function(x) {
|
|
17
|
+
if (typeof require !== "undefined")
|
|
18
|
+
return require.apply(this, arguments);
|
|
19
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
20
|
+
});
|
|
21
|
+
var __esm = (fn, res) => function __init() {
|
|
22
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
23
|
+
};
|
|
24
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
25
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
26
|
+
};
|
|
27
|
+
var __export = (target, all) => {
|
|
28
|
+
for (var name in all)
|
|
29
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
30
|
+
};
|
|
31
|
+
var __copyProps = (to, from, except, desc) => {
|
|
32
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
33
|
+
for (let key of __getOwnPropNames(from))
|
|
34
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
35
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
36
|
+
}
|
|
37
|
+
return to;
|
|
38
|
+
};
|
|
39
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
40
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
41
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
42
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
43
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
44
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
45
|
+
mod
|
|
46
|
+
));
|
|
47
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
|
+
var __publicField = (obj, key, value) => {
|
|
49
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
50
|
+
return value;
|
|
51
|
+
};
|
|
52
|
+
var __accessCheck = (obj, member, msg) => {
|
|
53
|
+
if (!member.has(obj))
|
|
54
|
+
throw TypeError("Cannot " + msg);
|
|
55
|
+
};
|
|
56
|
+
var __privateGet = (obj, member, getter) => {
|
|
57
|
+
__accessCheck(obj, member, "read from private field");
|
|
58
|
+
return getter ? getter.call(obj) : member.get(obj);
|
|
59
|
+
};
|
|
60
|
+
var __privateAdd = (obj, member, value) => {
|
|
61
|
+
if (member.has(obj))
|
|
62
|
+
throw TypeError("Cannot add the same private member more than once");
|
|
63
|
+
member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
64
|
+
};
|
|
65
|
+
var __privateSet = (obj, member, value, setter) => {
|
|
66
|
+
__accessCheck(obj, member, "write to private field");
|
|
67
|
+
setter ? setter.call(obj, value) : member.set(obj, value);
|
|
68
|
+
return value;
|
|
69
|
+
};
|
|
70
|
+
var __privateMethod = (obj, member, method) => {
|
|
71
|
+
__accessCheck(obj, member, "access private method");
|
|
72
|
+
return method;
|
|
73
|
+
};
|
|
11
74
|
|
|
12
75
|
// ../../node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js
|
|
13
76
|
var require_color_name = __commonJS({
|
|
@@ -1110,6 +1173,121 @@ var require_ansi_styles = __commonJS({
|
|
|
1110
1173
|
}
|
|
1111
1174
|
});
|
|
1112
1175
|
|
|
1176
|
+
// ../../node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
1177
|
+
var require_has_flag = __commonJS({
|
|
1178
|
+
"../../node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js"(exports, module) {
|
|
1179
|
+
"use strict";
|
|
1180
|
+
module.exports = (flag, argv = process.argv) => {
|
|
1181
|
+
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
1182
|
+
const position = argv.indexOf(prefix + flag);
|
|
1183
|
+
const terminatorPosition = argv.indexOf("--");
|
|
1184
|
+
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
|
|
1185
|
+
};
|
|
1186
|
+
}
|
|
1187
|
+
});
|
|
1188
|
+
|
|
1189
|
+
// ../../node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
1190
|
+
var require_supports_color = __commonJS({
|
|
1191
|
+
"../../node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js"(exports, module) {
|
|
1192
|
+
"use strict";
|
|
1193
|
+
var os = __require("os");
|
|
1194
|
+
var tty = __require("tty");
|
|
1195
|
+
var hasFlag = require_has_flag();
|
|
1196
|
+
var { env } = process;
|
|
1197
|
+
var forceColor;
|
|
1198
|
+
if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
|
|
1199
|
+
forceColor = 0;
|
|
1200
|
+
} else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
|
|
1201
|
+
forceColor = 1;
|
|
1202
|
+
}
|
|
1203
|
+
if ("FORCE_COLOR" in env) {
|
|
1204
|
+
if (env.FORCE_COLOR === "true") {
|
|
1205
|
+
forceColor = 1;
|
|
1206
|
+
} else if (env.FORCE_COLOR === "false") {
|
|
1207
|
+
forceColor = 0;
|
|
1208
|
+
} else {
|
|
1209
|
+
forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3);
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
function translateLevel(level) {
|
|
1213
|
+
if (level === 0) {
|
|
1214
|
+
return false;
|
|
1215
|
+
}
|
|
1216
|
+
return {
|
|
1217
|
+
level,
|
|
1218
|
+
hasBasic: true,
|
|
1219
|
+
has256: level >= 2,
|
|
1220
|
+
has16m: level >= 3
|
|
1221
|
+
};
|
|
1222
|
+
}
|
|
1223
|
+
function supportsColor(haveStream, streamIsTTY) {
|
|
1224
|
+
if (forceColor === 0) {
|
|
1225
|
+
return 0;
|
|
1226
|
+
}
|
|
1227
|
+
if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
|
|
1228
|
+
return 3;
|
|
1229
|
+
}
|
|
1230
|
+
if (hasFlag("color=256")) {
|
|
1231
|
+
return 2;
|
|
1232
|
+
}
|
|
1233
|
+
if (haveStream && !streamIsTTY && forceColor === void 0) {
|
|
1234
|
+
return 0;
|
|
1235
|
+
}
|
|
1236
|
+
const min = forceColor || 0;
|
|
1237
|
+
if (env.TERM === "dumb") {
|
|
1238
|
+
return min;
|
|
1239
|
+
}
|
|
1240
|
+
if (process.platform === "win32") {
|
|
1241
|
+
const osRelease = os.release().split(".");
|
|
1242
|
+
if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
|
|
1243
|
+
return Number(osRelease[2]) >= 14931 ? 3 : 2;
|
|
1244
|
+
}
|
|
1245
|
+
return 1;
|
|
1246
|
+
}
|
|
1247
|
+
if ("CI" in env) {
|
|
1248
|
+
if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "GITHUB_ACTIONS", "BUILDKITE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
|
|
1249
|
+
return 1;
|
|
1250
|
+
}
|
|
1251
|
+
return min;
|
|
1252
|
+
}
|
|
1253
|
+
if ("TEAMCITY_VERSION" in env) {
|
|
1254
|
+
return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
|
|
1255
|
+
}
|
|
1256
|
+
if (env.COLORTERM === "truecolor") {
|
|
1257
|
+
return 3;
|
|
1258
|
+
}
|
|
1259
|
+
if ("TERM_PROGRAM" in env) {
|
|
1260
|
+
const version = parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
1261
|
+
switch (env.TERM_PROGRAM) {
|
|
1262
|
+
case "iTerm.app":
|
|
1263
|
+
return version >= 3 ? 3 : 2;
|
|
1264
|
+
case "Apple_Terminal":
|
|
1265
|
+
return 2;
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
if (/-256(color)?$/i.test(env.TERM)) {
|
|
1269
|
+
return 2;
|
|
1270
|
+
}
|
|
1271
|
+
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
|
|
1272
|
+
return 1;
|
|
1273
|
+
}
|
|
1274
|
+
if ("COLORTERM" in env) {
|
|
1275
|
+
return 1;
|
|
1276
|
+
}
|
|
1277
|
+
return min;
|
|
1278
|
+
}
|
|
1279
|
+
function getSupportLevel(stream) {
|
|
1280
|
+
const level = supportsColor(stream, stream && stream.isTTY);
|
|
1281
|
+
return translateLevel(level);
|
|
1282
|
+
}
|
|
1283
|
+
module.exports = {
|
|
1284
|
+
supportsColor: getSupportLevel,
|
|
1285
|
+
stdout: translateLevel(supportsColor(true, tty.isatty(1))),
|
|
1286
|
+
stderr: translateLevel(supportsColor(true, tty.isatty(2)))
|
|
1287
|
+
};
|
|
1288
|
+
}
|
|
1289
|
+
});
|
|
1290
|
+
|
|
1113
1291
|
// ../../node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/util.js
|
|
1114
1292
|
var require_util = __commonJS({
|
|
1115
1293
|
"../../node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/util.js"(exports, module) {
|
|
@@ -1442,6 +1620,19 @@ var require_source = __commonJS({
|
|
|
1442
1620
|
});
|
|
1443
1621
|
|
|
1444
1622
|
export {
|
|
1623
|
+
__require,
|
|
1624
|
+
__esm,
|
|
1625
|
+
__commonJS,
|
|
1626
|
+
__export,
|
|
1627
|
+
__toESM,
|
|
1628
|
+
__toCommonJS,
|
|
1629
|
+
__publicField,
|
|
1630
|
+
__privateGet,
|
|
1631
|
+
__privateAdd,
|
|
1632
|
+
__privateSet,
|
|
1633
|
+
__privateMethod,
|
|
1445
1634
|
require_ansi_styles,
|
|
1635
|
+
require_has_flag,
|
|
1636
|
+
require_supports_color,
|
|
1446
1637
|
require_source
|
|
1447
1638
|
};
|