vercel 50.32.3 → 50.32.5
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-K67QE5WR.js → chunk-3FRG2XGZ.js} +1 -1
- package/dist/chunks/{chunk-DGG3YKA2.js → chunk-3KMKI2FP.js} +1 -1
- package/dist/chunks/{chunk-P5QFJHJZ.js → chunk-4S3Y3ATR.js} +5 -5
- package/dist/chunks/{chunk-YWFGPAMJ.js → chunk-AA7QEJFB.js} +6 -2
- package/dist/chunks/{chunk-UA5FZ6JU.js → chunk-AKQZ7KG3.js} +4 -4
- package/dist/chunks/{chunk-QZIKP33H.js → chunk-AQLVWVEN.js} +1 -1
- package/dist/chunks/{chunk-QFEHHCRR.js → chunk-FLKHKWZV.js} +2 -2
- package/dist/chunks/{chunk-GOAQV2VE.js → chunk-G6BUEBF5.js} +6 -6
- package/dist/chunks/{chunk-CJ3LGMHG.js → chunk-GBNIO3KP.js} +3 -3
- package/dist/chunks/{chunk-DLPKFSED.js → chunk-H5XJSH37.js} +1 -1
- package/dist/chunks/{chunk-IUO3OCIL.js → chunk-IK7DLK2T.js} +23 -16
- package/dist/chunks/{chunk-UPP3OQY4.js → chunk-IUGPWINM.js} +1 -1
- package/dist/chunks/{chunk-B4D43URU.js → chunk-J7HDA5GH.js} +1 -1
- package/dist/chunks/{chunk-DOBFJJLK.js → chunk-JQ4NA5MX.js} +1 -1
- package/dist/chunks/{chunk-QE7MP4UA.js → chunk-LL26LVRR.js} +2 -2
- package/dist/chunks/{chunk-UEK3GLQ7.js → chunk-MBGJBHYD.js} +1 -1
- package/dist/chunks/{chunk-ZYNFSRAX.js → chunk-OWR3XNE3.js} +1 -1
- package/dist/chunks/{chunk-XB2KZC2B.js → chunk-P4I4DMEU.js} +18 -1
- package/dist/chunks/{chunk-JIS3P4GY.js → chunk-RQXPRFRM.js} +1 -1
- package/dist/chunks/{chunk-FN5JTVSC.js → chunk-TEVP63TU.js} +1 -1
- package/dist/chunks/{chunk-RWEQMZL5.js → chunk-TNBMKNET.js} +1 -1
- package/dist/chunks/{chunk-YFK6VPTB.js → chunk-WQ5CUZWR.js} +6 -6
- package/dist/chunks/{chunk-MM7YCFM3.js → chunk-WU2BPWRP.js} +3 -3
- package/dist/chunks/{chunk-MWSH3KUM.js → chunk-ZB2UO4V2.js} +1 -1
- package/dist/chunks/{compile-vercel-config-Y46UPA2U.js → compile-vercel-config-XU3YY2CZ.js} +3 -3
- package/dist/chunks/{delete-J5ADUHWR.js → delete-EJ2V7KQO.js} +3 -3
- package/dist/chunks/{disable-AUQVE5WI.js → disable-BKRFMX4U.js} +3 -3
- package/dist/chunks/{discard-J6FHJHAT.js → discard-4WF34DXK.js} +3 -3
- package/dist/chunks/{edit-QGYKZKNK.js → edit-FQE7JGU3.js} +5 -5
- package/dist/chunks/{enable-4KTNNFAZ.js → enable-VCNMX63U.js} +3 -3
- package/dist/chunks/{export-V5CIEQ4R.js → export-3KNVJCQR.js} +3 -3
- package/dist/chunks/{list-AYKXWEOF.js → list-43XQCGKH.js} +3 -3
- package/dist/chunks/{list-CE4MIT66.js → list-DUL6PHUR.js} +13 -11
- package/dist/chunks/{publish-BFTR6HYM.js → publish-CF7GVZK3.js} +3 -3
- package/dist/chunks/{query-NUSRDWR6.js → query-KWKO7VWO.js} +3 -3
- package/dist/chunks/{reorder-SED4PLZ3.js → reorder-GU65YMIN.js} +3 -3
- package/dist/chunks/{restore-2GSI3QYL.js → restore-Q7ENGWVJ.js} +3 -3
- package/dist/chunks/{routes-DGDHCTY6.js → routes-Q5CWG44T.js} +2 -2
- package/dist/commands/build/index.js +14 -14
- package/dist/commands/deploy/index.js +111 -34
- package/dist/commands/dev/index.js +13 -13
- package/dist/commands/env/index.js +8 -8
- package/dist/commands/link/index.js +9 -9
- package/dist/commands/list/index.js +5 -5
- package/dist/commands-bulk.js +206 -49
- package/dist/index.js +23 -15
- package/dist/version.mjs +1 -1
- package/package.json +11 -11
|
@@ -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-P4I4DMEU.js";
|
|
10
10
|
|
|
11
11
|
// src/util/telemetry/commands/routes/index.ts
|
|
12
12
|
var RoutesTelemetryClient = class extends TelemetryClient {
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep,
|
|
12
12
|
ua_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AKQZ7KG3.js";
|
|
14
14
|
import {
|
|
15
15
|
suggestNextCommands
|
|
16
16
|
} from "./chunk-XR53KVJD.js";
|
|
@@ -20,20 +20,20 @@ import {
|
|
|
20
20
|
} from "./chunk-2IQTNMUG.js";
|
|
21
21
|
import {
|
|
22
22
|
getScope
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-3KMKI2FP.js";
|
|
24
24
|
import {
|
|
25
25
|
CommandTimeout
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-AA7QEJFB.js";
|
|
27
27
|
import {
|
|
28
28
|
require_dist as require_dist3
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-IK7DLK2T.js";
|
|
30
30
|
import {
|
|
31
31
|
require_lib
|
|
32
32
|
} from "./chunk-QXRJ52T4.js";
|
|
33
33
|
import {
|
|
34
34
|
getProjectByNameOrId,
|
|
35
35
|
param
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-AQLVWVEN.js";
|
|
37
37
|
import {
|
|
38
38
|
stamp_default
|
|
39
39
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-ZB2UO4V2.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-AQLVWVEN.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
forceOption,
|
|
@@ -4021,6 +4021,10 @@ var startSubcommand = {
|
|
|
4021
4021
|
{
|
|
4022
4022
|
name: "Start a rolling release using URL",
|
|
4023
4023
|
value: `${packageName} rr start --dpl=https://example.vercel.app`
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
name: "Non-interactive (e.g. preview deployment): use --yes to promote",
|
|
4027
|
+
value: `${packageName} rr start --dpl=dpl_123 --yes`
|
|
4024
4028
|
}
|
|
4025
4029
|
],
|
|
4026
4030
|
options: [
|
|
@@ -9,17 +9,17 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
require_dist as require_dist2
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IK7DLK2T.js";
|
|
13
13
|
import {
|
|
14
14
|
require_lib as require_lib2
|
|
15
15
|
} from "./chunk-QXRJ52T4.js";
|
|
16
16
|
import {
|
|
17
17
|
getLocalPathConfig
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-OWR3XNE3.js";
|
|
19
19
|
import {
|
|
20
20
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
21
21
|
VERCEL_CONFIG_EXTENSIONS
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-MBGJBHYD.js";
|
|
23
23
|
import {
|
|
24
24
|
VERCEL_DIR,
|
|
25
25
|
createPrompt,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
useKeypress,
|
|
42
42
|
usePrefix,
|
|
43
43
|
useState
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-AQLVWVEN.js";
|
|
45
45
|
import {
|
|
46
46
|
APIError,
|
|
47
47
|
NowError,
|
|
@@ -6,10 +6,10 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_end_of_stream
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-IUGPWINM.js";
|
|
10
10
|
import {
|
|
11
11
|
require_once
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AQLVWVEN.js";
|
|
13
13
|
import {
|
|
14
14
|
require_signal_exit
|
|
15
15
|
} from "./chunk-FDJURQMQ.js";
|
|
@@ -6,26 +6,26 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
writeProjectSettings
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RQXPRFRM.js";
|
|
10
10
|
import {
|
|
11
11
|
ensureLink
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LL26LVRR.js";
|
|
13
13
|
import {
|
|
14
14
|
pullCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ZB2UO4V2.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-JQ4NA5MX.js";
|
|
19
19
|
import {
|
|
20
20
|
VERCEL_DIR,
|
|
21
21
|
VERCEL_DIR_PROJECT,
|
|
22
22
|
envPullCommandLogic,
|
|
23
23
|
humanizePath,
|
|
24
24
|
parseTarget
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-AQLVWVEN.js";
|
|
26
26
|
import {
|
|
27
27
|
TelemetryClient
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-P4I4DMEU.js";
|
|
29
29
|
import {
|
|
30
30
|
stamp_default
|
|
31
31
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -6,10 +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-OWR3XNE3.js";
|
|
10
10
|
import {
|
|
11
11
|
compileVercelConfig
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-MBGJBHYD.js";
|
|
13
13
|
import {
|
|
14
14
|
VERCEL_DIR_PROJECT,
|
|
15
15
|
VERCEL_DIR_README,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
selectAndParseRemoteUrl,
|
|
32
32
|
selectOrg,
|
|
33
33
|
tryDetectServices
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-AQLVWVEN.js";
|
|
35
35
|
import {
|
|
36
36
|
table
|
|
37
37
|
} from "./chunk-LWBSOTJP.js";
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
} from "./chunk-QXRJ52T4.js";
|
|
10
10
|
import {
|
|
11
11
|
require_end_of_stream
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IUGPWINM.js";
|
|
13
13
|
import {
|
|
14
14
|
require_graceful_fs,
|
|
15
15
|
require_inherits,
|
|
16
16
|
require_minimatch,
|
|
17
17
|
require_once
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-AQLVWVEN.js";
|
|
19
19
|
import {
|
|
20
20
|
require_ms
|
|
21
21
|
} from "./chunk-GGP5R3FU.js";
|
|
@@ -2700,7 +2700,7 @@ var require_package = __commonJS({
|
|
|
2700
2700
|
"../client/package.json"(exports, module) {
|
|
2701
2701
|
module.exports = {
|
|
2702
2702
|
name: "@vercel/client",
|
|
2703
|
-
version: "17.2.
|
|
2703
|
+
version: "17.2.58",
|
|
2704
2704
|
main: "dist/index.js",
|
|
2705
2705
|
typings: "dist/index.d.ts",
|
|
2706
2706
|
homepage: "https://vercel.com",
|
|
@@ -10502,24 +10502,31 @@ var require_utils6 = __commonJS({
|
|
|
10502
10502
|
const relativeFromRoot = (0, import_path.relative)(projectRoot, bulkRedirectsFullPath);
|
|
10503
10503
|
if (relativeFromRoot.startsWith("..")) {
|
|
10504
10504
|
debug(
|
|
10505
|
-
`Skipping bulk redirects
|
|
10505
|
+
`Skipping bulk redirects path "${bulkRedirectsPath}" - path traversal detected (resolves outside project root)`
|
|
10506
10506
|
);
|
|
10507
10507
|
} else {
|
|
10508
|
-
|
|
10509
|
-
bulkRedirectsFullPath
|
|
10510
|
-
|
|
10511
|
-
|
|
10512
|
-
|
|
10513
|
-
|
|
10514
|
-
|
|
10515
|
-
|
|
10516
|
-
|
|
10517
|
-
|
|
10518
|
-
|
|
10508
|
+
try {
|
|
10509
|
+
const stats = await (0, import_fs_extra.stat)(bulkRedirectsFullPath);
|
|
10510
|
+
if (stats.isDirectory()) {
|
|
10511
|
+
const dirFiles = await (0, import_readdir_recursive.default)(bulkRedirectsFullPath, []);
|
|
10512
|
+
for (const file of dirFiles) {
|
|
10513
|
+
refs.add(file);
|
|
10514
|
+
}
|
|
10515
|
+
debug(
|
|
10516
|
+
`Including ${dirFiles.length} files from bulk redirects directory "${bulkRedirectsPath}" in deployment`
|
|
10517
|
+
);
|
|
10518
|
+
} else if (stats.isFile()) {
|
|
10519
|
+
refs.add(bulkRedirectsFullPath);
|
|
10520
|
+
debug(
|
|
10521
|
+
`Including bulk redirects file "${bulkRedirectsPath}" in deployment`
|
|
10522
|
+
);
|
|
10523
|
+
}
|
|
10524
|
+
} catch (_e) {
|
|
10525
|
+
debug(`Bulk redirects path "${bulkRedirectsPath}" not found`);
|
|
10519
10526
|
}
|
|
10520
10527
|
}
|
|
10521
10528
|
} catch (e) {
|
|
10522
|
-
debug(`Error checking for bulk redirects
|
|
10529
|
+
debug(`Error checking for bulk redirects path: ${e}`);
|
|
10523
10530
|
}
|
|
10524
10531
|
}
|
|
10525
10532
|
if (refs.size > 0) {
|
|
@@ -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-GBNIO3KP.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-AQLVWVEN.js";
|
|
17
17
|
import {
|
|
18
18
|
getCommandName,
|
|
19
19
|
getCommandNamePlain
|
|
@@ -203,6 +203,7 @@ var TelemetryClient = class {
|
|
|
203
203
|
var TelemetryEventStore = class {
|
|
204
204
|
constructor(opts) {
|
|
205
205
|
this.teamId = "NO_TEAM_ID";
|
|
206
|
+
this.userId = "NO_USER_ID";
|
|
206
207
|
this.isDebug = opts?.isDebug || false;
|
|
207
208
|
this.sessionId = randomUUID();
|
|
208
209
|
this.events = [];
|
|
@@ -211,6 +212,7 @@ var TelemetryEventStore = class {
|
|
|
211
212
|
add(event) {
|
|
212
213
|
event.sessionId = this.sessionId;
|
|
213
214
|
event.teamId = this.teamId;
|
|
215
|
+
event.userId = this.userId;
|
|
214
216
|
this.events.push(event);
|
|
215
217
|
}
|
|
216
218
|
updateTeamId(teamId) {
|
|
@@ -218,6 +220,14 @@ var TelemetryEventStore = class {
|
|
|
218
220
|
this.teamId = teamId;
|
|
219
221
|
}
|
|
220
222
|
}
|
|
223
|
+
updateUserId(userId) {
|
|
224
|
+
if (userId) {
|
|
225
|
+
this.userId = userId;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
get hasUserId() {
|
|
229
|
+
return this.userId !== "NO_USER_ID";
|
|
230
|
+
}
|
|
221
231
|
get readonlyEvents() {
|
|
222
232
|
return Array.from(this.events);
|
|
223
233
|
}
|
|
@@ -235,6 +245,7 @@ var TelemetryEventStore = class {
|
|
|
235
245
|
output_manager_default.log(`${LogLabel} Flushing Events`);
|
|
236
246
|
for (const event of this.events) {
|
|
237
247
|
event.teamId = this.teamId;
|
|
248
|
+
event.userId = this.userId;
|
|
238
249
|
output_manager_default.log(JSON.stringify(event));
|
|
239
250
|
}
|
|
240
251
|
return;
|
|
@@ -248,8 +259,14 @@ var TelemetryEventStore = class {
|
|
|
248
259
|
const events = this.events.map((event) => {
|
|
249
260
|
delete event.sessionId;
|
|
250
261
|
delete event.teamId;
|
|
262
|
+
delete event.userId;
|
|
251
263
|
const { eventTime, ...rest } = event;
|
|
252
|
-
return {
|
|
264
|
+
return {
|
|
265
|
+
event_time: eventTime,
|
|
266
|
+
team_id: this.teamId,
|
|
267
|
+
user_id: this.userId,
|
|
268
|
+
...rest
|
|
269
|
+
};
|
|
253
270
|
});
|
|
254
271
|
const payload = {
|
|
255
272
|
headers: {
|
|
@@ -6,22 +6,22 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getUpdateCommand
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-H5XJSH37.js";
|
|
10
10
|
import {
|
|
11
11
|
login
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AKQZ7KG3.js";
|
|
13
13
|
import {
|
|
14
14
|
loginCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-AA7QEJFB.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-JQ4NA5MX.js";
|
|
19
19
|
import {
|
|
20
20
|
outputActionRequired
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-AQLVWVEN.js";
|
|
22
22
|
import {
|
|
23
23
|
TelemetryClient
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-P4I4DMEU.js";
|
|
25
25
|
import {
|
|
26
26
|
getFlagsSpecification,
|
|
27
27
|
packageName,
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
} from "./chunk-IB5L4LKZ.js";
|
|
10
10
|
import {
|
|
11
11
|
require_dist as require_dist2
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IK7DLK2T.js";
|
|
13
13
|
import {
|
|
14
14
|
require_execa
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-FLKHKWZV.js";
|
|
16
16
|
import {
|
|
17
17
|
VERCEL_DIR,
|
|
18
18
|
readJSONFile,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
require_dist2 as require_dist4,
|
|
22
22
|
require_lib,
|
|
23
23
|
require_minimatch2 as require_minimatch
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-AQLVWVEN.js";
|
|
25
25
|
import {
|
|
26
26
|
require_pluralize
|
|
27
27
|
} from "./chunk-7EHTK7LP.js";
|
|
@@ -11,9 +11,9 @@ import {
|
|
|
11
11
|
findSourceVercelConfigFile,
|
|
12
12
|
getVercelConfigPath,
|
|
13
13
|
normalizeConfig
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-MBGJBHYD.js";
|
|
15
|
+
import "./chunk-AQLVWVEN.js";
|
|
16
|
+
import "./chunk-P4I4DMEU.js";
|
|
17
17
|
import "./chunk-SOTR4CXR.js";
|
|
18
18
|
import "./chunk-7EHTK7LP.js";
|
|
19
19
|
import "./chunk-GGP5R3FU.js";
|
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
offerAutoPromote,
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-TNBMKNET.js";
|
|
18
18
|
import {
|
|
19
19
|
deleteSubcommand
|
|
20
20
|
} from "./chunk-U6XOC6E4.js";
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-AQLVWVEN.js";
|
|
22
|
+
import "./chunk-P4I4DMEU.js";
|
|
23
23
|
import {
|
|
24
24
|
stamp_default
|
|
25
25
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
offerAutoPromote,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-TNBMKNET.js";
|
|
20
20
|
import {
|
|
21
21
|
disableSubcommand
|
|
22
22
|
} from "./chunk-U6XOC6E4.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-AQLVWVEN.js";
|
|
24
|
+
import "./chunk-P4I4DMEU.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
27
27
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
getRoutes,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-TNBMKNET.js";
|
|
20
20
|
import {
|
|
21
21
|
discardSubcommand
|
|
22
22
|
} from "./chunk-U6XOC6E4.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-AQLVWVEN.js";
|
|
24
|
+
import "./chunk-P4I4DMEU.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
27
27
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printRouteConfig,
|
|
20
20
|
routingRuleToCurrentRoute,
|
|
21
21
|
runInteractiveEditLoop
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-TEVP63TU.js";
|
|
23
23
|
import {
|
|
24
24
|
getRouteVersions
|
|
25
25
|
} from "./chunk-AHU7WNL2.js";
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
offerAutoPromote,
|
|
30
30
|
parseSubcommandArgs,
|
|
31
31
|
resolveRoute
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-TNBMKNET.js";
|
|
33
33
|
import {
|
|
34
34
|
editSubcommand
|
|
35
35
|
} from "./chunk-U6XOC6E4.js";
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-AQLVWVEN.js";
|
|
37
|
+
import "./chunk-P4I4DMEU.js";
|
|
38
38
|
import {
|
|
39
39
|
stamp_default
|
|
40
40
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -68,7 +68,7 @@ async function edit(client, argv) {
|
|
|
68
68
|
const { args, flags } = parsed;
|
|
69
69
|
const skipConfirmation = flags["--yes"];
|
|
70
70
|
const identifier = args[0];
|
|
71
|
-
const { RoutesEditTelemetryClient } = await import("./routes-
|
|
71
|
+
const { RoutesEditTelemetryClient } = await import("./routes-Q5CWG44T.js");
|
|
72
72
|
const telemetry = new RoutesEditTelemetryClient({
|
|
73
73
|
opts: { store: client.telemetryEventStore }
|
|
74
74
|
});
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
offerAutoPromote,
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-TNBMKNET.js";
|
|
20
20
|
import {
|
|
21
21
|
enableSubcommand
|
|
22
22
|
} from "./chunk-U6XOC6E4.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-AQLVWVEN.js";
|
|
24
|
+
import "./chunk-P4I4DMEU.js";
|
|
25
25
|
import {
|
|
26
26
|
stamp_default
|
|
27
27
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
ensureProjectLink,
|
|
9
9
|
getRoutes,
|
|
10
10
|
parseSubcommandArgs
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-TNBMKNET.js";
|
|
12
12
|
import {
|
|
13
13
|
exportSubcommand
|
|
14
14
|
} from "./chunk-U6XOC6E4.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-AQLVWVEN.js";
|
|
16
|
+
import "./chunk-P4I4DMEU.js";
|
|
17
17
|
import "./chunk-SOTR4CXR.js";
|
|
18
18
|
import "./chunk-7EHTK7LP.js";
|
|
19
19
|
import "./chunk-GGP5R3FU.js";
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
} from "./chunk-IE7MNZ56.js";
|
|
16
16
|
import {
|
|
17
17
|
getScope
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-3KMKI2FP.js";
|
|
19
19
|
import {
|
|
20
20
|
validateJsonOutput
|
|
21
21
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
getLinkedProject,
|
|
27
27
|
getProjectByNameOrId
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-AQLVWVEN.js";
|
|
29
|
+
import "./chunk-P4I4DMEU.js";
|
|
30
30
|
import "./chunk-SOTR4CXR.js";
|
|
31
31
|
import {
|
|
32
32
|
table
|