vercel 50.26.0 → 50.26.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.
- package/dist/chunks/{chunk-KQRMUV2N.js → chunk-4ERN37SL.js} +2 -2
- package/dist/chunks/{chunk-4IS2QZ7D.js → chunk-6Z22ZOUC.js} +1 -1
- package/dist/chunks/{chunk-W3Z2NIJT.js → chunk-7BDYS3VU.js} +3 -3
- package/dist/chunks/{chunk-G4C4IE2L.js → chunk-AGV6UFOV.js} +11 -8
- package/dist/chunks/{chunk-AUOVKSJV.js → chunk-D6N5LX6O.js} +1 -1
- package/dist/chunks/{chunk-YEKC7YXH.js → chunk-FAEE2QHP.js} +4 -4
- package/dist/chunks/{chunk-SO7KYCRU.js → chunk-H453R2DO.js} +2 -2
- package/dist/chunks/{chunk-FBOPIB73.js → chunk-HEDSELXI.js} +3 -3
- package/dist/chunks/{chunk-RYFH6H4S.js → chunk-IMSUKP26.js} +9 -5
- package/dist/chunks/{chunk-GUECCUPR.js → chunk-JCWOSBWL.js} +1 -1
- package/dist/chunks/{chunk-FUPEDOCK.js → chunk-KMUNXQHB.js} +1 -1
- package/dist/chunks/{chunk-U2GERZJX.js → chunk-MDYEK77Z.js} +2 -2
- package/dist/chunks/{chunk-EFQYD7RX.js → chunk-NL5XL5GP.js} +1 -1
- package/dist/chunks/{chunk-BR67OKRE.js → chunk-NVFDDZOY.js} +1 -1
- package/dist/chunks/{chunk-DZ375AUF.js → chunk-O3SGELRW.js} +1 -1
- package/dist/chunks/{chunk-3AVNF6AH.js → chunk-OU55DWJO.js} +2 -2
- package/dist/chunks/{chunk-XZTNWCFJ.js → chunk-SBGUY2AD.js} +45 -1
- package/dist/chunks/{chunk-7D2CONKL.js → chunk-SFB3SJLL.js} +1 -1
- package/dist/chunks/{chunk-JHA4NY23.js → chunk-UQKYDNY6.js} +4 -4
- package/dist/chunks/{chunk-DOMJ6XOD.js → chunk-VSHBHYX6.js} +1 -1
- package/dist/chunks/{chunk-YTTWXN4B.js → chunk-VY4HJ3GH.js} +1 -1
- package/dist/chunks/{compile-vercel-config-JY6JB354.js → compile-vercel-config-5WIYUMGH.js} +2 -2
- package/dist/chunks/{delete-CPJQKQAW.js → delete-766UEYPW.js} +2 -2
- package/dist/chunks/{disable-CGIQEGNK.js → disable-CCY7KHVF.js} +2 -2
- package/dist/chunks/{discard-RZLODD7W.js → discard-TXAARHDS.js} +2 -2
- package/dist/chunks/{edit-ARWATHWA.js → edit-PW3JGQWG.js} +3 -3
- package/dist/chunks/{enable-TYAVMJQG.js → enable-4TE5SGAE.js} +2 -2
- package/dist/chunks/{export-2VYDW5CG.js → export-EKBBAETZ.js} +2 -2
- package/dist/chunks/{list-COERLRD2.js → list-TYCZBCTY.js} +2 -2
- package/dist/chunks/{publish-3PZMTHHN.js → publish-PBJO7EHB.js} +2 -2
- package/dist/chunks/{query-76QCZH7B.js → query-UPHVXX2Z.js} +2 -2
- package/dist/chunks/{reorder-DNFCU7MK.js → reorder-QI5SFBIV.js} +2 -2
- package/dist/chunks/{restore-OTSLF6ZO.js → restore-BMT7NTZG.js} +2 -2
- package/dist/commands/build/index.js +43 -12
- package/dist/commands/deploy/index.js +15 -14
- package/dist/commands/dev/index.js +63 -36
- package/dist/commands/env/index.js +6 -6
- package/dist/commands/link/index.js +7 -7
- package/dist/commands/list/index.js +3 -3
- package/dist/commands-bulk.js +31 -31
- package/dist/index.js +12 -12
- package/dist/version.mjs +1 -1
- package/package.json +13 -13
|
@@ -6,14 +6,14 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
setupAndLink
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7BDYS3VU.js";
|
|
10
10
|
import {
|
|
11
11
|
buildCommandWithYes,
|
|
12
12
|
getLinkedProject,
|
|
13
13
|
outputActionRequired,
|
|
14
14
|
param,
|
|
15
15
|
resolveProjectCwd
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-SBGUY2AD.js";
|
|
17
17
|
import {
|
|
18
18
|
getCommandName,
|
|
19
19
|
getCommandNamePlain
|
|
@@ -6,10 +6,10 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getLocalPathConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NVFDDZOY.js";
|
|
10
10
|
import {
|
|
11
11
|
compileVercelConfig
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-6Z22ZOUC.js";
|
|
13
13
|
import {
|
|
14
14
|
VERCEL_DIR_PROJECT,
|
|
15
15
|
VERCEL_DIR_README,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
selectAndParseRemoteUrl,
|
|
32
32
|
selectOrg,
|
|
33
33
|
tryDetectServices
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-SBGUY2AD.js";
|
|
35
35
|
import {
|
|
36
36
|
table
|
|
37
37
|
} from "./chunk-HF7WQJKX.js";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep,
|
|
12
12
|
ua_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-FAEE2QHP.js";
|
|
14
14
|
import {
|
|
15
15
|
suggestNextCommands
|
|
16
16
|
} from "./chunk-5NK7EITB.js";
|
|
@@ -20,20 +20,20 @@ import {
|
|
|
20
20
|
} from "./chunk-JASYFCY2.js";
|
|
21
21
|
import {
|
|
22
22
|
getScope
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-SFB3SJLL.js";
|
|
24
24
|
import {
|
|
25
25
|
CommandTimeout
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-MDYEK77Z.js";
|
|
27
27
|
import {
|
|
28
28
|
require_dist as require_dist3
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-H453R2DO.js";
|
|
30
30
|
import {
|
|
31
31
|
require_lib
|
|
32
32
|
} from "./chunk-QXRJ52T4.js";
|
|
33
33
|
import {
|
|
34
34
|
getProjectByNameOrId,
|
|
35
35
|
param
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-SBGUY2AD.js";
|
|
37
37
|
import {
|
|
38
38
|
require_ms,
|
|
39
39
|
stamp_default
|
|
@@ -4270,6 +4270,7 @@ async function processDeployment({
|
|
|
4270
4270
|
withFullLogs,
|
|
4271
4271
|
agent,
|
|
4272
4272
|
manual,
|
|
4273
|
+
jsonOutput,
|
|
4273
4274
|
...args
|
|
4274
4275
|
}) {
|
|
4275
4276
|
const {
|
|
@@ -4383,7 +4384,7 @@ async function processDeployment({
|
|
|
4383
4384
|
) + `
|
|
4384
4385
|
`
|
|
4385
4386
|
);
|
|
4386
|
-
if (quiet || process.env.FORCE_TTY === "1") {
|
|
4387
|
+
if (!jsonOutput && (quiet || process.env.FORCE_TTY === "1")) {
|
|
4387
4388
|
process.stdout.write(`https://${event.payload.url}`);
|
|
4388
4389
|
}
|
|
4389
4390
|
if (noWait) {
|
|
@@ -4582,7 +4583,8 @@ var Now = class {
|
|
|
4582
4583
|
withFullLogs,
|
|
4583
4584
|
autoAssignCustomDomains,
|
|
4584
4585
|
agentName,
|
|
4585
|
-
manual
|
|
4586
|
+
manual,
|
|
4587
|
+
jsonOutput = false
|
|
4586
4588
|
}, org, isSettingUpProject, archive) {
|
|
4587
4589
|
const hashes = {};
|
|
4588
4590
|
const uploadStamp = stamp_default();
|
|
@@ -4625,7 +4627,8 @@ var Now = class {
|
|
|
4625
4627
|
noWait,
|
|
4626
4628
|
withFullLogs,
|
|
4627
4629
|
bulkRedirectsPath: nowConfig.bulkRedirectsPath,
|
|
4628
|
-
manual
|
|
4630
|
+
manual,
|
|
4631
|
+
jsonOutput
|
|
4629
4632
|
});
|
|
4630
4633
|
if (deployment && deployment.warnings) {
|
|
4631
4634
|
let sizeExceeded = 0;
|
|
@@ -9,17 +9,17 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
require_dist as require_dist2
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-H453R2DO.js";
|
|
13
13
|
import {
|
|
14
14
|
require_lib as require_lib2
|
|
15
15
|
} from "./chunk-QXRJ52T4.js";
|
|
16
16
|
import {
|
|
17
17
|
getLocalPathConfig
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-NVFDDZOY.js";
|
|
19
19
|
import {
|
|
20
20
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
21
21
|
VERCEL_CONFIG_EXTENSIONS
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-6Z22ZOUC.js";
|
|
23
23
|
import {
|
|
24
24
|
VERCEL_DIR,
|
|
25
25
|
createPrompt,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
useKeypress,
|
|
42
42
|
usePrefix,
|
|
43
43
|
useState
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-SBGUY2AD.js";
|
|
45
45
|
import {
|
|
46
46
|
APIError,
|
|
47
47
|
NowError,
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
} from "./chunk-QXRJ52T4.js";
|
|
10
10
|
import {
|
|
11
11
|
require_end_of_stream
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-VY4HJ3GH.js";
|
|
13
13
|
import {
|
|
14
14
|
require_graceful_fs,
|
|
15
15
|
require_inherits,
|
|
16
16
|
require_minimatch,
|
|
17
17
|
require_once
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-SBGUY2AD.js";
|
|
19
19
|
import {
|
|
20
20
|
require_ms
|
|
21
21
|
} from "./chunk-CO5D46AG.js";
|
|
@@ -6,13 +6,13 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getUpdateCommand
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VSHBHYX6.js";
|
|
10
10
|
import {
|
|
11
11
|
login
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-FAEE2QHP.js";
|
|
13
13
|
import {
|
|
14
14
|
loginCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-MDYEK77Z.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-LZOFD677.js";
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
} from "./chunk-IB5L4LKZ.js";
|
|
10
10
|
import {
|
|
11
11
|
require_dist as require_dist2
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-H453R2DO.js";
|
|
13
13
|
import {
|
|
14
14
|
require_execa
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OU55DWJO.js";
|
|
16
16
|
import {
|
|
17
17
|
VERCEL_DIR,
|
|
18
18
|
readJSONFile,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
require_dist2 as require_dist4,
|
|
22
22
|
require_lib,
|
|
23
23
|
require_minimatch2 as require_minimatch
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-SBGUY2AD.js";
|
|
25
25
|
import {
|
|
26
26
|
require_pluralize
|
|
27
27
|
} from "./chunk-7EHTK7LP.js";
|
|
@@ -11711,6 +11711,9 @@ function isFile(v) {
|
|
|
11711
11711
|
return type === "FileRef" || type === "FileFsRef" || type === "FileBlob";
|
|
11712
11712
|
}
|
|
11713
11713
|
function injectServiceEnvVars(lambda, service, stripServiceRoutePrefix = false) {
|
|
11714
|
+
if (service?.type) {
|
|
11715
|
+
lambda.environment.VERCEL_SERVICE_TYPE = service.type;
|
|
11716
|
+
}
|
|
11714
11717
|
if (service?.routePrefix && service.routePrefix !== "/") {
|
|
11715
11718
|
lambda.environment.VERCEL_SERVICE_ROUTE_PREFIX = service.routePrefix;
|
|
11716
11719
|
}
|
|
@@ -11904,7 +11907,7 @@ async function writeBuildResultV3(args) {
|
|
|
11904
11907
|
config: vercelConfig
|
|
11905
11908
|
}) : {};
|
|
11906
11909
|
const ext = extname(src);
|
|
11907
|
-
const path2 = service
|
|
11910
|
+
const path2 = service && typeof service.runtime === "string" ? stripDuplicateSlashes((0, import_fs_detectors2.getInternalServiceFunctionPath)(service.name)) : stripDuplicateSlashes(
|
|
11908
11911
|
build2.config?.zeroConfig ? src.substring(0, src.length - ext.length) : src
|
|
11909
11912
|
);
|
|
11910
11913
|
if (isLambda(output)) {
|
|
@@ -12206,7 +12209,8 @@ export {
|
|
|
12206
12209
|
require_mime_types,
|
|
12207
12210
|
importBuilders,
|
|
12208
12211
|
OUTPUT_DIR,
|
|
12209
|
-
writeBuildResult
|
|
12212
|
+
writeBuildResult,
|
|
12213
|
+
isLambda
|
|
12210
12214
|
};
|
|
12211
12215
|
/*! Bundled license information:
|
|
12212
12216
|
|
|
@@ -22,10 +22,10 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
buildCommand,
|
|
24
24
|
pullCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-O3SGELRW.js";
|
|
26
26
|
import {
|
|
27
27
|
envCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-SBGUY2AD.js";
|
|
29
29
|
import {
|
|
30
30
|
confirmOption,
|
|
31
31
|
forceOption,
|
|
@@ -6,10 +6,10 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_end_of_stream
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VY4HJ3GH.js";
|
|
10
10
|
import {
|
|
11
11
|
require_once
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-SBGUY2AD.js";
|
|
13
13
|
import {
|
|
14
14
|
require_signal_exit
|
|
15
15
|
} from "./chunk-I2CIWYG5.js";
|
|
@@ -16906,7 +16906,10 @@ var require_utils3 = __commonJS({
|
|
|
16906
16906
|
INTERNAL_SERVICE_PREFIX: () => INTERNAL_SERVICE_PREFIX2,
|
|
16907
16907
|
filterFrameworksByRuntime: () => filterFrameworksByRuntime,
|
|
16908
16908
|
getBuilderForRuntime: () => getBuilderForRuntime,
|
|
16909
|
+
getInternalServiceCronPathPrefix: () => getInternalServiceCronPathPrefix2,
|
|
16909
16910
|
getInternalServiceFunctionPath: () => getInternalServiceFunctionPath2,
|
|
16911
|
+
getInternalServiceWorkerPath: () => getInternalServiceWorkerPath2,
|
|
16912
|
+
getInternalServiceWorkerPathPrefix: () => getInternalServiceWorkerPathPrefix2,
|
|
16910
16913
|
hasFile: () => hasFile,
|
|
16911
16914
|
inferRuntimeFromFramework: () => inferRuntimeFromFramework,
|
|
16912
16915
|
inferServiceRuntime: () => inferServiceRuntime,
|
|
@@ -16928,6 +16931,20 @@ var require_utils3 = __commonJS({
|
|
|
16928
16931
|
function getInternalServiceFunctionPath2(serviceName) {
|
|
16929
16932
|
return `${INTERNAL_SERVICE_PREFIX2}/${serviceName}/index`;
|
|
16930
16933
|
}
|
|
16934
|
+
function normalizeInternalServiceEntrypoint(entrypoint) {
|
|
16935
|
+
const normalized = entrypoint.replace(/\\/g, "/").replace(/^\/+/, "").replace(/\.[^/.]+$/, "");
|
|
16936
|
+
return normalized || "index";
|
|
16937
|
+
}
|
|
16938
|
+
function getInternalServiceWorkerPathPrefix2(serviceName) {
|
|
16939
|
+
return `${INTERNAL_SERVICE_PREFIX2}/${serviceName}/workers`;
|
|
16940
|
+
}
|
|
16941
|
+
function getInternalServiceCronPathPrefix2(serviceName) {
|
|
16942
|
+
return `${INTERNAL_SERVICE_PREFIX2}/${serviceName}/crons`;
|
|
16943
|
+
}
|
|
16944
|
+
function getInternalServiceWorkerPath2(serviceName, entrypoint, handler = "worker") {
|
|
16945
|
+
const normalizedEntrypoint = normalizeInternalServiceEntrypoint(entrypoint);
|
|
16946
|
+
return `${getInternalServiceWorkerPathPrefix2(serviceName)}/${normalizedEntrypoint}/${handler}`;
|
|
16947
|
+
}
|
|
16931
16948
|
function getBuilderForRuntime(runtime) {
|
|
16932
16949
|
const builder = import_types.RUNTIME_BUILDERS[runtime];
|
|
16933
16950
|
if (!builder) {
|
|
@@ -17871,6 +17888,9 @@ var require_auto_detect = __commonJS({
|
|
|
17871
17888
|
if (backendResult.error) {
|
|
17872
17889
|
return { services: null, errors: [backendResult.error] };
|
|
17873
17890
|
}
|
|
17891
|
+
if (Object.keys(backendResult.services).length === 0) {
|
|
17892
|
+
return { services: null, errors: [] };
|
|
17893
|
+
}
|
|
17874
17894
|
Object.assign(services, backendResult.services);
|
|
17875
17895
|
return { services, errors: [] };
|
|
17876
17896
|
}
|
|
@@ -18141,8 +18161,25 @@ var require_detect_services = __commonJS({
|
|
|
18141
18161
|
continue;
|
|
18142
18162
|
}
|
|
18143
18163
|
}
|
|
18164
|
+
const workerServices = services.filter((s) => s.type === "worker");
|
|
18165
|
+
for (const service of workerServices) {
|
|
18166
|
+
const workerEntrypoint = service.entrypoint || service.builder.src || "index";
|
|
18167
|
+
const workerPath = (0, import_utils4.getInternalServiceWorkerPath)(
|
|
18168
|
+
service.name,
|
|
18169
|
+
workerEntrypoint
|
|
18170
|
+
);
|
|
18171
|
+
const functionPath = (0, import_utils4.getInternalServiceFunctionPath)(service.name);
|
|
18172
|
+
workers.push({
|
|
18173
|
+
src: `^${escapeRegex(workerPath)}$`,
|
|
18174
|
+
dest: functionPath,
|
|
18175
|
+
check: true
|
|
18176
|
+
});
|
|
18177
|
+
}
|
|
18144
18178
|
return { rewrites, defaults, crons, workers };
|
|
18145
18179
|
}
|
|
18180
|
+
function escapeRegex(str) {
|
|
18181
|
+
return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
18182
|
+
}
|
|
18146
18183
|
function getWebRoutePrefixes(services) {
|
|
18147
18184
|
const unique = /* @__PURE__ */ new Set();
|
|
18148
18185
|
for (const service of services) {
|
|
@@ -18442,7 +18479,11 @@ var require_get_services_builders = __commonJS({
|
|
|
18442
18479
|
warnings: warningResponses,
|
|
18443
18480
|
defaultRoutes: result.routes.defaults.length > 0 ? result.routes.defaults : null,
|
|
18444
18481
|
redirectRoutes: [],
|
|
18445
|
-
rewriteRoutes: result.routes.rewrites.length > 0
|
|
18482
|
+
rewriteRoutes: result.routes.rewrites.length > 0 || result.routes.workers.length > 0 || result.routes.crons.length > 0 ? [
|
|
18483
|
+
...result.routes.rewrites,
|
|
18484
|
+
...result.routes.workers,
|
|
18485
|
+
...result.routes.crons
|
|
18486
|
+
] : null,
|
|
18446
18487
|
errorRoutes: [],
|
|
18447
18488
|
services: result.services
|
|
18448
18489
|
};
|
|
@@ -26708,7 +26749,10 @@ var require_dist6 = __commonJS({
|
|
|
26708
26749
|
detectOutputDirectory: () => import_detect_builders.detectOutputDirectory,
|
|
26709
26750
|
detectServices: () => import_detect_services2.detectServices,
|
|
26710
26751
|
generateServicesRoutes: () => import_detect_services2.generateServicesRoutes,
|
|
26752
|
+
getInternalServiceCronPathPrefix: () => import_utils4.getInternalServiceCronPathPrefix,
|
|
26711
26753
|
getInternalServiceFunctionPath: () => import_utils4.getInternalServiceFunctionPath,
|
|
26754
|
+
getInternalServiceWorkerPath: () => import_utils4.getInternalServiceWorkerPath,
|
|
26755
|
+
getInternalServiceWorkerPathPrefix: () => import_utils4.getInternalServiceWorkerPathPrefix,
|
|
26712
26756
|
getProjectPaths: () => import_get_project_paths.getProjectPaths,
|
|
26713
26757
|
getServicesBuilders: () => import_get_services_builders.getServicesBuilders,
|
|
26714
26758
|
getWorkspacePackagePaths: () => import_get_workspace_package_paths.getWorkspacePackagePaths,
|
|
@@ -6,13 +6,13 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
writeProjectSettings
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NL5XL5GP.js";
|
|
10
10
|
import {
|
|
11
11
|
ensureLink
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-4ERN37SL.js";
|
|
13
13
|
import {
|
|
14
14
|
pullCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-O3SGELRW.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-LZOFD677.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
envPullCommandLogic,
|
|
23
23
|
humanizePath,
|
|
24
24
|
parseTarget
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-SBGUY2AD.js";
|
|
26
26
|
import {
|
|
27
27
|
TelemetryClient
|
|
28
28
|
} from "./chunk-OYLVZVKK.js";
|
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
findSourceVercelConfigFile,
|
|
12
12
|
getVercelConfigPath,
|
|
13
13
|
normalizeConfig
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-6Z22ZOUC.js";
|
|
15
|
+
import "./chunk-SBGUY2AD.js";
|
|
16
16
|
import "./chunk-OYLVZVKK.js";
|
|
17
17
|
import "./chunk-CO5D46AG.js";
|
|
18
18
|
import "./chunk-7EHTK7LP.js";
|
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
offerAutoPromote,
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-D6N5LX6O.js";
|
|
18
18
|
import {
|
|
19
19
|
deleteSubcommand
|
|
20
20
|
} from "./chunk-GT2DPHE7.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-SBGUY2AD.js";
|
|
22
22
|
import "./chunk-OYLVZVKK.js";
|
|
23
23
|
import {
|
|
24
24
|
stamp_default
|
|
@@ -16,11 +16,11 @@ import {
|
|
|
16
16
|
offerAutoPromote,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-D6N5LX6O.js";
|
|
20
20
|
import {
|
|
21
21
|
disableSubcommand
|
|
22
22
|
} from "./chunk-GT2DPHE7.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-SBGUY2AD.js";
|
|
24
24
|
import "./chunk-OYLVZVKK.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
@@ -16,11 +16,11 @@ import {
|
|
|
16
16
|
getRoutes,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-D6N5LX6O.js";
|
|
20
20
|
import {
|
|
21
21
|
discardSubcommand
|
|
22
22
|
} from "./chunk-GT2DPHE7.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-SBGUY2AD.js";
|
|
24
24
|
import "./chunk-OYLVZVKK.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printRouteConfig,
|
|
20
20
|
routingRuleToCurrentRoute,
|
|
21
21
|
runInteractiveEditLoop
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-JCWOSBWL.js";
|
|
23
23
|
import {
|
|
24
24
|
getRouteVersions
|
|
25
25
|
} from "./chunk-AHU7WNL2.js";
|
|
@@ -29,11 +29,11 @@ import {
|
|
|
29
29
|
offerAutoPromote,
|
|
30
30
|
parseSubcommandArgs,
|
|
31
31
|
resolveRoute
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-D6N5LX6O.js";
|
|
33
33
|
import {
|
|
34
34
|
editSubcommand
|
|
35
35
|
} from "./chunk-GT2DPHE7.js";
|
|
36
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-SBGUY2AD.js";
|
|
37
37
|
import "./chunk-OYLVZVKK.js";
|
|
38
38
|
import {
|
|
39
39
|
stamp_default
|
|
@@ -16,11 +16,11 @@ import {
|
|
|
16
16
|
offerAutoPromote,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-D6N5LX6O.js";
|
|
20
20
|
import {
|
|
21
21
|
enableSubcommand
|
|
22
22
|
} from "./chunk-GT2DPHE7.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-SBGUY2AD.js";
|
|
24
24
|
import "./chunk-OYLVZVKK.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
ensureProjectLink,
|
|
9
9
|
getRoutes,
|
|
10
10
|
parseSubcommandArgs
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-D6N5LX6O.js";
|
|
12
12
|
import {
|
|
13
13
|
exportSubcommand
|
|
14
14
|
} from "./chunk-GT2DPHE7.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-SBGUY2AD.js";
|
|
16
16
|
import "./chunk-OYLVZVKK.js";
|
|
17
17
|
import "./chunk-CO5D46AG.js";
|
|
18
18
|
import "./chunk-7EHTK7LP.js";
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk-EOZFDJSY.js";
|
|
13
13
|
import {
|
|
14
14
|
getScope
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-SFB3SJLL.js";
|
|
16
16
|
import {
|
|
17
17
|
validateJsonOutput
|
|
18
18
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
getLinkedProject,
|
|
24
24
|
getProjectByNameOrId
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-SBGUY2AD.js";
|
|
26
26
|
import "./chunk-OYLVZVKK.js";
|
|
27
27
|
import {
|
|
28
28
|
require_ms
|
|
@@ -16,11 +16,11 @@ import {
|
|
|
16
16
|
getRoutes,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-D6N5LX6O.js";
|
|
20
20
|
import {
|
|
21
21
|
publishSubcommand
|
|
22
22
|
} from "./chunk-GT2DPHE7.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-SBGUY2AD.js";
|
|
24
24
|
import "./chunk-OYLVZVKK.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
} from "./chunk-A3NYPUKZ.js";
|
|
27
27
|
import {
|
|
28
28
|
getScope
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-SFB3SJLL.js";
|
|
30
30
|
import {
|
|
31
31
|
validateJsonOutput
|
|
32
32
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
} from "./chunk-5F2QN5D6.js";
|
|
36
36
|
import {
|
|
37
37
|
getLinkedProject
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-SBGUY2AD.js";
|
|
39
39
|
import "./chunk-OYLVZVKK.js";
|
|
40
40
|
import {
|
|
41
41
|
require_ms
|
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
parsePosition,
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoute
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-D6N5LX6O.js";
|
|
18
18
|
import {
|
|
19
19
|
reorderSubcommand
|
|
20
20
|
} from "./chunk-GT2DPHE7.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-SBGUY2AD.js";
|
|
22
22
|
import "./chunk-OYLVZVKK.js";
|
|
23
23
|
import {
|
|
24
24
|
stamp_default
|