vercel 50.39.0 → 50.40.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/{chunk-TJ3WGUW7.js → chunk-2PQBSDLL.js} +4 -4
- package/dist/chunks/{chunk-VD4NX3EB.js → chunk-2VBJWBZO.js} +1 -1
- package/dist/chunks/{chunk-EEHOSW2D.js → chunk-2WMYST74.js} +2 -2
- package/dist/chunks/{chunk-5MVCVAKP.js → chunk-7A5X3JWQ.js} +1 -1
- package/dist/chunks/{chunk-5M2IBHHF.js → chunk-AEVTZ63P.js} +2 -2
- package/dist/chunks/{chunk-BM4BAPJE.js → chunk-AHIRHRNN.js} +7 -7
- package/dist/chunks/{chunk-N3XUS3EJ.js → chunk-B6QTGZFG.js} +3 -5
- package/dist/chunks/{chunk-6K63QHRX.js → chunk-BAKQ6TED.js} +1 -1
- package/dist/chunks/{chunk-IE7MNZ56.js → chunk-BLNY4RPZ.js} +1 -1
- package/dist/chunks/{chunk-GGP5R3FU.js → chunk-CO5D46AG.js} +38 -18
- package/dist/chunks/{chunk-YELCFIZ5.js → chunk-GCKEZI4W.js} +6 -8
- package/dist/chunks/{chunk-NBHS2UOG.js → chunk-GSSP5PJ7.js} +1 -1
- package/dist/chunks/{chunk-OFOY2XIG.js → chunk-LUR25PAI.js} +1 -1
- package/dist/chunks/{chunk-E2JJBBAO.js → chunk-NEHRMELH.js} +1 -1
- package/dist/chunks/{chunk-KBZOQF3N.js → chunk-NFRKTXWB.js} +58 -2
- package/dist/chunks/{chunk-6OEPEG2N.js → chunk-O6MDSC64.js} +9 -13
- package/dist/chunks/{chunk-SFHFXUA3.js → chunk-OZNAXJDJ.js} +418 -13
- package/dist/chunks/chunk-P7T5S2Q6.js +152 -0
- package/dist/chunks/{chunk-7QD3I7HZ.js → chunk-UVOVGBSX.js} +1 -1
- package/dist/chunks/{chunk-F2AS2MCL.js → chunk-VT5DEMEJ.js} +1 -1
- package/dist/chunks/{chunk-XCWYNTV5.js → chunk-VXJSSAG2.js} +6 -6
- package/dist/chunks/{chunk-C6DTDCNK.js → chunk-WHW2IP6A.js} +1 -1
- package/dist/chunks/{compile-vercel-config-6GCQPKQX.js → compile-vercel-config-PHTDH3SO.js} +2 -4
- package/dist/chunks/{delete-53K5JIAW.js → delete-EC7VNDRB.js} +3 -5
- package/dist/chunks/{disable-TLY2PLXE.js → disable-4G6VDSP6.js} +3 -5
- package/dist/chunks/{discard-MZ2NWHXI.js → discard-YITCVW62.js} +3 -5
- package/dist/chunks/{edit-4YAXUZ6S.js → edit-V6POIDWB.js} +4 -6
- package/dist/chunks/{enable-BJ4JANIE.js → enable-DERSRNTA.js} +3 -5
- package/dist/chunks/{export-XUAGPH5B.js → export-IL6JQJLU.js} +3 -5
- package/dist/chunks/{list-VYNVAW6C.js → list-AJC35GUV.js} +7 -9
- package/dist/chunks/{list-NUK5JOYE.js → list-DF2HAW5Z.js} +4 -6
- package/dist/chunks/{publish-JMAC3CHV.js → publish-VOYJPL4H.js} +3 -5
- package/dist/chunks/{query-YS7BX4CW.js → query-PVGUYY7Z.js} +8 -10
- package/dist/chunks/{reorder-LSL6GH73.js → reorder-LDM62RRJ.js} +3 -5
- package/dist/chunks/{restore-XSWDW2RA.js → restore-NNPPDIBK.js} +3 -5
- package/dist/chunks/{schema-PHM6B7JG.js → schema-AWECHBQI.js} +6 -5
- package/dist/chunks/{stamp-RTPE2EBB.js → stamp-ENIXDCRO.js} +1 -2
- package/dist/commands/build/index.js +12 -14
- package/dist/commands/deploy/index.js +15 -18
- package/dist/commands/dev/index.js +12 -15
- package/dist/commands/env/index.js +9 -12
- package/dist/commands/link/index.js +10 -12
- package/dist/commands/list/index.js +9 -12
- package/dist/commands-bulk.js +256 -49
- package/dist/index.js +17 -19
- package/dist/version.mjs +1 -1
- package/package.json +9 -9
- package/dist/chunks/chunk-AEN57LS3.js +0 -395
- package/dist/chunks/chunk-KURMPKRR.js +0 -34
- package/dist/chunks/chunk-SOTR4CXR.js +0 -34
- package/dist/chunks/{chunk-NQVERTFP.js → chunk-NZ43E7P3.js} +3 -3
|
@@ -6,16 +6,16 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getUpdateCommand
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7A5X3JWQ.js";
|
|
10
10
|
import {
|
|
11
11
|
login
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AHIRHRNN.js";
|
|
13
13
|
import {
|
|
14
14
|
loginCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-NFRKTXWB.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-NZ43E7P3.js";
|
|
19
19
|
import {
|
|
20
20
|
TelemetryClient
|
|
21
21
|
} from "./chunk-MXPZBZ2X.js";
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
buildCommandWithYes,
|
|
13
13
|
getLinkedProject,
|
|
14
14
|
outputAgentError
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OZNAXJDJ.js";
|
|
16
16
|
import {
|
|
17
17
|
getCommandName,
|
|
18
18
|
getCommandNamePlain,
|
|
@@ -258,7 +258,7 @@ function parsePosition(position) {
|
|
|
258
258
|
}
|
|
259
259
|
async function offerAutoPromote(client, projectId, version, hadExistingStagingVersion, opts) {
|
|
260
260
|
const { default: updateRouteVersion } = await import("./update-route-version-E3V47KNI.js");
|
|
261
|
-
const { default: stamp } = await import("./stamp-
|
|
261
|
+
const { default: stamp } = await import("./stamp-ENIXDCRO.js");
|
|
262
262
|
output_manager_default.print(
|
|
263
263
|
`
|
|
264
264
|
${import_chalk.default.gray(`This change is staged. Run ${import_chalk.default.cyan(getCommandName("routes publish"))} to make it live, or ${import_chalk.default.cyan(getCommandName("routes discard-staging"))} to undo.`)}
|
|
@@ -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-GCKEZI4W.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-OZNAXJDJ.js";
|
|
17
17
|
import {
|
|
18
18
|
getCommandName,
|
|
19
19
|
getCommandNamePlain
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
autoInstallAgentTooling
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WHW2IP6A.js";
|
|
13
13
|
import {
|
|
14
14
|
ua_default
|
|
15
15
|
} from "./chunk-ECWQHAOF.js";
|
|
16
16
|
import {
|
|
17
17
|
getLocalPathConfig
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-LUR25PAI.js";
|
|
19
19
|
import {
|
|
20
20
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
21
21
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
esm_default,
|
|
25
25
|
esm_default2,
|
|
26
26
|
esm_default3,
|
|
27
|
+
getUser,
|
|
27
28
|
global_path_default,
|
|
28
29
|
humanizePath,
|
|
29
30
|
isBackspaceKey,
|
|
@@ -40,10 +41,7 @@ import {
|
|
|
40
41
|
useKeypress,
|
|
41
42
|
usePrefix,
|
|
42
43
|
useState
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import {
|
|
45
|
-
getUser
|
|
46
|
-
} from "./chunk-AEN57LS3.js";
|
|
44
|
+
} from "./chunk-OZNAXJDJ.js";
|
|
47
45
|
import {
|
|
48
46
|
APIError,
|
|
49
47
|
NowError,
|
|
@@ -3740,6 +3738,7 @@ async function login(client, telemetry) {
|
|
|
3740
3738
|
const isInitialLogin = !client.authConfig.token;
|
|
3741
3739
|
client.updateAuthConfig({
|
|
3742
3740
|
token: tokens.access_token,
|
|
3741
|
+
userId: void 0,
|
|
3743
3742
|
expiresAt: Math.floor(Date.now() / 1e3) + tokens.expires_in,
|
|
3744
3743
|
refreshToken: tokens.refresh_token
|
|
3745
3744
|
});
|
|
@@ -3783,6 +3782,7 @@ async function reauthenticate(client, error) {
|
|
|
3783
3782
|
}
|
|
3784
3783
|
client.updateAuthConfig({
|
|
3785
3784
|
token: tokens.access_token,
|
|
3785
|
+
userId: void 0,
|
|
3786
3786
|
expiresAt: Math.floor(Date.now() / 1e3) + tokens.expires_in,
|
|
3787
3787
|
refreshToken: tokens.refresh_token
|
|
3788
3788
|
});
|
|
@@ -3969,7 +3969,7 @@ ${error.stack}`);
|
|
|
3969
3969
|
this.authConfig = { ...this.authConfig, ...authConfig };
|
|
3970
3970
|
}
|
|
3971
3971
|
emptyAuthConfig() {
|
|
3972
|
-
this.authConfig = {};
|
|
3972
|
+
this.authConfig = this.authConfig.skipWrite ? { skipWrite: true } : {};
|
|
3973
3973
|
}
|
|
3974
3974
|
writeToAuthConfigFile() {
|
|
3975
3975
|
writeToAuthConfigFile(this.authConfig);
|
|
@@ -9,18 +9,16 @@ import {
|
|
|
9
9
|
} from "./chunk-IB5L4LKZ.js";
|
|
10
10
|
import {
|
|
11
11
|
require_execa
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-GSSP5PJ7.js";
|
|
13
13
|
import {
|
|
14
14
|
VERCEL_DIR,
|
|
15
15
|
readJSONFile,
|
|
16
16
|
require_dist as require_dist2,
|
|
17
17
|
require_dist3,
|
|
18
18
|
require_lib,
|
|
19
|
-
require_minimatch
|
|
20
|
-
} from "./chunk-SFHFXUA3.js";
|
|
21
|
-
import {
|
|
19
|
+
require_minimatch,
|
|
22
20
|
require_pluralize
|
|
23
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-OZNAXJDJ.js";
|
|
24
22
|
import {
|
|
25
23
|
CantParseJSONFile,
|
|
26
24
|
cmd,
|
|
@@ -5,7 +5,11 @@ const require = __createRequire(import.meta.url);
|
|
|
5
5
|
const __filename = __fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
|
-
|
|
8
|
+
require_source
|
|
9
|
+
} from "./chunk-S7KYDPEM.js";
|
|
10
|
+
import {
|
|
11
|
+
__commonJS,
|
|
12
|
+
__toESM
|
|
9
13
|
} from "./chunk-TZ2YI2VH.js";
|
|
10
14
|
|
|
11
15
|
// ../../node_modules/.pnpm/ms@2.1.2/node_modules/ms/index.js
|
|
@@ -85,45 +89,61 @@ var require_ms = __commonJS({
|
|
|
85
89
|
return void 0;
|
|
86
90
|
}
|
|
87
91
|
}
|
|
88
|
-
function fmtShort(
|
|
89
|
-
var msAbs = Math.abs(
|
|
92
|
+
function fmtShort(ms2) {
|
|
93
|
+
var msAbs = Math.abs(ms2);
|
|
90
94
|
if (msAbs >= d) {
|
|
91
|
-
return Math.round(
|
|
95
|
+
return Math.round(ms2 / d) + "d";
|
|
92
96
|
}
|
|
93
97
|
if (msAbs >= h) {
|
|
94
|
-
return Math.round(
|
|
98
|
+
return Math.round(ms2 / h) + "h";
|
|
95
99
|
}
|
|
96
100
|
if (msAbs >= m) {
|
|
97
|
-
return Math.round(
|
|
101
|
+
return Math.round(ms2 / m) + "m";
|
|
98
102
|
}
|
|
99
103
|
if (msAbs >= s) {
|
|
100
|
-
return Math.round(
|
|
104
|
+
return Math.round(ms2 / s) + "s";
|
|
101
105
|
}
|
|
102
|
-
return
|
|
106
|
+
return ms2 + "ms";
|
|
103
107
|
}
|
|
104
|
-
function fmtLong(
|
|
105
|
-
var msAbs = Math.abs(
|
|
108
|
+
function fmtLong(ms2) {
|
|
109
|
+
var msAbs = Math.abs(ms2);
|
|
106
110
|
if (msAbs >= d) {
|
|
107
|
-
return plural(
|
|
111
|
+
return plural(ms2, msAbs, d, "day");
|
|
108
112
|
}
|
|
109
113
|
if (msAbs >= h) {
|
|
110
|
-
return plural(
|
|
114
|
+
return plural(ms2, msAbs, h, "hour");
|
|
111
115
|
}
|
|
112
116
|
if (msAbs >= m) {
|
|
113
|
-
return plural(
|
|
117
|
+
return plural(ms2, msAbs, m, "minute");
|
|
114
118
|
}
|
|
115
119
|
if (msAbs >= s) {
|
|
116
|
-
return plural(
|
|
120
|
+
return plural(ms2, msAbs, s, "second");
|
|
117
121
|
}
|
|
118
|
-
return
|
|
122
|
+
return ms2 + " ms";
|
|
119
123
|
}
|
|
120
|
-
function plural(
|
|
124
|
+
function plural(ms2, msAbs, n, name) {
|
|
121
125
|
var isPlural = msAbs >= n * 1.5;
|
|
122
|
-
return Math.round(
|
|
126
|
+
return Math.round(ms2 / n) + " " + name + (isPlural ? "s" : "");
|
|
123
127
|
}
|
|
124
128
|
}
|
|
125
129
|
});
|
|
126
130
|
|
|
131
|
+
// src/util/output/elapsed.ts
|
|
132
|
+
var import_ms = __toESM(require_ms(), 1);
|
|
133
|
+
var import_chalk = __toESM(require_source(), 1);
|
|
134
|
+
function elapsed(time, ago = false) {
|
|
135
|
+
return import_chalk.default.gray(
|
|
136
|
+
`[${time < 1e3 ? `${time}ms` : (0, import_ms.default)(time)}${ago ? " ago" : ""}]`
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// src/util/output/stamp.ts
|
|
141
|
+
var stamp_default = (start = Date.now()) => {
|
|
142
|
+
return () => elapsed(Date.now() - start);
|
|
143
|
+
};
|
|
144
|
+
|
|
127
145
|
export {
|
|
128
|
-
require_ms
|
|
146
|
+
require_ms,
|
|
147
|
+
elapsed,
|
|
148
|
+
stamp_default
|
|
129
149
|
};
|
|
@@ -6,7 +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-LUR25PAI.js";
|
|
10
|
+
import {
|
|
11
|
+
table
|
|
12
|
+
} from "./chunk-H3CMW7KQ.js";
|
|
10
13
|
import {
|
|
11
14
|
VERCEL_DIR_PROJECT,
|
|
12
15
|
VERCEL_DIR_README,
|
|
@@ -18,6 +21,7 @@ import {
|
|
|
18
21
|
getProjectByNameOrId,
|
|
19
22
|
getServicesConfigWriteBlocker,
|
|
20
23
|
getTeams,
|
|
24
|
+
getUser,
|
|
21
25
|
getVercelDirectory,
|
|
22
26
|
humanizePath,
|
|
23
27
|
isDirectory,
|
|
@@ -32,13 +36,7 @@ import {
|
|
|
32
36
|
selectAndParseRemoteUrl,
|
|
33
37
|
selectOrg,
|
|
34
38
|
writeServicesConfig
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import {
|
|
37
|
-
table
|
|
38
|
-
} from "./chunk-H3CMW7KQ.js";
|
|
39
|
-
import {
|
|
40
|
-
getUser
|
|
41
|
-
} from "./chunk-AEN57LS3.js";
|
|
39
|
+
} from "./chunk-OZNAXJDJ.js";
|
|
42
40
|
import {
|
|
43
41
|
CantParseJSONFile,
|
|
44
42
|
ProjectNotFound,
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-BAKQ6TED.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-OZNAXJDJ.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
forceOption,
|
|
@@ -3734,6 +3734,58 @@ var accessGroupsSubcommand = {
|
|
|
3734
3734
|
}
|
|
3735
3735
|
]
|
|
3736
3736
|
};
|
|
3737
|
+
var webAnalyticsSubcommand = {
|
|
3738
|
+
name: "web-analytics",
|
|
3739
|
+
aliases: [],
|
|
3740
|
+
description: "Enable Web Analytics for a project",
|
|
3741
|
+
arguments: [
|
|
3742
|
+
{
|
|
3743
|
+
name: "name",
|
|
3744
|
+
required: false
|
|
3745
|
+
}
|
|
3746
|
+
],
|
|
3747
|
+
options: [formatOption],
|
|
3748
|
+
examples: [
|
|
3749
|
+
{
|
|
3750
|
+
name: "Enable Web Analytics for the linked project",
|
|
3751
|
+
value: `${packageName} project web-analytics`
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
name: "Enable Web Analytics for a named project",
|
|
3755
|
+
value: `${packageName} project web-analytics my-project`
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
name: "Confirm enablement as JSON (non-interactive / agents)",
|
|
3759
|
+
value: `${packageName} project web-analytics --format json`
|
|
3760
|
+
}
|
|
3761
|
+
]
|
|
3762
|
+
};
|
|
3763
|
+
var speedInsightsSubcommand = {
|
|
3764
|
+
name: "speed-insights",
|
|
3765
|
+
aliases: [],
|
|
3766
|
+
description: "Enable Speed Insights for a project",
|
|
3767
|
+
arguments: [
|
|
3768
|
+
{
|
|
3769
|
+
name: "name",
|
|
3770
|
+
required: false
|
|
3771
|
+
}
|
|
3772
|
+
],
|
|
3773
|
+
options: [formatOption],
|
|
3774
|
+
examples: [
|
|
3775
|
+
{
|
|
3776
|
+
name: "Enable Speed Insights for the linked project",
|
|
3777
|
+
value: `${packageName} project speed-insights`
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
name: "Enable Speed Insights for a named project",
|
|
3781
|
+
value: `${packageName} project speed-insights my-project`
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
name: "Confirm enablement as JSON (non-interactive / agents)",
|
|
3785
|
+
value: `${packageName} project speed-insights --format json`
|
|
3786
|
+
}
|
|
3787
|
+
]
|
|
3788
|
+
};
|
|
3737
3789
|
var projectCommand = {
|
|
3738
3790
|
name: "project",
|
|
3739
3791
|
aliases: ["projects"],
|
|
@@ -3746,6 +3798,8 @@ var projectCommand = {
|
|
|
3746
3798
|
listSubcommand9,
|
|
3747
3799
|
membersSubcommand,
|
|
3748
3800
|
accessGroupsSubcommand,
|
|
3801
|
+
webAnalyticsSubcommand,
|
|
3802
|
+
speedInsightsSubcommand,
|
|
3749
3803
|
removeSubcommand8,
|
|
3750
3804
|
tokenSubcommand
|
|
3751
3805
|
],
|
|
@@ -5578,6 +5632,8 @@ export {
|
|
|
5578
5632
|
accessSummarySubcommand,
|
|
5579
5633
|
membersSubcommand,
|
|
5580
5634
|
accessGroupsSubcommand,
|
|
5635
|
+
webAnalyticsSubcommand,
|
|
5636
|
+
speedInsightsSubcommand,
|
|
5581
5637
|
projectCommand,
|
|
5582
5638
|
statusSubcommand2,
|
|
5583
5639
|
promoteCommand,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
printIndications,
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AHIRHRNN.js";
|
|
13
13
|
import {
|
|
14
14
|
suggestNextCommands
|
|
15
15
|
} from "./chunk-XR53KVJD.js";
|
|
@@ -19,13 +19,13 @@ import {
|
|
|
19
19
|
} from "./chunk-XPVPPSEE.js";
|
|
20
20
|
import {
|
|
21
21
|
getScope
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-P7T5S2Q6.js";
|
|
23
23
|
import {
|
|
24
24
|
showPluginTipIfNeeded
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-WHW2IP6A.js";
|
|
26
26
|
import {
|
|
27
27
|
CommandTimeout
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-NFRKTXWB.js";
|
|
29
29
|
import {
|
|
30
30
|
ua_default
|
|
31
31
|
} from "./chunk-ECWQHAOF.js";
|
|
@@ -33,17 +33,13 @@ import {
|
|
|
33
33
|
getProjectByNameOrId,
|
|
34
34
|
param,
|
|
35
35
|
require_dist as require_dist3,
|
|
36
|
-
require_lib3 as require_lib
|
|
37
|
-
} from "./chunk-SFHFXUA3.js";
|
|
38
|
-
import {
|
|
39
|
-
stamp_default
|
|
40
|
-
} from "./chunk-SOTR4CXR.js";
|
|
41
|
-
import {
|
|
36
|
+
require_lib3 as require_lib,
|
|
42
37
|
require_pluralize
|
|
43
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-OZNAXJDJ.js";
|
|
44
39
|
import {
|
|
45
|
-
require_ms
|
|
46
|
-
|
|
40
|
+
require_ms,
|
|
41
|
+
stamp_default
|
|
42
|
+
} from "./chunk-CO5D46AG.js";
|
|
47
43
|
import {
|
|
48
44
|
APIError,
|
|
49
45
|
BuildError,
|