vercel 54.18.1 → 54.18.3
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/{add-4IT4GOJW.js → add-RFEOV2UA.js} +4 -4
- package/dist/chunks/{chunk-QMRIZXZB.js → chunk-2OCDVC4A.js} +1 -1
- package/dist/chunks/{chunk-S6WD5L3L.js → chunk-45H2JIQ2.js} +66 -27
- package/dist/chunks/{chunk-JDW2DCII.js → chunk-6YSOLYKZ.js} +1 -1
- package/dist/chunks/{chunk-MDVN2CL3.js → chunk-762U6K5V.js} +4 -4
- package/dist/chunks/{chunk-54YT5DAU.js → chunk-BFTYBJU3.js} +1 -1
- package/dist/chunks/{chunk-6BKX6MX4.js → chunk-F6T4HCH3.js} +2 -2
- package/dist/chunks/{chunk-WJLL77OK.js → chunk-FNJP75IS.js} +1 -1
- package/dist/chunks/{chunk-SYHCMCWI.js → chunk-G7ZTUK7S.js} +2 -2
- package/dist/chunks/{chunk-A56XRPQF.js → chunk-KC63PEUQ.js} +4 -4
- package/dist/chunks/{chunk-7YKF2IH6.js → chunk-MUKC4EQH.js} +2 -2
- package/dist/chunks/{chunk-N6JDK2GO.js → chunk-O6ZNTUH5.js} +3 -3
- package/dist/chunks/{chunk-6BBEJYCU.js → chunk-PYXECULO.js} +1 -1
- package/dist/chunks/{chunk-D46XEMEE.js → chunk-SI2U6SQK.js} +4 -4
- package/dist/chunks/{chunk-XMNRQYFL.js → chunk-SMXXYYAL.js} +1 -1
- package/dist/chunks/{chunk-4IMUS3MS.js → chunk-U2JBJC5Y.js} +1 -1
- package/dist/chunks/{chunk-KFMV4Q4Z.js → chunk-UTHLWNUV.js} +1 -1
- package/dist/chunks/{chunk-7G6CGX4Q.js → chunk-UXZQ6L4V.js} +1 -1
- package/dist/chunks/{chunk-A2UBFY4K.js → chunk-W5IF3D4F.js} +2 -2
- package/dist/chunks/{chunk-OJB4B7YD.js → chunk-ZDX5KX52.js} +1 -1
- package/dist/chunks/{compile-vercel-config-U7H5E3AF.js → compile-vercel-config-3EZ5YZ5Z.js} +1 -1
- package/dist/chunks/{delete-EWHQTXBW.js → delete-MK5SASW7.js} +2 -2
- package/dist/chunks/{disable-D6PWS73S.js → disable-3RLMEKKX.js} +2 -2
- package/dist/chunks/{discard-RCWQO5OM.js → discard-4GQT5URD.js} +2 -2
- package/dist/chunks/{edit-Y53X26NZ.js → edit-T7YKOMAX.js} +3 -3
- package/dist/chunks/{enable-M5RHORDQ.js → enable-JQVDEF4V.js} +2 -2
- package/dist/chunks/{export-2DR3UQFV.js → export-DMDBADBB.js} +2 -2
- package/dist/chunks/{inspect-B7I5BKQS.js → inspect-MKLF4OG6.js} +3 -3
- package/dist/chunks/{list-B57MANV4.js → list-OCCI6JSZ.js} +3 -3
- package/dist/chunks/{list-WZ32GBPG.js → list-QINXM5T5.js} +2 -2
- package/dist/chunks/{ls-HG2AU4FP.js → ls-4QMMEFXK.js} +4 -4
- package/dist/chunks/{publish-5RPU7CGQ.js → publish-OCR2QI5T.js} +2 -2
- package/dist/chunks/{query-QEMQUYOA.js → query-ZJSQQZ6R.js} +2 -2
- package/dist/chunks/{reorder-E37TLOBH.js → reorder-7X2SKXEF.js} +2 -2
- package/dist/chunks/{restore-HBKARSXS.js → restore-SA5RVR3L.js} +2 -2
- package/dist/chunks/{rm-NODZBG52.js → rm-MRY3IJAA.js} +4 -4
- package/dist/chunks/{rule-inspect-XDPT3CMS.js → rule-inspect-PSP2JIOP.js} +4 -4
- package/dist/chunks/{rules-EMK5FIZX.js → rules-RUHOLTYG.js} +6 -6
- package/dist/chunks/{schema-AHANZBO4.js → schema-RL7X5XMX.js} +2 -2
- package/dist/chunks/{update-BDHCWMWZ.js → update-IDQ343BY.js} +4 -4
- package/dist/commands/build/index.js +9 -9
- package/dist/commands/deploy/index.js +10 -10
- package/dist/commands/dev/builder-worker.cjs +9 -2
- package/dist/commands/dev/index.js +27 -10
- package/dist/commands/env/index.js +4 -4
- 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 +8 -8
- package/dist/version.mjs +1 -1
- package/package.json +13 -13
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-BFTYBJU3.js";
|
|
13
|
+
import "./chunk-W5IF3D4F.js";
|
|
14
14
|
import "./chunk-U5FVI3MF.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -21,8 +21,8 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
23
|
} from "./chunk-QH7WYDEP.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-UTHLWNUV.js";
|
|
25
|
+
import "./chunk-45H2JIQ2.js";
|
|
26
26
|
import {
|
|
27
27
|
buildCommandWithGlobalFlags,
|
|
28
28
|
outputAgentError
|
|
@@ -13837,6 +13837,7 @@ var require_frameworks = __commonJS({
|
|
|
13837
13837
|
slug: "container",
|
|
13838
13838
|
runtimeFramework: true,
|
|
13839
13839
|
logo: "https://api-frameworks.vercel.sh/framework-logos/container.svg",
|
|
13840
|
+
darkModeLogo: "https://api-frameworks.vercel.sh/framework-logos/container-dark.svg",
|
|
13840
13841
|
tagline: "Deploy any project as a container image built from a Dockerfile.",
|
|
13841
13842
|
description: "A project deployed as a container image, built from a Dockerfile.vercel or Containerfile.vercel.",
|
|
13842
13843
|
website: "https://docs.docker.com/reference/dockerfile/",
|
|
@@ -24471,7 +24472,14 @@ var require_resolve_v2 = __commonJS({
|
|
|
24471
24472
|
var import_resolve = require_resolve2();
|
|
24472
24473
|
var import_utils4 = require_utils3();
|
|
24473
24474
|
var frameworksBySlug = new Map(import_frameworks2.frameworkList.map((f) => [f.slug, f]));
|
|
24474
|
-
var
|
|
24475
|
+
var MAX_SERVICE_NAME_LENGTH = 64;
|
|
24476
|
+
var SERVICE_NAME_REGEX = /^[a-z]([a-z_-]*[a-z])?$/;
|
|
24477
|
+
function isValidServiceName(name) {
|
|
24478
|
+
return name.length <= MAX_SERVICE_NAME_LENGTH && SERVICE_NAME_REGEX.test(name);
|
|
24479
|
+
}
|
|
24480
|
+
function getInvalidServiceNameMessage(name) {
|
|
24481
|
+
return `Service name "${name}" is invalid. Names must be 1-${MAX_SERVICE_NAME_LENGTH} characters, start and end with a lowercase letter, and contain only lowercase letters, hyphens, and underscores.`;
|
|
24482
|
+
}
|
|
24475
24483
|
var CONTAINER_ENTRYPOINT_CANDIDATES = [
|
|
24476
24484
|
"Dockerfile.vercel",
|
|
24477
24485
|
"Containerfile.vercel",
|
|
@@ -24563,10 +24571,10 @@ var require_resolve_v2 = __commonJS({
|
|
|
24563
24571
|
};
|
|
24564
24572
|
}
|
|
24565
24573
|
function validateServiceConfigV22(name, config) {
|
|
24566
|
-
if (!
|
|
24574
|
+
if (!isValidServiceName(name)) {
|
|
24567
24575
|
return {
|
|
24568
24576
|
code: "INVALID_SERVICE_NAME",
|
|
24569
|
-
message:
|
|
24577
|
+
message: getInvalidServiceNameMessage(name),
|
|
24570
24578
|
serviceName: name
|
|
24571
24579
|
};
|
|
24572
24580
|
}
|
|
@@ -24623,14 +24631,6 @@ var require_resolve_v2 = __commonJS({
|
|
|
24623
24631
|
};
|
|
24624
24632
|
}
|
|
24625
24633
|
}
|
|
24626
|
-
const isContainer = config.runtime === "container";
|
|
24627
|
-
if (!config.framework && !config.entrypoint && !isContainer) {
|
|
24628
|
-
return {
|
|
24629
|
-
code: "MISSING_SERVICE_CONFIG",
|
|
24630
|
-
message: `Service "${name}" must specify "framework" or "entrypoint".`,
|
|
24631
|
-
serviceName: name
|
|
24632
|
-
};
|
|
24633
|
-
}
|
|
24634
24634
|
return null;
|
|
24635
24635
|
}
|
|
24636
24636
|
async function resolveConfiguredServiceV22(name, config, fs5) {
|
|
@@ -24662,14 +24662,15 @@ var require_resolve_v2 = __commonJS({
|
|
|
24662
24662
|
entrypointIsDirectory = Boolean(resolved.entrypoint?.isDirectory);
|
|
24663
24663
|
}
|
|
24664
24664
|
const entrypointFile = entrypointIsDirectory || !normalizedEntrypoint ? void 0 : normalizedEntrypoint;
|
|
24665
|
-
|
|
24665
|
+
let inferredRuntime = (0, import_utils4.inferServiceRuntime)({
|
|
24666
24666
|
runtime: config.runtime,
|
|
24667
24667
|
framework: config.framework,
|
|
24668
24668
|
entrypoint: entrypointFile
|
|
24669
24669
|
});
|
|
24670
24670
|
let framework = config.framework;
|
|
24671
|
-
|
|
24672
|
-
|
|
24671
|
+
let detectedFramework = false;
|
|
24672
|
+
if (!framework) {
|
|
24673
|
+
const workspace = normalizedEntrypoint ? entrypointIsDirectory ? normalizedEntrypoint : import_path12.posix.dirname(normalizedEntrypoint) || "." : ".";
|
|
24673
24674
|
const detection = await (0, import_resolve.detectFrameworkFromWorkspace)({
|
|
24674
24675
|
fs: serviceFs,
|
|
24675
24676
|
workspace,
|
|
@@ -24680,6 +24681,12 @@ var require_resolve_v2 = __commonJS({
|
|
|
24680
24681
|
return { error: detection.error };
|
|
24681
24682
|
}
|
|
24682
24683
|
framework = detection.framework;
|
|
24684
|
+
detectedFramework = Boolean(framework);
|
|
24685
|
+
inferredRuntime = (0, import_utils4.inferServiceRuntime)({
|
|
24686
|
+
runtime: config.runtime,
|
|
24687
|
+
framework,
|
|
24688
|
+
entrypoint: entrypointFile
|
|
24689
|
+
});
|
|
24683
24690
|
}
|
|
24684
24691
|
if (entrypointIsDirectory && !framework) {
|
|
24685
24692
|
return {
|
|
@@ -24690,6 +24697,16 @@ var require_resolve_v2 = __commonJS({
|
|
|
24690
24697
|
}
|
|
24691
24698
|
};
|
|
24692
24699
|
}
|
|
24700
|
+
const frameworkRuntime = (0, import_utils4.inferRuntimeFromFramework)(framework);
|
|
24701
|
+
if (detectedFramework && frameworkRuntime && !entrypointFile) {
|
|
24702
|
+
return {
|
|
24703
|
+
error: {
|
|
24704
|
+
code: "MISSING_SERVICE_CONFIG",
|
|
24705
|
+
message: `Service "${name}" detected framework "${framework}" in "${normalizedRoot}" and must specify an "entrypoint" for runtime "${frameworkRuntime}".`,
|
|
24706
|
+
serviceName: name
|
|
24707
|
+
}
|
|
24708
|
+
};
|
|
24709
|
+
}
|
|
24693
24710
|
const frameworkDefinition = framework ? frameworksBySlug.get(framework) : void 0;
|
|
24694
24711
|
let builderUse;
|
|
24695
24712
|
let builderSrc;
|
|
@@ -24698,16 +24715,26 @@ var require_resolve_v2 = __commonJS({
|
|
|
24698
24715
|
builderSrc = entrypointFile || frameworkDefinition?.useRuntime?.src || "package.json";
|
|
24699
24716
|
} else {
|
|
24700
24717
|
if (!inferredRuntime) {
|
|
24701
|
-
|
|
24702
|
-
|
|
24703
|
-
|
|
24704
|
-
|
|
24705
|
-
|
|
24706
|
-
|
|
24707
|
-
}
|
|
24718
|
+
if (config.buildCommand) {
|
|
24719
|
+
builderUse = "@vercel/static-build";
|
|
24720
|
+
builderSrc = "package.json";
|
|
24721
|
+
} else {
|
|
24722
|
+
builderUse = "@vercel/static";
|
|
24723
|
+
builderSrc = config.outputDirectory ? import_path12.posix.join(config.outputDirectory, "**") : "**";
|
|
24724
|
+
}
|
|
24725
|
+
} else {
|
|
24726
|
+
if (!entrypointFile) {
|
|
24727
|
+
return {
|
|
24728
|
+
error: {
|
|
24729
|
+
code: "MISSING_SERVICE_CONFIG",
|
|
24730
|
+
message: `Service "${name}" must specify an "entrypoint" for runtime "${inferredRuntime}".`,
|
|
24731
|
+
serviceName: name
|
|
24732
|
+
}
|
|
24733
|
+
};
|
|
24734
|
+
}
|
|
24735
|
+
builderUse = inferredRuntime === "node" ? "@vercel/backends" : (0, import_utils4.getBuilderForRuntime)(inferredRuntime);
|
|
24736
|
+
builderSrc = entrypointFile;
|
|
24708
24737
|
}
|
|
24709
|
-
builderUse = inferredRuntime === "node" ? "@vercel/backends" : (0, import_utils4.getBuilderForRuntime)(inferredRuntime);
|
|
24710
|
-
builderSrc = entrypointFile;
|
|
24711
24738
|
}
|
|
24712
24739
|
const isRoot = normalizedRoot === ".";
|
|
24713
24740
|
const projectRelativeSrc = isRoot ? builderSrc : import_path12.posix.join(normalizedRoot, builderSrc);
|
|
@@ -24718,6 +24745,9 @@ var require_resolve_v2 = __commonJS({
|
|
|
24718
24745
|
if (framework) {
|
|
24719
24746
|
builderConfig.framework = framework;
|
|
24720
24747
|
}
|
|
24748
|
+
if (config.outputDirectory) {
|
|
24749
|
+
builderConfig.outputDirectory = config.outputDirectory;
|
|
24750
|
+
}
|
|
24721
24751
|
if (!isRoot) {
|
|
24722
24752
|
builderConfig.workspace = normalizedRoot;
|
|
24723
24753
|
}
|
|
@@ -24780,6 +24810,14 @@ var require_resolve_v2 = __commonJS({
|
|
|
24780
24810
|
const serviceNames = new Set(Object.keys(services));
|
|
24781
24811
|
for (const service of resolved) {
|
|
24782
24812
|
for (const binding of service.bindings ?? []) {
|
|
24813
|
+
if (!isValidServiceName(binding.service)) {
|
|
24814
|
+
errors.push({
|
|
24815
|
+
code: "INVALID_SERVICE_BINDING_NAME",
|
|
24816
|
+
message: `Service "${service.name}" declares an invalid binding service name "${binding.service}". ${getInvalidServiceNameMessage(binding.service)}`,
|
|
24817
|
+
serviceName: service.name
|
|
24818
|
+
});
|
|
24819
|
+
continue;
|
|
24820
|
+
}
|
|
24783
24821
|
if (!serviceNames.has(binding.service)) {
|
|
24784
24822
|
errors.push({
|
|
24785
24823
|
code: "UNKNOWN_SERVICE_BINDING",
|
|
@@ -48512,9 +48550,9 @@ var require_out4 = __commonJS({
|
|
|
48512
48550
|
}
|
|
48513
48551
|
});
|
|
48514
48552
|
|
|
48515
|
-
// ../../node_modules/.pnpm/@vercel+microfrontends@1.2.2_next@16.2.6_@opentelemetry+api@1.9.
|
|
48553
|
+
// ../../node_modules/.pnpm/@vercel+microfrontends@1.2.2_next@16.2.6_@babel+core@7.24.4_@opentelemetry+api@1.9.1_re_fa32ee5de0d684b82ca1c937ce3b2ece/node_modules/@vercel/microfrontends/dist/microfrontends/utils.cjs
|
|
48516
48554
|
var require_utils9 = __commonJS({
|
|
48517
|
-
"../../node_modules/.pnpm/@vercel+microfrontends@1.2.2_next@16.2.6_@opentelemetry+api@1.9.
|
|
48555
|
+
"../../node_modules/.pnpm/@vercel+microfrontends@1.2.2_next@16.2.6_@babel+core@7.24.4_@opentelemetry+api@1.9.1_re_fa32ee5de0d684b82ca1c937ce3b2ece/node_modules/@vercel/microfrontends/dist/microfrontends/utils.cjs"(exports, module) {
|
|
48518
48556
|
"use strict";
|
|
48519
48557
|
var __create = Object.create;
|
|
48520
48558
|
var __defProp = Object.defineProperty;
|
|
@@ -60591,6 +60629,7 @@ var servicesCommandSchema = {
|
|
|
60591
60629
|
minLength: 1,
|
|
60592
60630
|
maxLength: 2048
|
|
60593
60631
|
};
|
|
60632
|
+
var servicesServiceNamePattern = "^[a-z]([a-z_-]*[a-z])?$";
|
|
60594
60633
|
var servicesBindingSchema = {
|
|
60595
60634
|
type: "object",
|
|
60596
60635
|
additionalProperties: false,
|
|
@@ -60601,7 +60640,7 @@ var servicesBindingSchema = {
|
|
|
60601
60640
|
type: "string",
|
|
60602
60641
|
minLength: 1,
|
|
60603
60642
|
maxLength: 64,
|
|
60604
|
-
pattern:
|
|
60643
|
+
pattern: servicesServiceNamePattern
|
|
60605
60644
|
},
|
|
60606
60645
|
format: { const: "url" },
|
|
60607
60646
|
env: {
|
|
@@ -60653,7 +60692,7 @@ var getServicesServiceConfigSchema = () => ({
|
|
|
60653
60692
|
var getServicesSchema = () => ({
|
|
60654
60693
|
type: "object",
|
|
60655
60694
|
propertyNames: {
|
|
60656
|
-
pattern:
|
|
60695
|
+
pattern: servicesServiceNamePattern,
|
|
60657
60696
|
maxLength: 64
|
|
60658
60697
|
},
|
|
60659
60698
|
additionalProperties: getServicesServiceConfigSchema()
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
writeProjectSettings
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UXZQ6L4V.js";
|
|
10
10
|
import {
|
|
11
11
|
autoInstallVercelPlugin
|
|
12
12
|
} from "./chunk-BRQ6PX3U.js";
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
} from "./chunk-64IF634X.js";
|
|
16
16
|
import {
|
|
17
17
|
ensureLink
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-G7ZTUK7S.js";
|
|
19
19
|
import {
|
|
20
20
|
pullCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-6YSOLYKZ.js";
|
|
22
22
|
import {
|
|
23
23
|
help
|
|
24
24
|
} from "./chunk-LWJWW6ZY.js";
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
envPullCommandLogic,
|
|
29
29
|
humanizePath,
|
|
30
30
|
parseTarget
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-45H2JIQ2.js";
|
|
32
32
|
import {
|
|
33
33
|
TelemetryClient
|
|
34
34
|
} from "./chunk-Q77ALSXR.js";
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-6YSOLYKZ.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-45H2JIQ2.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
deploymentOption,
|
|
@@ -7,12 +7,12 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
printProjectNotFoundError,
|
|
9
9
|
setupAndLink
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-O6ZNTUH5.js";
|
|
11
11
|
import {
|
|
12
12
|
getLinkedProject,
|
|
13
13
|
param,
|
|
14
14
|
resolveProjectCwd
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-45H2JIQ2.js";
|
|
16
16
|
import {
|
|
17
17
|
buildCommandWithYes,
|
|
18
18
|
outputActionRequired
|
|
@@ -7,17 +7,17 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
getUpdateCommandInfo,
|
|
9
9
|
isGlobal
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZDX5KX52.js";
|
|
11
11
|
import {
|
|
12
12
|
getGlobalPathConfig,
|
|
13
13
|
progress,
|
|
14
14
|
writeToConfigFile
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-MUKC4EQH.js";
|
|
16
16
|
import {
|
|
17
17
|
apiCommand,
|
|
18
18
|
listSubcommand2 as listSubcommand,
|
|
19
19
|
loginCommand
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-F6T4HCH3.js";
|
|
21
21
|
import {
|
|
22
22
|
require_semver
|
|
23
23
|
} from "./chunk-IB5L4LKZ.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
} from "./chunk-LWJWW6ZY.js";
|
|
27
27
|
import {
|
|
28
28
|
login
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-45H2JIQ2.js";
|
|
30
30
|
import {
|
|
31
31
|
TelemetryClient,
|
|
32
32
|
isNativeBinaryInstall
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
getLocalPathConfig
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-2OCDVC4A.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
15
15
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
useKeypress,
|
|
37
37
|
usePrefix,
|
|
38
38
|
useState
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-45H2JIQ2.js";
|
|
40
40
|
import {
|
|
41
41
|
require_load_json_file
|
|
42
42
|
} from "./chunk-Q77ALSXR.js";
|
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
} from "./chunk-QH7WYDEP.js";
|
|
11
11
|
import {
|
|
12
12
|
getLocalPathConfig
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2OCDVC4A.js";
|
|
14
14
|
import {
|
|
15
15
|
getScope
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-UTHLWNUV.js";
|
|
17
17
|
import {
|
|
18
18
|
table
|
|
19
19
|
} from "./chunk-LYCSVJIX.js";
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
selectAndParseRemoteUrl,
|
|
52
52
|
selectOrg,
|
|
53
53
|
writeServicesConfig
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-45H2JIQ2.js";
|
|
55
55
|
import {
|
|
56
56
|
buildCommandWithGlobalFlags,
|
|
57
57
|
outputAgentError,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
progress,
|
|
11
11
|
require_dist as require_dist2,
|
|
12
12
|
sleep
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MUKC4EQH.js";
|
|
14
14
|
import {
|
|
15
15
|
suggestNextCommands
|
|
16
16
|
} from "./chunk-LKBI43XK.js";
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-TCF6MGBY.js";
|
|
21
21
|
import {
|
|
22
22
|
CommandTimeout
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-F6T4HCH3.js";
|
|
24
24
|
import {
|
|
25
25
|
showPluginTipIfNeeded
|
|
26
26
|
} from "./chunk-BRQ6PX3U.js";
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
} from "./chunk-64IF634X.js";
|
|
30
30
|
import {
|
|
31
31
|
getScope
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-UTHLWNUV.js";
|
|
33
33
|
import {
|
|
34
34
|
getProjectByNameOrId,
|
|
35
35
|
param,
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
require_dist as require_dist3,
|
|
38
38
|
require_pluralize,
|
|
39
39
|
ua_default
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-45H2JIQ2.js";
|
|
41
41
|
import {
|
|
42
42
|
require_strip_ansi,
|
|
43
43
|
responseError
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
} from "./chunk-QH7WYDEP.js";
|
|
13
13
|
import {
|
|
14
14
|
getScope
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-UTHLWNUV.js";
|
|
16
16
|
import {
|
|
17
17
|
getLinkedProject,
|
|
18
18
|
getProjectByNameOrId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-45H2JIQ2.js";
|
|
20
20
|
import {
|
|
21
21
|
buildCommandWithGlobalFlags,
|
|
22
22
|
outputAgentError
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes,
|
|
17
17
|
withGlobalFlags
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-PYXECULO.js";
|
|
19
19
|
import {
|
|
20
20
|
deleteSubcommand
|
|
21
21
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
AGENT_REASON,
|
|
28
28
|
AGENT_STATUS
|
|
29
29
|
} from "./chunk-QH7WYDEP.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-45H2JIQ2.js";
|
|
31
31
|
import {
|
|
32
32
|
outputAgentError
|
|
33
33
|
} from "./chunk-X5UROEGN.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-PYXECULO.js";
|
|
21
21
|
import {
|
|
22
22
|
disableSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-45H2JIQ2.js";
|
|
30
30
|
import {
|
|
31
31
|
outputAgentError
|
|
32
32
|
} from "./chunk-X5UROEGN.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-PYXECULO.js";
|
|
21
21
|
import {
|
|
22
22
|
discardSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-45H2JIQ2.js";
|
|
30
30
|
import {
|
|
31
31
|
outputAgentError
|
|
32
32
|
} from "./chunk-X5UROEGN.js";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printRouteConfig,
|
|
20
20
|
routingRuleToCurrentRoute,
|
|
21
21
|
runInteractiveEditLoop
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-U2JBJC5Y.js";
|
|
23
23
|
import {
|
|
24
24
|
getRouteVersions
|
|
25
25
|
} from "./chunk-AHU7WNL2.js";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolveRoute,
|
|
32
32
|
shellQuoteRouteIdentifierForSuggestion,
|
|
33
33
|
withGlobalFlags
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-PYXECULO.js";
|
|
35
35
|
import {
|
|
36
36
|
editSubcommand
|
|
37
37
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-64IF634X.js";
|
|
41
41
|
import "./chunk-VXYGCOKL.js";
|
|
42
42
|
import "./chunk-QH7WYDEP.js";
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-45H2JIQ2.js";
|
|
44
44
|
import {
|
|
45
45
|
outputAgentError
|
|
46
46
|
} from "./chunk-X5UROEGN.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-PYXECULO.js";
|
|
21
21
|
import {
|
|
22
22
|
enableSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-45H2JIQ2.js";
|
|
30
30
|
import {
|
|
31
31
|
outputAgentError
|
|
32
32
|
} from "./chunk-X5UROEGN.js";
|
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
getRoutes,
|
|
10
10
|
parseSubcommandArgs,
|
|
11
11
|
withGlobalFlags
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-PYXECULO.js";
|
|
13
13
|
import {
|
|
14
14
|
exportSubcommand
|
|
15
15
|
} from "./chunk-IB56QKCM.js";
|
|
16
16
|
import "./chunk-QH7WYDEP.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-45H2JIQ2.js";
|
|
18
18
|
import {
|
|
19
19
|
outputAgentError
|
|
20
20
|
} from "./chunk-X5UROEGN.js";
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
emitAlertsScopeError
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-W5IF3D4F.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
outputError,
|
|
@@ -24,11 +24,11 @@ import {
|
|
|
24
24
|
} from "./chunk-QH7WYDEP.js";
|
|
25
25
|
import {
|
|
26
26
|
getScope
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-UTHLWNUV.js";
|
|
28
28
|
import {
|
|
29
29
|
getLinkedProject,
|
|
30
30
|
getProjectByNameOrId
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-45H2JIQ2.js";
|
|
32
32
|
import {
|
|
33
33
|
buildCommandWithGlobalFlags,
|
|
34
34
|
outputAgentError
|