vercel 54.18.7 → 54.20.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/add-IB7HE5S5.js +134 -0
- package/dist/chunks/{add-P6CBTAGK.js → add-TF5VZLCY.js} +3 -3
- package/dist/chunks/{chunk-AXFSALI3.js → chunk-4BEUS7AL.js} +293 -71
- package/dist/chunks/chunk-4QVAYRYH.js +71 -0
- package/dist/chunks/{chunk-RKLBPBRM.js → chunk-7PAKWBN4.js} +2 -2
- package/dist/chunks/chunk-AUECDTMX.js +128 -0
- package/dist/chunks/{chunk-E2ENQE2W.js → chunk-BUZRVER7.js} +1 -0
- package/dist/chunks/{chunk-L6QLQSJE.js → chunk-GDAO4PGA.js} +1 -1
- package/dist/chunks/chunk-I3HGCZ4E.js +72 -0
- package/dist/chunks/{chunk-DXL7EPOQ.js → chunk-JDO6BSKN.js} +2 -2
- package/dist/chunks/chunk-JHQOIGTY.js +363 -0
- package/dist/chunks/chunk-KXGWAWRV.js +148 -0
- package/dist/chunks/{chunk-XQQXV6ZZ.js → chunk-LFODAB54.js} +1 -0
- package/dist/chunks/chunk-RY3AVR6E.js +111 -0
- package/dist/chunks/{chunk-JREEV2EL.js → chunk-T63I6OUR.js} +1 -1
- package/dist/chunks/chunk-VGIMO3ZK.js +17 -0
- package/dist/chunks/{chunk-VTE7W5ZP.js → chunk-ZZIAWRCX.js} +0 -8
- package/dist/chunks/image-2DL7JEWW.js +73 -0
- package/dist/chunks/inspect-6IHZTLFA.js +167 -0
- package/dist/chunks/inspect-EGXHWKY3.js +163 -0
- package/dist/chunks/inspect-PL3PE5IJ.js +136 -0
- package/dist/chunks/{inspect-KYVZQL56.js → inspect-Z3QJOMNP.js} +2 -2
- package/dist/chunks/{list-MUFZTUZA.js → list-BB4T4KT5.js} +1 -1
- package/dist/chunks/{list-BYTNF7D7.js → list-KNRPDNQF.js} +2 -2
- package/dist/chunks/ls-EP4Q6VF4.js +214 -0
- package/dist/chunks/{ls-PDILBRUL.js → ls-FTQGK4R6.js} +3 -3
- package/dist/chunks/ls-IQKMDRUB.js +165 -0
- package/dist/chunks/ls-MUS72LBS.js +201 -0
- package/dist/chunks/{query-75PT24SH.js → query-C6FEOG5R.js} +1 -1
- package/dist/chunks/rm-EZFCCZFT.js +137 -0
- package/dist/chunks/{rm-BJSTNUIJ.js → rm-GWW57H2V.js} +3 -3
- package/dist/chunks/rm-NMSG2WG6.js +137 -0
- package/dist/chunks/{rule-inspect-WTU3MGMH.js → rule-inspect-XPZJO3Y4.js} +3 -3
- package/dist/chunks/{rules-6PXGKHFH.js → rules-C6SB24UO.js} +6 -6
- package/dist/chunks/tags-5PFVWGLK.js +67 -0
- package/dist/chunks/{update-TTPNV44H.js → update-BCLMLJM7.js} +3 -3
- package/dist/commands/build/index.js +5 -1
- package/dist/commands/deploy/index.js +5 -2
- package/dist/commands/env/index.js +8 -3
- package/dist/commands/link/index.js +4 -1
- package/dist/commands-bulk.js +3304 -1952
- package/dist/help.js +1 -1
- package/dist/index.js +28 -5
- package/dist/version.mjs +1 -1
- package/package.json +16 -16
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { createRequire as __createRequire } from 'node:module';
|
|
2
|
+
import { fileURLToPath as __fileURLToPath } from 'node:url';
|
|
3
|
+
import { dirname as __dirname_ } from 'node:path';
|
|
4
|
+
const require = __createRequire(import.meta.url);
|
|
5
|
+
const __filename = __fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = __dirname_(__filename);
|
|
7
|
+
import {
|
|
8
|
+
getInvalidSubcommand
|
|
9
|
+
} from "./chunk-VGIMO3ZK.js";
|
|
10
|
+
import {
|
|
11
|
+
getSubcommand
|
|
12
|
+
} from "./chunk-YPQSDAEW.js";
|
|
13
|
+
import {
|
|
14
|
+
AGENT_REASON
|
|
15
|
+
} from "./chunk-QH7WYDEP.js";
|
|
16
|
+
import {
|
|
17
|
+
buildCommandWithGlobalFlags,
|
|
18
|
+
outputAgentError
|
|
19
|
+
} from "./chunk-IZOHLD5D.js";
|
|
20
|
+
import "./chunk-P6AK7SVK.js";
|
|
21
|
+
import "./chunk-P4QNYOFB.js";
|
|
22
|
+
import {
|
|
23
|
+
output_manager_default
|
|
24
|
+
} from "./chunk-OX7KI3LF.js";
|
|
25
|
+
import "./chunk-S7KYDPEM.js";
|
|
26
|
+
import "./chunk-TZ2YI2VH.js";
|
|
27
|
+
|
|
28
|
+
// src/commands/vcr/tags/index.ts
|
|
29
|
+
var TAGS_CONFIG = {
|
|
30
|
+
ls: ["ls", "list"],
|
|
31
|
+
inspect: ["inspect", "get"]
|
|
32
|
+
};
|
|
33
|
+
async function tags(client, argv, telemetry) {
|
|
34
|
+
const { subcommand, args } = getSubcommand(argv, TAGS_CONFIG);
|
|
35
|
+
if (subcommand == null) {
|
|
36
|
+
const message = argv.length === 0 ? getInvalidSubcommand(TAGS_CONFIG) : `Unknown "vcr tag" subcommand "${argv[0]}".`;
|
|
37
|
+
outputAgentError(
|
|
38
|
+
client,
|
|
39
|
+
{
|
|
40
|
+
status: "error",
|
|
41
|
+
reason: AGENT_REASON.INVALID_ARGUMENTS,
|
|
42
|
+
message,
|
|
43
|
+
next: [
|
|
44
|
+
{
|
|
45
|
+
command: buildCommandWithGlobalFlags(client.argv, "vcr tag --help"),
|
|
46
|
+
when: "Show valid tag subcommands"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
1
|
|
51
|
+
);
|
|
52
|
+
output_manager_default.error(`${message} Run \`vercel vcr tag --help\`.`);
|
|
53
|
+
return 1;
|
|
54
|
+
}
|
|
55
|
+
switch (subcommand) {
|
|
56
|
+
case "ls":
|
|
57
|
+
return (await import("./ls-EP4Q6VF4.js")).default(client, args, telemetry);
|
|
58
|
+
case "inspect":
|
|
59
|
+
return (await import("./inspect-EGXHWKY3.js")).default(client, args, telemetry);
|
|
60
|
+
default:
|
|
61
|
+
output_manager_default.error(`Unhandled tags subcommand: ${subcommand}`);
|
|
62
|
+
return 1;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
export {
|
|
66
|
+
tags as default
|
|
67
|
+
};
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-7PAKWBN4.js";
|
|
13
|
+
import "./chunk-GDAO4PGA.js";
|
|
14
|
+
import "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
17
17
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -1957,9 +1957,13 @@ async function doBuild(client, project, buildsJson, cwd, outputDir, span, standa
|
|
|
1957
1957
|
routesResult.routes,
|
|
1958
1958
|
detectedExperimentalServicesV2RootRoutes ?? existingConfig?.routes
|
|
1959
1959
|
);
|
|
1960
|
+
const mergedRoutesWithGeneratedServicesV2Routes = nestExperimentalServicesV2Output ? appendBuildOutputRouteTables(
|
|
1961
|
+
mergedRoutes,
|
|
1962
|
+
detectedExperimentalServicesV2RootRoutes ?? existingConfig?.routes
|
|
1963
|
+
) : mergedRoutes;
|
|
1960
1964
|
const config = {
|
|
1961
1965
|
version: 3,
|
|
1962
|
-
routes:
|
|
1966
|
+
routes: mergedRoutesWithGeneratedServicesV2Routes ?? explicitRootRoutes,
|
|
1963
1967
|
images: mergedImages,
|
|
1964
1968
|
wildcard: mergedWildcard,
|
|
1965
1969
|
overrides: mergedOverrides,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
purchaseDomainIfAvailable,
|
|
14
14
|
require_cjs,
|
|
15
15
|
setupDomain
|
|
16
|
-
} from "../../chunks/chunk-
|
|
16
|
+
} from "../../chunks/chunk-T63I6OUR.js";
|
|
17
17
|
import {
|
|
18
18
|
readLocalConfig
|
|
19
19
|
} from "../../chunks/chunk-FZZWTDNQ.js";
|
|
@@ -40,7 +40,10 @@ import {
|
|
|
40
40
|
deprecatedArchiveSplitTgz,
|
|
41
41
|
getCommandAliases,
|
|
42
42
|
initSubcommand
|
|
43
|
-
} from "../../chunks/chunk-
|
|
43
|
+
} from "../../chunks/chunk-4BEUS7AL.js";
|
|
44
|
+
import "../../chunks/chunk-KXGWAWRV.js";
|
|
45
|
+
import "../../chunks/chunk-RY3AVR6E.js";
|
|
46
|
+
import "../../chunks/chunk-AUECDTMX.js";
|
|
44
47
|
import "../../chunks/chunk-MAJWH2PD.js";
|
|
45
48
|
import "../../chunks/chunk-EFUR47FZ.js";
|
|
46
49
|
import "../../chunks/chunk-UJ5UEAMC.js";
|
|
@@ -7,10 +7,12 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
ellipsis,
|
|
9
9
|
getCustomEnvironments,
|
|
10
|
-
getInvalidSubcommand,
|
|
11
10
|
readStandardInput,
|
|
12
11
|
require_dist as require_dist3
|
|
13
|
-
} from "../../chunks/chunk-
|
|
12
|
+
} from "../../chunks/chunk-ZZIAWRCX.js";
|
|
13
|
+
import {
|
|
14
|
+
getInvalidSubcommand
|
|
15
|
+
} from "../../chunks/chunk-VGIMO3ZK.js";
|
|
14
16
|
import {
|
|
15
17
|
formatTable
|
|
16
18
|
} from "../../chunks/chunk-ULKM3ZD4.js";
|
|
@@ -29,7 +31,10 @@ import {
|
|
|
29
31
|
} from "../../chunks/chunk-YPQSDAEW.js";
|
|
30
32
|
import {
|
|
31
33
|
getCommandAliases
|
|
32
|
-
} from "../../chunks/chunk-
|
|
34
|
+
} from "../../chunks/chunk-4BEUS7AL.js";
|
|
35
|
+
import "../../chunks/chunk-KXGWAWRV.js";
|
|
36
|
+
import "../../chunks/chunk-RY3AVR6E.js";
|
|
37
|
+
import "../../chunks/chunk-AUECDTMX.js";
|
|
33
38
|
import "../../chunks/chunk-MAJWH2PD.js";
|
|
34
39
|
import "../../chunks/chunk-EFUR47FZ.js";
|
|
35
40
|
import "../../chunks/chunk-UJ5UEAMC.js";
|
|
@@ -11,7 +11,10 @@ import {
|
|
|
11
11
|
addSubcommand7 as addSubcommand,
|
|
12
12
|
getCommandAliases,
|
|
13
13
|
linkCommand
|
|
14
|
-
} from "../../chunks/chunk-
|
|
14
|
+
} from "../../chunks/chunk-4BEUS7AL.js";
|
|
15
|
+
import "../../chunks/chunk-KXGWAWRV.js";
|
|
16
|
+
import "../../chunks/chunk-RY3AVR6E.js";
|
|
17
|
+
import "../../chunks/chunk-AUECDTMX.js";
|
|
15
18
|
import "../../chunks/chunk-MAJWH2PD.js";
|
|
16
19
|
import "../../chunks/chunk-EFUR47FZ.js";
|
|
17
20
|
import "../../chunks/chunk-UJ5UEAMC.js";
|