vercel 54.9.1 → 54.10.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/{add-DLK472F2.js → add-GWMRXCPO.js} +5 -5
- package/dist/chunks/{chunk-CSYB45VZ.js → chunk-2QPZXMJE.js} +67 -9
- package/dist/chunks/{chunk-BR7Z2MXT.js → chunk-4J5CBI5E.js} +6 -6
- package/dist/chunks/{chunk-2WIR65ZA.js → chunk-4WWFHUVW.js} +127 -93
- package/dist/chunks/{chunk-OZLTZQ6G.js → chunk-5LI3PLS3.js} +10 -3
- package/dist/chunks/{chunk-TS7YAK5A.js → chunk-6UAZGWVF.js} +1 -1
- package/dist/chunks/{chunk-WA3URLW4.js → chunk-6ULI5CCZ.js} +1 -1
- package/dist/chunks/{chunk-NHT3AQHJ.js → chunk-6YOW32LL.js} +4 -4
- package/dist/chunks/{chunk-7BNN27HP.js → chunk-DMKETFQS.js} +1 -1
- package/dist/chunks/{chunk-LZQB35VT.js → chunk-FKD3R5S7.js} +1 -1
- package/dist/chunks/{chunk-SZB6YXTE.js → chunk-GVYAYUAT.js} +2 -2
- package/dist/chunks/{chunk-KXIQF76V.js → chunk-HD23APLQ.js} +1 -1
- package/dist/chunks/{chunk-DPXUXH7G.js → chunk-J5273CSE.js} +2 -2
- package/dist/chunks/{chunk-6TKGW3ER.js → chunk-KCQWKLFD.js} +1 -1
- package/dist/chunks/{chunk-J5JWEUV2.js → chunk-OPAWD6UK.js} +1 -1
- package/dist/chunks/{chunk-5MNBLHCW.js → chunk-PB37FIFM.js} +1 -1
- package/dist/chunks/{chunk-KV23GR7J.js → chunk-PV533MBH.js} +1 -1
- package/dist/chunks/{chunk-5DEFO6LE.js → chunk-Q3ZD22HR.js} +2 -2
- package/dist/chunks/{chunk-ZOEYFRYV.js → chunk-QUU263YC.js} +3 -3
- package/dist/chunks/{chunk-BTHBAHZ7.js → chunk-RIDTMO6P.js} +1 -1
- package/dist/chunks/{chunk-WBGELPB3.js → chunk-SASCGHJW.js} +6 -6
- package/dist/chunks/{chunk-H3M6DIPE.js → chunk-T77OYIET.js} +1946 -191
- package/dist/chunks/{chunk-5ZJHY4AC.js → chunk-VNUNCNPE.js} +1 -1
- package/dist/chunks/{chunk-TAHQ6VAS.js → chunk-WFRHKZFI.js} +2 -1
- package/dist/chunks/{chunk-BBJUIDZF.js → chunk-YI3JV6GM.js} +3 -3
- package/dist/chunks/{compile-vercel-config-6DRMFWMC.js → compile-vercel-config-Y7NCY4TH.js} +2 -2
- package/dist/chunks/{delete-IJ6VXN3J.js → delete-53LWNN3R.js} +4 -4
- package/dist/chunks/{disable-YD3NZSGK.js → disable-PB4E5RT2.js} +4 -4
- package/dist/chunks/{discard-VFWKNLCW.js → discard-XJPKRCEX.js} +4 -4
- package/dist/chunks/{edit-3UMHPT2N.js → edit-LWDFUOJX.js} +6 -6
- package/dist/chunks/{enable-OM55GDFZ.js → enable-DBP5ARSO.js} +4 -4
- package/dist/chunks/{exec-JSOL4CYJ.js → exec-HI4HF4GY.js} +1 -1
- package/dist/chunks/{export-LSEMLHHU.js → export-LNTUARTL.js} +4 -4
- package/dist/chunks/{inspect-ZMNYUC4I.js → inspect-MLAWEGMC.js} +4 -4
- package/dist/chunks/{list-ZBRTOAFQ.js → list-74DI6236.js} +4 -4
- package/dist/chunks/{list-GIAM3YSQ.js → list-FIZTMQ44.js} +3 -3
- package/dist/chunks/{ls-NDRKV5AX.js → ls-3WF6K6R5.js} +5 -5
- package/dist/chunks/{publish-T3LIYYM2.js → publish-BLJ4Z47H.js} +4 -4
- package/dist/chunks/{query-ZPH4RM2S.js → query-N6O4SKZE.js} +3 -3
- package/dist/chunks/{reorder-E53AAA3P.js → reorder-TGFBUZO6.js} +4 -4
- package/dist/chunks/{restore-4HJU6B2V.js → restore-RQB3RYLR.js} +4 -4
- package/dist/chunks/{rm-ZOVPEOPT.js → rm-RY7JBRD5.js} +5 -5
- package/dist/chunks/{routes-3OHKNMGT.js → routes-EAMQVFU2.js} +2 -2
- package/dist/chunks/{rule-inspect-UMFXT335.js → rule-inspect-ENVJZ4PJ.js} +5 -5
- package/dist/chunks/{rules-LUJB7CCT.js → rules-3SSZZT7O.js} +6 -6
- package/dist/chunks/{schema-VKBUX74S.js → schema-F2RCHWJK.js} +3 -3
- package/dist/chunks/{update-G6D7GNBJ.js → update-QRLM425M.js} +5 -5
- package/dist/commands/build/index.js +332 -111
- package/dist/commands/deploy/index.js +13 -13
- package/dist/commands/dev/index.js +31 -16
- package/dist/commands/env/index.js +8 -8
- package/dist/commands/link/index.js +10 -10
- package/dist/commands/list/index.js +5 -5
- package/dist/commands-bulk.js +697 -89
- package/dist/index.js +12 -12
- package/dist/version.mjs +1 -1
- package/package.json +21 -21
|
@@ -7,12 +7,12 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
printProjectNotFoundError,
|
|
9
9
|
setupAndLink
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QUU263YC.js";
|
|
11
11
|
import {
|
|
12
12
|
getLinkedProject,
|
|
13
13
|
param,
|
|
14
14
|
resolveProjectCwd
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-T77OYIET.js";
|
|
16
16
|
import {
|
|
17
17
|
buildCommandWithYes,
|
|
18
18
|
outputActionRequired
|
|
@@ -868,9 +868,9 @@ var require_is_arrayish = __commonJS({
|
|
|
868
868
|
}
|
|
869
869
|
});
|
|
870
870
|
|
|
871
|
-
// ../../node_modules/.pnpm/error-ex@1.3.
|
|
871
|
+
// ../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js
|
|
872
872
|
var require_error_ex = __commonJS({
|
|
873
|
-
"../../node_modules/.pnpm/error-ex@1.3.
|
|
873
|
+
"../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js"(exports, module) {
|
|
874
874
|
"use strict";
|
|
875
875
|
var util = __require("util");
|
|
876
876
|
var isArrayish = require_is_arrayish();
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
TelemetryClient
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-J5273CSE.js";
|
|
10
10
|
|
|
11
11
|
// src/util/telemetry/commands/routes/index.ts
|
|
12
12
|
var RoutesTelemetryClient = class extends TelemetryClient {
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
} from "./chunk-LJ5WXXG6.js";
|
|
13
13
|
import {
|
|
14
14
|
getScope
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-6ULI5CCZ.js";
|
|
16
16
|
import {
|
|
17
17
|
getLinkedProject,
|
|
18
18
|
getProjectByNameOrId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-T77OYIET.js";
|
|
20
20
|
import {
|
|
21
21
|
buildCommandWithGlobalFlags,
|
|
22
22
|
outputAgentError
|
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
} from "./chunk-LJ5WXXG6.js";
|
|
11
11
|
import {
|
|
12
12
|
getLocalPathConfig
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-PB37FIFM.js";
|
|
14
14
|
import {
|
|
15
15
|
getScope
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-6ULI5CCZ.js";
|
|
17
17
|
import {
|
|
18
18
|
VERCEL_DIR_PROJECT,
|
|
19
19
|
VERCEL_DIR_README,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
selectAndParseRemoteUrl,
|
|
48
48
|
selectOrg,
|
|
49
49
|
writeServicesConfig
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-T77OYIET.js";
|
|
51
51
|
import {
|
|
52
52
|
buildCommandWithGlobalFlags,
|
|
53
53
|
outputAgentError,
|
|
@@ -6,16 +6,16 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
writeProjectSettings
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-HD23APLQ.js";
|
|
10
10
|
import {
|
|
11
11
|
ensureLink
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-GVYAYUAT.js";
|
|
13
13
|
import {
|
|
14
14
|
pullCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-DMKETFQS.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-VNUNCNPE.js";
|
|
19
19
|
import {
|
|
20
20
|
VERCEL_DIR,
|
|
21
21
|
VERCEL_DIR_PROJECT,
|
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
envPullCommandLogic,
|
|
24
24
|
humanizePath,
|
|
25
25
|
parseTarget
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-T77OYIET.js";
|
|
27
27
|
import {
|
|
28
28
|
TelemetryClient
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-J5273CSE.js";
|
|
30
30
|
import {
|
|
31
31
|
stamp_default
|
|
32
32
|
} from "./chunk-CO5D46AG.js";
|