vercel 53.3.1 → 53.4.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-PGPQCMJK.js → add-FYITUY65.js} +4 -4
- package/dist/chunks/{chunk-7EJTBI6M.js → chunk-44EL4BJL.js} +5 -5
- package/dist/chunks/{chunk-TR6DYQV6.js → chunk-54T7XV3H.js} +1 -1
- package/dist/chunks/{chunk-3GJFG6GX.js → chunk-5HTDIHTQ.js} +2 -2
- package/dist/chunks/{chunk-RYUPBGRO.js → chunk-6447C5WV.js} +1 -1
- package/dist/chunks/{chunk-QV34LTI7.js → chunk-6EI6XOUG.js} +2 -2
- package/dist/chunks/{chunk-PR72OE3G.js → chunk-73EVSBLA.js} +1 -1
- package/dist/chunks/{chunk-XYYGNWMQ.js → chunk-7TCOOSFP.js} +1 -1
- package/dist/chunks/{chunk-H57DZL5B.js → chunk-CMAHZSFA.js} +12 -2
- package/dist/chunks/{chunk-7Z5XFBB4.js → chunk-IVC36JQ5.js} +3 -3
- package/dist/chunks/{chunk-AORK3I3E.js → chunk-KHDOCVQF.js} +1 -1
- package/dist/chunks/{chunk-RI23R2QO.js → chunk-KM7WTYJ4.js} +2 -2
- package/dist/chunks/{chunk-4L73BR7G.js → chunk-KTULXE6M.js} +1 -1
- package/dist/chunks/{chunk-JJ36CB7A.js → chunk-LBP7YFBV.js} +336 -51
- package/dist/chunks/{chunk-2TNGZL25.js → chunk-MW7BI4C2.js} +1 -1
- package/dist/chunks/{chunk-25WI74GM.js → chunk-PU7YKGJI.js} +4 -4
- package/dist/chunks/{chunk-HJVSVCAZ.js → chunk-SLWOG5CX.js} +60 -2
- package/dist/chunks/{chunk-SOSCFYOT.js → chunk-WZO6BNJ7.js} +1 -1
- package/dist/chunks/{chunk-AAPG3P4D.js → chunk-YWCYZANP.js} +3 -3
- package/dist/chunks/{chunk-3YDXZRSZ.js → chunk-Z2ES2XHU.js} +1 -1
- package/dist/chunks/{chunk-4VJ3GTBX.js → chunk-ZY4YCCXG.js} +1 -1
- package/dist/chunks/{compile-vercel-config-H4BUE5BZ.js → compile-vercel-config-ED6WXKEL.js} +1 -1
- package/dist/chunks/{delete-HVWVDBQF.js → delete-FYRG67YL.js} +2 -2
- package/dist/chunks/{disable-CMBQPZ7L.js → disable-T6JFY4LL.js} +2 -2
- package/dist/chunks/{discard-ZDNWUYLY.js → discard-OLVACEPN.js} +2 -2
- package/dist/chunks/{edit-YJYM3EKS.js → edit-JI2VCMGG.js} +3 -3
- package/dist/chunks/{enable-ITE7U5C4.js → enable-2W35HGRM.js} +2 -2
- package/dist/chunks/{export-VVN33IBK.js → export-FFMFMPGE.js} +2 -2
- package/dist/chunks/{inspect-I7ILS3E2.js → inspect-RDRV6BUD.js} +3 -3
- package/dist/chunks/{list-6PZO3UIZ.js → list-5WGQ7F6P.js} +2 -2
- package/dist/chunks/{list-BWIEHOTA.js → list-F2GP6UZ7.js} +3 -3
- package/dist/chunks/{ls-LZZFID76.js → ls-ZLHJPSZZ.js} +4 -4
- package/dist/chunks/{publish-NULVZ7RB.js → publish-S2PGRBDP.js} +2 -2
- package/dist/chunks/{query-BGI3AVJA.js → query-G5K7DLLJ.js} +5 -5
- package/dist/chunks/{reorder-G66QSKTR.js → reorder-K5VXZ7F5.js} +2 -2
- package/dist/chunks/{restore-LHDVXFOH.js → restore-QJYBYUIZ.js} +2 -2
- package/dist/chunks/{rm-DTAOTWXD.js → rm-WCHM3XXB.js} +4 -4
- package/dist/chunks/{rule-inspect-AOITFBTB.js → rule-inspect-VMWUI4WH.js} +4 -4
- package/dist/chunks/{rules-IW3XGCNA.js → rules-SOQXK4AE.js} +6 -6
- package/dist/chunks/{schema-2VCQ2MAA.js → schema-2H2WLFJN.js} +2 -2
- package/dist/chunks/{update-L3DZ5STE.js → update-W6DZOFHV.js} +4 -4
- package/dist/commands/build/index.js +52 -45
- package/dist/commands/deploy/index.js +10 -10
- package/dist/commands/dev/index.js +209 -32
- package/dist/commands/env/index.js +5 -5
- package/dist/commands/link/index.js +7 -7
- package/dist/commands/list/index.js +3 -3
- package/dist/commands-bulk.js +1756 -1257
- package/dist/index.js +9 -9
- package/dist/version.mjs +1 -1
- package/package.json +23 -23
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-MW7BI4C2.js";
|
|
13
|
+
import "./chunk-KM7WTYJ4.js";
|
|
14
14
|
import "./chunk-HTOH3MSD.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -18,11 +18,11 @@ import {
|
|
|
18
18
|
import {
|
|
19
19
|
rulesAddSubcommand
|
|
20
20
|
} from "./chunk-JZLADLMF.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-73EVSBLA.js";
|
|
22
22
|
import {
|
|
23
23
|
AGENT_REASON
|
|
24
24
|
} from "./chunk-E3NE4SKN.js";
|
|
25
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-LBP7YFBV.js";
|
|
26
26
|
import "./chunk-4OEA5ILS.js";
|
|
27
27
|
import {
|
|
28
28
|
buildCommandWithGlobalFlags,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
printIndications,
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IVC36JQ5.js";
|
|
13
13
|
import {
|
|
14
14
|
suggestNextCommands
|
|
15
15
|
} from "./chunk-LOS7HHU3.js";
|
|
@@ -19,23 +19,23 @@ import {
|
|
|
19
19
|
} from "./chunk-X7KU44KR.js";
|
|
20
20
|
import {
|
|
21
21
|
CommandTimeout
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-SLWOG5CX.js";
|
|
23
23
|
import {
|
|
24
24
|
getScope
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-73EVSBLA.js";
|
|
26
26
|
import {
|
|
27
27
|
ua_default
|
|
28
28
|
} from "./chunk-WOWCXMTU.js";
|
|
29
29
|
import {
|
|
30
30
|
showPluginTipIfNeeded
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-6447C5WV.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectByNameOrId,
|
|
34
34
|
param,
|
|
35
35
|
require_dist as require_dist3,
|
|
36
36
|
require_lib3 as require_lib,
|
|
37
37
|
require_pluralize
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-LBP7YFBV.js";
|
|
39
39
|
import {
|
|
40
40
|
require_ms,
|
|
41
41
|
stamp_default
|
|
@@ -6,12 +6,12 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
setupAndLink
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-6EI6XOUG.js";
|
|
10
10
|
import {
|
|
11
11
|
getLinkedProject,
|
|
12
12
|
param,
|
|
13
13
|
resolveProjectCwd
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LBP7YFBV.js";
|
|
15
15
|
import {
|
|
16
16
|
buildCommandWithYes,
|
|
17
17
|
outputActionRequired
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getLocalPathConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KTULXE6M.js";
|
|
10
10
|
import {
|
|
11
11
|
table
|
|
12
12
|
} from "./chunk-KSIISCB2.js";
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
selectAndParseRemoteUrl,
|
|
43
43
|
selectOrg,
|
|
44
44
|
writeServicesConfig
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-LBP7YFBV.js";
|
|
46
46
|
import {
|
|
47
47
|
printError
|
|
48
48
|
} from "./chunk-GQLARSTH.js";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-IB5L4LKZ.js";
|
|
10
10
|
import {
|
|
11
11
|
require_execa
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-ZY4YCCXG.js";
|
|
13
13
|
import {
|
|
14
14
|
VERCEL_DIR,
|
|
15
15
|
readJSONFile,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
require_lib,
|
|
19
19
|
require_minimatch,
|
|
20
20
|
require_pluralize
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-LBP7YFBV.js";
|
|
22
22
|
import {
|
|
23
23
|
CantParseJSONFile,
|
|
24
24
|
cmd,
|
|
@@ -11196,6 +11196,15 @@ async function resolveBuilders(buildersDir, builderSpecs, resolvedSpecs) {
|
|
|
11196
11196
|
return { builders };
|
|
11197
11197
|
}
|
|
11198
11198
|
|
|
11199
|
+
// src/util/service-schedules.ts
|
|
11200
|
+
var DYNAMIC_SCHEDULE = "<dynamic>";
|
|
11201
|
+
function getStaticServiceSchedules(schedule) {
|
|
11202
|
+
if (!schedule || schedule === DYNAMIC_SCHEDULE) {
|
|
11203
|
+
return [];
|
|
11204
|
+
}
|
|
11205
|
+
return Array.isArray(schedule) ? schedule.filter((item) => item !== DYNAMIC_SCHEDULE) : [schedule];
|
|
11206
|
+
}
|
|
11207
|
+
|
|
11199
11208
|
// src/util/build/write-build-result.ts
|
|
11200
11209
|
var import_fs_extra5 = __toESM(require_lib(), 1);
|
|
11201
11210
|
var import_mime_types = __toESM(require_mime_types(), 1);
|
|
@@ -11914,6 +11923,7 @@ export {
|
|
|
11914
11923
|
staticFiles,
|
|
11915
11924
|
require_mime_types,
|
|
11916
11925
|
importBuilders,
|
|
11926
|
+
getStaticServiceSchedules,
|
|
11917
11927
|
OUTPUT_DIR,
|
|
11918
11928
|
writeBuildResult,
|
|
11919
11929
|
isLambda
|
|
@@ -12,10 +12,10 @@ import {
|
|
|
12
12
|
} from "./chunk-WOWCXMTU.js";
|
|
13
13
|
import {
|
|
14
14
|
getLocalPathConfig
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-KTULXE6M.js";
|
|
16
16
|
import {
|
|
17
17
|
autoInstallVercelPlugin
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-6447C5WV.js";
|
|
19
19
|
import {
|
|
20
20
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
21
21
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
useKeypress,
|
|
41
41
|
usePrefix,
|
|
42
42
|
useState
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-LBP7YFBV.js";
|
|
44
44
|
import {
|
|
45
45
|
require_load_json_file
|
|
46
46
|
} from "./chunk-4OEA5ILS.js";
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
} from "./chunk-HTOH3MSD.js";
|
|
10
10
|
import {
|
|
11
11
|
getScope
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-73EVSBLA.js";
|
|
13
13
|
import {
|
|
14
14
|
AGENT_REASON
|
|
15
15
|
} from "./chunk-E3NE4SKN.js";
|
|
16
16
|
import {
|
|
17
17
|
getLinkedProject,
|
|
18
18
|
getProjectByNameOrId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-LBP7YFBV.js";
|
|
20
20
|
import {
|
|
21
21
|
buildCommandWithGlobalFlags,
|
|
22
22
|
outputAgentError
|