@backstage/cli 0.22.0-next.4 → 0.22.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/cjs/{PackageGraph-d4c67930.cjs.js → PackageGraph-35080f04.cjs.js} +2 -2
  3. package/dist/cjs/{build-efbe1772.cjs.js → build-6db0ae91.cjs.js} +9 -9
  4. package/dist/cjs/{buildBackend-90e626c1.cjs.js → buildBackend-2fdc1e48.cjs.js} +6 -6
  5. package/dist/cjs/{buildWorkspace-049f7fce.cjs.js → buildWorkspace-c4e4771f.cjs.js} +6 -6
  6. package/dist/cjs/{bump-48e145c6.cjs.js → bump-43bc9dcd.cjs.js} +11 -6
  7. package/dist/cjs/{clean-40990127.cjs.js → clean-8cd08be0.cjs.js} +2 -2
  8. package/dist/cjs/{clean-9bb1954c.cjs.js → clean-d3df90dc.cjs.js} +3 -3
  9. package/dist/cjs/{config-99f059ba.cjs.js → config-fc8cc849.cjs.js} +3 -3
  10. package/dist/cjs/{createDistWorkspace-10410f74.cjs.js → createDistWorkspace-13b34403.cjs.js} +5 -5
  11. package/dist/cjs/{createPlugin-4b43ad5f.cjs.js → createPlugin-8f62909c.cjs.js} +4 -4
  12. package/dist/cjs/{diff-4ec2d8ef.cjs.js → diff-609c262e.cjs.js} +2 -2
  13. package/dist/cjs/{docs-c50cd458.cjs.js → docs-9f4d4ded.cjs.js} +4 -4
  14. package/dist/cjs/{fix-56559632.cjs.js → fix-cfb2ffce.cjs.js} +3 -3
  15. package/dist/cjs/{index-e8a8c257.cjs.js → index-333db2fa.cjs.js} +9 -9
  16. package/dist/cjs/{index-a0b21e65.cjs.js → index-4e26060c.cjs.js} +43 -43
  17. package/dist/cjs/{index-c8276bf4.cjs.js → index-9eebe054.cjs.js} +2 -2
  18. package/dist/cjs/{index-d1bee1f1.cjs.js → index-cdb72ce4.cjs.js} +8 -8
  19. package/dist/cjs/{info-a7caf225.cjs.js → info-0c3a7339.cjs.js} +3 -3
  20. package/dist/cjs/{install-7a7a3e53.cjs.js → install-eee6ee94.cjs.js} +4 -4
  21. package/dist/cjs/{lint-7871c545.cjs.js → lint-0f6dd002.cjs.js} +3 -3
  22. package/dist/cjs/{lint-da5f8c60.cjs.js → lint-5d424da2.cjs.js} +3 -3
  23. package/dist/cjs/{lint-c52d6cb4.cjs.js → lint-c8d362f8.cjs.js} +2 -2
  24. package/dist/cjs/{list-deprecations-0a896a9f.cjs.js → list-deprecations-cdadcfa3.cjs.js} +3 -3
  25. package/dist/cjs/{new-9d4c99dd.cjs.js → new-9709921a.cjs.js} +4 -4
  26. package/dist/cjs/{pack-84a5ba86.cjs.js → pack-1ce96731.cjs.js} +2 -2
  27. package/dist/cjs/{packageLintConfigs-60db4c07.cjs.js → packageLintConfigs-d8779304.cjs.js} +4 -4
  28. package/dist/cjs/{packageRole-821a1d7f.cjs.js → packageRole-29141e47.cjs.js} +3 -3
  29. package/dist/cjs/{packageRoles-be35985d.cjs.js → packageRoles-4d56e8b9.cjs.js} +2 -2
  30. package/dist/cjs/{packageScripts-18d40047.cjs.js → packageScripts-6d8f1d57.cjs.js} +4 -4
  31. package/dist/cjs/{packages-447d0e04.cjs.js → packages-304263af.cjs.js} +3 -3
  32. package/dist/cjs/{paths-968963da.cjs.js → paths-33a42e3d.cjs.js} +3 -3
  33. package/dist/cjs/{print-219b2654.cjs.js → print-9bd34b93.cjs.js} +4 -4
  34. package/dist/cjs/{reactRouterDeps-c15e1980.cjs.js → reactRouterDeps-3d0b4f0c.cjs.js} +4 -4
  35. package/dist/cjs/{run-14c728f1.cjs.js → run-420a9288.cjs.js} +2 -2
  36. package/dist/cjs/{schema-26c033dd.cjs.js → schema-9b018e12.cjs.js} +4 -4
  37. package/dist/cjs/{tasks-379fe7f5.cjs.js → tasks-5c60f1f6.cjs.js} +2 -2
  38. package/dist/cjs/{test-fb2d4d19.cjs.js → test-117b4e3e.cjs.js} +3 -3
  39. package/dist/cjs/{test-830686ec.cjs.js → test-b0fa05af.cjs.js} +4 -4
  40. package/dist/cjs/{validate-34e8b5a0.cjs.js → validate-17b11c65.cjs.js} +4 -4
  41. package/dist/index.cjs.js +1 -1
  42. package/package.json +14 -14
@@ -46,9 +46,9 @@ class NotFoundError extends CustomError {
46
46
 
47
47
  const paths = cliCommon.findPaths(__dirname);
48
48
 
49
- var version$a = "0.17.0-next.3";
49
+ var version$a = "0.17.0";
50
50
 
51
- var version$9 = "0.22.0-next.4";
51
+ var version$9 = "0.22.0";
52
52
  var dependencies = {
53
53
  "@backstage/cli-common": "workspace:^",
54
54
  "@backstage/config": "workspace:^",
@@ -180,21 +180,21 @@ var devDependencies = {
180
180
  "type-fest": "^2.0.0"
181
181
  };
182
182
 
183
- var version$8 = "1.0.5-next.1";
183
+ var version$8 = "1.0.5";
184
184
 
185
- var version$7 = "1.3.0-next.4";
185
+ var version$7 = "1.3.0";
186
186
 
187
- var version$6 = "0.12.1-next.4";
187
+ var version$6 = "0.12.1";
188
188
 
189
- var version$5 = "1.2.0-next.2";
189
+ var version$5 = "1.2.0";
190
190
 
191
- var version$4 = "1.0.9-next.4";
191
+ var version$4 = "1.0.9";
192
192
 
193
- var version$3 = "1.2.3-next.4";
193
+ var version$3 = "1.2.3";
194
194
 
195
195
  var version$2 = "0.2.16";
196
196
 
197
- var version$1 = "1.9.0-next.3";
197
+ var version$1 = "1.9.0";
198
198
 
199
199
  const packageVersions = {
200
200
  "@backstage/backend-common": version$a,
@@ -265,7 +265,7 @@ function registerRepoCommand(program) {
265
265
  ).option(
266
266
  "--since <ref>",
267
267
  "Only build packages and their dev dependents that changed since the specified ref"
268
- ).action(lazy(() => Promise.resolve().then(function () { return require('./build-efbe1772.cjs.js'); }).then((m) => m.command)));
268
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./build-6db0ae91.cjs.js'); }).then((m) => m.command)));
269
269
  command.command("lint").description("Lint all packages in the project").option(
270
270
  "--format <format>",
271
271
  "Lint report output format",
@@ -273,10 +273,10 @@ function registerRepoCommand(program) {
273
273
  ).option(
274
274
  "--since <ref>",
275
275
  "Only lint packages that changed since the specified ref"
276
- ).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-da5f8c60.cjs.js'); }).then((m) => m.command)));
277
- command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-9bb1954c.cjs.js'); }).then((m) => m.command)));
276
+ ).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-5d424da2.cjs.js'); }).then((m) => m.command)));
277
+ command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-d3df90dc.cjs.js'); }).then((m) => m.command)));
278
278
  command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
279
- lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-0a896a9f.cjs.js'); }).then((m) => m.command))
279
+ lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-cdadcfa3.cjs.js'); }).then((m) => m.command))
280
280
  );
281
281
  command.command("test").allowUnknownOption(true).option(
282
282
  "--since <ref>",
@@ -284,14 +284,14 @@ function registerRepoCommand(program) {
284
284
  ).option(
285
285
  "--jest-help",
286
286
  "Show help for Jest CLI options, which are passed through"
287
- ).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-830686ec.cjs.js'); }).then((m) => m.command)));
287
+ ).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-b0fa05af.cjs.js'); }).then((m) => m.command)));
288
288
  }
289
289
  function registerScriptCommand(program) {
290
290
  const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
291
291
  command.command("start").description("Start a package for local development").option(...configOption).option("--role <name>", "Run the command with an explicit package role").option("--check", "Enable type checking and linting if available").option("--inspect", "Enable debugger in Node.js environments").option(
292
292
  "--inspect-brk",
293
293
  "Enable debugger in Node.js environments, breaking before code starts"
294
- ).action(lazy(() => Promise.resolve().then(function () { return require('./index-d1bee1f1.cjs.js'); }).then((m) => m.command)));
294
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./index-cdb72ce4.cjs.js'); }).then((m) => m.command)));
295
295
  command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
296
296
  "--minify",
297
297
  "Minify the generated code. Does not apply to app or backend packages."
@@ -309,33 +309,33 @@ function registerScriptCommand(program) {
309
309
  "Config files to load instead of app-config.yaml. Applies to app packages only.",
310
310
  (opt, opts) => opts ? [...opts, opt] : [opt],
311
311
  Array()
312
- ).action(lazy(() => Promise.resolve().then(function () { return require('./index-e8a8c257.cjs.js'); }).then((m) => m.command)));
312
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./index-333db2fa.cjs.js'); }).then((m) => m.command)));
313
313
  command.command("lint [directories...]").option(
314
314
  "--format <format>",
315
315
  "Lint report output format",
316
316
  "eslint-formatter-friendly"
317
- ).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-c52d6cb4.cjs.js'); }).then((m) => m.default)));
318
- command.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-fb2d4d19.cjs.js'); }).then((m) => m.default)));
319
- command.command("fix", { hidden: true }).description("Applies automated fixes to the package. [EXPERIMENTAL]").option("--deps", "Only fix monorepo dependencies in package.json").action(lazy(() => Promise.resolve().then(function () { return require('./fix-56559632.cjs.js'); }).then((m) => m.command)));
320
- command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-40990127.cjs.js'); }).then((m) => m.default)));
321
- command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-84a5ba86.cjs.js'); }).then((m) => m.pre)));
322
- command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-84a5ba86.cjs.js'); }).then((m) => m.post)));
317
+ ).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-c8d362f8.cjs.js'); }).then((m) => m.default)));
318
+ command.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-117b4e3e.cjs.js'); }).then((m) => m.default)));
319
+ command.command("fix", { hidden: true }).description("Applies automated fixes to the package. [EXPERIMENTAL]").option("--deps", "Only fix monorepo dependencies in package.json").action(lazy(() => Promise.resolve().then(function () { return require('./fix-cfb2ffce.cjs.js'); }).then((m) => m.command)));
320
+ command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-8cd08be0.cjs.js'); }).then((m) => m.default)));
321
+ command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-1ce96731.cjs.js'); }).then((m) => m.pre)));
322
+ command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-1ce96731.cjs.js'); }).then((m) => m.post)));
323
323
  }
324
324
  function registerMigrateCommand(program) {
325
325
  const command = program.command("migrate [command]").description("Migration utilities");
326
- command.command("package-roles").description(`Add package role field to packages that don't have it`).action(lazy(() => Promise.resolve().then(function () { return require('./packageRole-821a1d7f.cjs.js'); }).then((m) => m.default)));
326
+ command.command("package-roles").description(`Add package role field to packages that don't have it`).action(lazy(() => Promise.resolve().then(function () { return require('./packageRole-29141e47.cjs.js'); }).then((m) => m.default)));
327
327
  command.command("package-scripts").description("Set package scripts according to each package role").action(
328
- lazy(() => Promise.resolve().then(function () { return require('./packageScripts-18d40047.cjs.js'); }).then((m) => m.command))
328
+ lazy(() => Promise.resolve().then(function () { return require('./packageScripts-6d8f1d57.cjs.js'); }).then((m) => m.command))
329
329
  );
330
330
  command.command("package-lint-configs").description(
331
331
  "Migrates all packages to use @backstage/cli/config/eslint-factory"
332
332
  ).action(
333
- lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-60db4c07.cjs.js'); }).then((m) => m.command))
333
+ lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-d8779304.cjs.js'); }).then((m) => m.command))
334
334
  );
335
335
  command.command("react-router-deps").description(
336
336
  "Migrates the react-router dependencies for all packages to be peer dependencies"
337
337
  ).action(
338
- lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-c15e1980.cjs.js'); }).then((m) => m.command))
338
+ lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-3d0b4f0c.cjs.js'); }).then((m) => m.command))
339
339
  );
340
340
  }
341
341
  function registerCommands(program) {
@@ -355,7 +355,7 @@ function registerCommands(program) {
355
355
  ).option(
356
356
  "--baseVersion <version>",
357
357
  "The version to use for any new packages (default: 0.1.0)"
358
- ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-9d4c99dd.cjs.js'); }).then((m) => m.default)));
358
+ ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-9709921a.cjs.js'); }).then((m) => m.default)));
359
359
  program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
360
360
  "Open up an interactive guide to creating new things in your app [DEPRECATED]"
361
361
  ).option(
@@ -369,43 +369,43 @@ function registerCommands(program) {
369
369
  ).option("--scope <scope>", "The scope to use for new packages").option(
370
370
  "--npm-registry <URL>",
371
371
  "The package registry to use for new packages"
372
- ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-9d4c99dd.cjs.js'); }).then((m) => m.default)));
372
+ ).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-9709921a.cjs.js'); }).then((m) => m.default)));
373
373
  program.command("create-plugin", { hidden: true }).option(
374
374
  "--backend",
375
375
  "Create plugin with the backend dependencies as default"
376
376
  ).description("Creates a new plugin in the current repository [DEPRECATED]").option("--scope <scope>", "npm scope").option("--npm-registry <URL>", "npm registry URL").option("--no-private", "Public npm package").action(
377
- lazy(() => Promise.resolve().then(function () { return require('./createPlugin-4b43ad5f.cjs.js'); }).then((m) => m.default))
377
+ lazy(() => Promise.resolve().then(function () { return require('./createPlugin-8f62909c.cjs.js'); }).then((m) => m.default))
378
378
  );
379
379
  program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
380
380
  "Diff an existing plugin with the creation template [DEPRECATED]"
381
- ).action(lazy(() => Promise.resolve().then(function () { return require('./diff-4ec2d8ef.cjs.js'); }).then((m) => m.default)));
381
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./diff-609c262e.cjs.js'); }).then((m) => m.default)));
382
382
  program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
383
383
  "Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
384
- ).action(lazy(() => Promise.resolve().then(function () { return require('./test-fb2d4d19.cjs.js'); }).then((m) => m.default)));
384
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./test-117b4e3e.cjs.js'); }).then((m) => m.default)));
385
385
  program.command("config:docs").option(
386
386
  "--package <name>",
387
387
  "Only include the schema that applies to the given package"
388
- ).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-c50cd458.cjs.js'); }).then((m) => m.default)));
388
+ ).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-9f4d4ded.cjs.js'); }).then((m) => m.default)));
389
389
  program.command("config:print").option(
390
390
  "--package <name>",
391
391
  "Only load config schema that applies to the given package"
392
392
  ).option("--lax", "Do not require environment variables to be set").option("--frontend", "Print only the frontend configuration").option("--with-secrets", "Include secrets in the printed configuration").option(
393
393
  "--format <format>",
394
394
  "Format to print the configuration in, either json or yaml [yaml]"
395
- ).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-219b2654.cjs.js'); }).then((m) => m.default)));
395
+ ).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-9bd34b93.cjs.js'); }).then((m) => m.default)));
396
396
  program.command("config:check").option(
397
397
  "--package <name>",
398
398
  "Only load config schema that applies to the given package"
399
399
  ).option("--lax", "Do not require environment variables to be set").option("--frontend", "Only validate the frontend configuration").option("--deprecated", "Output deprecated configuration settings").option(...configOption).description(
400
400
  "Validate that the given configuration loads and matches schema"
401
- ).action(lazy(() => Promise.resolve().then(function () { return require('./validate-34e8b5a0.cjs.js'); }).then((m) => m.default)));
401
+ ).action(lazy(() => Promise.resolve().then(function () { return require('./validate-17b11c65.cjs.js'); }).then((m) => m.default)));
402
402
  program.command("config:schema").option(
403
403
  "--package <name>",
404
404
  "Only output config schema that applies to the given package"
405
405
  ).option(
406
406
  "--format <format>",
407
407
  "Format to print the schema in, either json or yaml [yaml]"
408
- ).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-26c033dd.cjs.js'); }).then((m) => m.default)));
408
+ ).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-9b018e12.cjs.js'); }).then((m) => m.default)));
409
409
  registerRepoCommand(program);
410
410
  registerScriptCommand(program);
411
411
  registerMigrateCommand(program);
@@ -416,16 +416,16 @@ function registerCommands(program) {
416
416
  "--release <version|next|main>",
417
417
  "Bump to a specific Backstage release line or version",
418
418
  "main"
419
- ).description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-48e145c6.cjs.js'); }).then((m) => m.default)));
420
- program.command("versions:check").option("--fix", "Fix any auto-fixable versioning problems").description("Check Backstage package versioning").action(lazy(() => Promise.resolve().then(function () { return require('./lint-7871c545.cjs.js'); }).then((m) => m.default)));
421
- program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-40990127.cjs.js'); }).then((m) => m.default)));
422
- program.command("build-workspace <workspace-dir> [packages...]").description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-049f7fce.cjs.js'); }).then((m) => m.default)));
423
- program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-c8276bf4.cjs.js'); }).then((m) => m.default)));
424
- program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-a7caf225.cjs.js'); }).then((m) => m.default)));
419
+ ).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-43bc9dcd.cjs.js'); }).then((m) => m.default)));
420
+ program.command("versions:check").option("--fix", "Fix any auto-fixable versioning problems").description("Check Backstage package versioning").action(lazy(() => Promise.resolve().then(function () { return require('./lint-0f6dd002.cjs.js'); }).then((m) => m.default)));
421
+ program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-8cd08be0.cjs.js'); }).then((m) => m.default)));
422
+ program.command("build-workspace <workspace-dir> [packages...]").description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-c4e4771f.cjs.js'); }).then((m) => m.default)));
423
+ program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-9eebe054.cjs.js'); }).then((m) => m.default)));
424
+ program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-0c3a7339.cjs.js'); }).then((m) => m.default)));
425
425
  program.command("install [plugin-id]", { hidden: true }).option(
426
426
  "--from <packageJsonFilePath>",
427
427
  "Install from a local package.json containing the installation recipe"
428
- ).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-7a7a3e53.cjs.js'); }).then((m) => m.default)));
428
+ ).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-eee6ee94.cjs.js'); }).then((m) => m.default)));
429
429
  }
430
430
  function lazy(getActionFunc) {
431
431
  return async (...args) => {
@@ -469,4 +469,4 @@ exports.devDependencies = devDependencies;
469
469
  exports.paths = paths;
470
470
  exports.version = version;
471
471
  exports.version$1 = version$9;
472
- //# sourceMappingURL=index-a0b21e65.cjs.js.map
472
+ //# sourceMappingURL=index-4e26060c.cjs.js.map
@@ -4,7 +4,7 @@ var fs = require('fs-extra');
4
4
  var chalk = require('chalk');
5
5
  var yaml = require('yaml');
6
6
  var inquirer = require('inquirer');
7
- var index$1 = require('./index-a0b21e65.cjs.js');
7
+ var index$1 = require('./index-4e26060c.cjs.js');
8
8
  var crypto = require('crypto');
9
9
  var openBrowser = require('react-dev-utils/openBrowser');
10
10
  var request = require('@octokit/request');
@@ -222,4 +222,4 @@ async function verifyGithubOrg(org) {
222
222
  }
223
223
 
224
224
  exports["default"] = index;
225
- //# sourceMappingURL=index-c8276bf4.cjs.js.map
225
+ //# sourceMappingURL=index-9eebe054.cjs.js.map
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  var fs = require('fs-extra');
4
- var index = require('./index-a0b21e65.cjs.js');
4
+ var index = require('./index-4e26060c.cjs.js');
5
5
  var webpack = require('webpack');
6
- var paths = require('./paths-968963da.cjs.js');
6
+ var paths = require('./paths-33a42e3d.cjs.js');
7
7
  require('yn');
8
8
  require('path');
9
9
  require('react-dev-utils/FileSizeReporter');
@@ -17,19 +17,19 @@ require('@backstage/cli-common');
17
17
  require('@manypkg/get-packages');
18
18
  require('mini-css-extract-plugin');
19
19
  require('@pmmmwh/react-refresh-webpack-plugin');
20
- require('./run-14c728f1.cjs.js');
20
+ require('./run-420a9288.cjs.js');
21
21
  require('eslint-webpack-plugin');
22
22
  require('lodash/pickBy');
23
23
  var chalk = require('chalk');
24
24
  var WebpackDevServer = require('webpack-dev-server');
25
25
  var openBrowser = require('react-dev-utils/openBrowser');
26
26
  var uniq = require('lodash/uniq');
27
- var config = require('./config-99f059ba.cjs.js');
27
+ var config = require('./config-fc8cc849.cjs.js');
28
28
  var Lockfile = require('./Lockfile-6785964d.cjs.js');
29
29
  require('minimatch');
30
30
  require('./yarn-6cd89e16.cjs.js');
31
- var lint = require('./lint-7871c545.cjs.js');
32
- var packageRoles = require('./packageRoles-be35985d.cjs.js');
31
+ var lint = require('./lint-0f6dd002.cjs.js');
32
+ var packageRoles = require('./packageRoles-4d56e8b9.cjs.js');
33
33
  require('commander');
34
34
  require('semver');
35
35
  require('@backstage/errors');
@@ -38,7 +38,7 @@ require('child_process');
38
38
  require('util');
39
39
  require('@backstage/config-loader');
40
40
  require('@backstage/config');
41
- require('./PackageGraph-d4c67930.cjs.js');
41
+ require('./PackageGraph-35080f04.cjs.js');
42
42
  require('@yarnpkg/parsers');
43
43
  require('@yarnpkg/lockfile');
44
44
  require('lodash/partition');
@@ -246,4 +246,4 @@ async function command(opts) {
246
246
  }
247
247
 
248
248
  exports.command = command;
249
- //# sourceMappingURL=index-d1bee1f1.cjs.js.map
249
+ //# sourceMappingURL=index-cdb72ce4.cjs.js.map
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-a0b21e65.cjs.js');
3
+ var index = require('./index-4e26060c.cjs.js');
4
4
  var os = require('os');
5
- var run = require('./run-14c728f1.cjs.js');
5
+ var run = require('./run-420a9288.cjs.js');
6
6
  var Lockfile = require('./Lockfile-6785964d.cjs.js');
7
7
  require('minimatch');
8
8
  require('@manypkg/get-packages');
@@ -58,4 +58,4 @@ var info = async () => {
58
58
  };
59
59
 
60
60
  exports["default"] = info;
61
- //# sourceMappingURL=info-a7caf225.cjs.js.map
61
+ //# sourceMappingURL=info-0c3a7339.cjs.js.map
@@ -4,12 +4,12 @@ var fs = require('fs-extra');
4
4
  require('semver');
5
5
  require('@yarnpkg/parsers');
6
6
  require('@yarnpkg/lockfile');
7
- var packages = require('./packages-447d0e04.cjs.js');
8
- var index = require('./index-a0b21e65.cjs.js');
7
+ var packages = require('./packages-304263af.cjs.js');
8
+ var index = require('./index-4e26060c.cjs.js');
9
9
  var chalk = require('chalk');
10
10
  var sortBy = require('lodash/sortBy');
11
11
  var groupBy = require('lodash/groupBy');
12
- var run = require('./run-14c728f1.cjs.js');
12
+ var run = require('./run-420a9288.cjs.js');
13
13
  require('minimatch');
14
14
  require('@manypkg/get-packages');
15
15
  require('./yarn-6cd89e16.cjs.js');
@@ -268,4 +268,4 @@ var install = async (pluginId, cmd) => {
268
268
  };
269
269
 
270
270
  exports["default"] = install;
271
- //# sourceMappingURL=install-7a7a3e53.cjs.js.map
271
+ //# sourceMappingURL=install-eee6ee94.cjs.js.map
@@ -5,8 +5,8 @@ require('minimatch');
5
5
  require('@manypkg/get-packages');
6
6
  require('chalk');
7
7
  require('./yarn-6cd89e16.cjs.js');
8
- require('./run-14c728f1.cjs.js');
9
- var index = require('./index-a0b21e65.cjs.js');
8
+ require('./run-420a9288.cjs.js');
9
+ var index = require('./index-4e26060c.cjs.js');
10
10
  var partition = require('lodash/partition');
11
11
  require('fs-extra');
12
12
  require('semver');
@@ -105,4 +105,4 @@ function logArray(arr, header, each) {
105
105
  exports["default"] = lint;
106
106
  exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
107
107
  exports.includedFilter = includedFilter;
108
- //# sourceMappingURL=lint-7871c545.cjs.js.map
108
+ //# sourceMappingURL=lint-0f6dd002.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var chalk = require('chalk');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-d4c67930.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-35080f04.cjs.js');
6
6
  var parallel = require('./parallel-a8f6219c.cjs.js');
7
- var index = require('./index-a0b21e65.cjs.js');
7
+ var index = require('./index-4e26060c.cjs.js');
8
8
  require('@manypkg/get-packages');
9
9
  require('@backstage/errors');
10
10
  require('child_process');
@@ -88,4 +88,4 @@ async function command(opts) {
88
88
  }
89
89
 
90
90
  exports.command = command;
91
- //# sourceMappingURL=lint-da5f8c60.cjs.js.map
91
+ //# sourceMappingURL=lint-5d424da2.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-a0b21e65.cjs.js');
3
+ var index = require('./index-4e26060c.cjs.js');
4
4
  var eslint = require('eslint');
5
5
  require('commander');
6
6
  require('chalk');
@@ -33,4 +33,4 @@ var lint = async (directories, opts) => {
33
33
  };
34
34
 
35
35
  exports["default"] = lint;
36
- //# sourceMappingURL=lint-c52d6cb4.cjs.js.map
36
+ //# sourceMappingURL=lint-c8d362f8.cjs.js.map
@@ -3,8 +3,8 @@
3
3
  var chalk = require('chalk');
4
4
  var eslint = require('eslint');
5
5
  var path = require('path');
6
- var index = require('./index-a0b21e65.cjs.js');
7
- var PackageGraph = require('./PackageGraph-d4c67930.cjs.js');
6
+ var index = require('./index-4e26060c.cjs.js');
7
+ var PackageGraph = require('./PackageGraph-35080f04.cjs.js');
8
8
  require('commander');
9
9
  require('fs-extra');
10
10
  require('semver');
@@ -79,4 +79,4 @@ async function command(opts) {
79
79
  }
80
80
 
81
81
  exports.command = command;
82
- //# sourceMappingURL=list-deprecations-0a896a9f.cjs.js.map
82
+ //# sourceMappingURL=list-deprecations-cdadcfa3.cjs.js.map
@@ -7,13 +7,13 @@ var chalk = require('chalk');
7
7
  var inquirer = require('inquirer');
8
8
  var camelCase = require('lodash/camelCase');
9
9
  var upperFirst = require('lodash/upperFirst');
10
- var index = require('./index-a0b21e65.cjs.js');
11
- var tasks = require('./tasks-379fe7f5.cjs.js');
10
+ var index = require('./index-4e26060c.cjs.js');
11
+ var tasks = require('./tasks-5c60f1f6.cjs.js');
12
12
  var Lockfile = require('./Lockfile-6785964d.cjs.js');
13
13
  require('minimatch');
14
14
  require('@manypkg/get-packages');
15
15
  require('./yarn-6cd89e16.cjs.js');
16
- require('./run-14c728f1.cjs.js');
16
+ require('./run-420a9288.cjs.js');
17
17
  var partition = require('lodash/partition');
18
18
  var errors = require('@backstage/errors');
19
19
  require('commander');
@@ -559,4 +559,4 @@ var _new = async (opts) => {
559
559
  };
560
560
 
561
561
  exports["default"] = _new;
562
- //# sourceMappingURL=new-9d4c99dd.cjs.js.map
562
+ //# sourceMappingURL=new-9709921a.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var fs = require('fs-extra');
4
- var index = require('./index-a0b21e65.cjs.js');
4
+ var index = require('./index-4e26060c.cjs.js');
5
5
  var path = require('path');
6
6
  require('commander');
7
7
  require('chalk');
@@ -75,4 +75,4 @@ const post = async () => {
75
75
 
76
76
  exports.post = post;
77
77
  exports.pre = pre;
78
- //# sourceMappingURL=pack-84a5ba86.cjs.js.map
78
+ //# sourceMappingURL=pack-1ce96731.cjs.js.map
@@ -2,10 +2,10 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-d4c67930.cjs.js');
6
- var run = require('./run-14c728f1.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-35080f04.cjs.js');
6
+ var run = require('./run-420a9288.cjs.js');
7
7
  require('@manypkg/get-packages');
8
- require('./index-a0b21e65.cjs.js');
8
+ require('./index-4e26060c.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -80,4 +80,4 @@ async function command() {
80
80
  }
81
81
 
82
82
  exports.command = command;
83
- //# sourceMappingURL=packageLintConfigs-60db4c07.cjs.js.map
83
+ //# sourceMappingURL=packageLintConfigs-d8779304.cjs.js.map
@@ -3,8 +3,8 @@
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
5
  var getPackages = require('@manypkg/get-packages');
6
- var index = require('./index-a0b21e65.cjs.js');
7
- var packageRoles = require('./packageRoles-be35985d.cjs.js');
6
+ var index = require('./index-4e26060c.cjs.js');
7
+ var packageRoles = require('./packageRoles-4d56e8b9.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('semver');
@@ -56,4 +56,4 @@ var packageRole = async () => {
56
56
  };
57
57
 
58
58
  exports["default"] = packageRole;
59
- //# sourceMappingURL=packageRole-821a1d7f.cjs.js.map
59
+ //# sourceMappingURL=packageRole-29141e47.cjs.js.map
@@ -2,7 +2,7 @@
2
2
 
3
3
  var zod = require('zod');
4
4
  var fs = require('fs-extra');
5
- var index = require('./index-a0b21e65.cjs.js');
5
+ var index = require('./index-4e26060c.cjs.js');
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -157,4 +157,4 @@ exports.detectRoleFromPackage = detectRoleFromPackage;
157
157
  exports.findRoleFromCommand = findRoleFromCommand;
158
158
  exports.getRoleFromPackage = getRoleFromPackage;
159
159
  exports.getRoleInfo = getRoleInfo;
160
- //# sourceMappingURL=packageRoles-be35985d.cjs.js.map
160
+ //# sourceMappingURL=packageRoles-4d56e8b9.cjs.js.map
@@ -2,10 +2,10 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-d4c67930.cjs.js');
6
- var packageRoles = require('./packageRoles-be35985d.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-35080f04.cjs.js');
6
+ var packageRoles = require('./packageRoles-4d56e8b9.cjs.js');
7
7
  require('@manypkg/get-packages');
8
- require('./index-a0b21e65.cjs.js');
8
+ require('./index-4e26060c.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -95,4 +95,4 @@ async function command() {
95
95
  }
96
96
 
97
97
  exports.command = command;
98
- //# sourceMappingURL=packageScripts-18d40047.cjs.js.map
98
+ //# sourceMappingURL=packageScripts-6d8f1d57.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var minimatch = require('minimatch');
4
4
  var getPackages = require('@manypkg/get-packages');
5
- var index = require('./index-a0b21e65.cjs.js');
5
+ var index = require('./index-4e26060c.cjs.js');
6
6
  var yarn = require('./yarn-6cd89e16.cjs.js');
7
- var run = require('./run-14c728f1.cjs.js');
7
+ var run = require('./run-420a9288.cjs.js');
8
8
 
9
9
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
10
10
 
@@ -80,4 +80,4 @@ async function mapDependencies(targetDir, pattern) {
80
80
 
81
81
  exports.fetchPackageInfo = fetchPackageInfo;
82
82
  exports.mapDependencies = mapDependencies;
83
- //# sourceMappingURL=packages-447d0e04.cjs.js.map
83
+ //# sourceMappingURL=packages-304263af.cjs.js.map
@@ -13,8 +13,8 @@ var getPackages = require('@manypkg/get-packages');
13
13
  var MiniCssExtractPlugin = require('mini-css-extract-plugin');
14
14
  var svgrTemplate = require('./svgrTemplate-550efce6.cjs.js');
15
15
  var ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
16
- var index = require('./index-a0b21e65.cjs.js');
17
- var run = require('./run-14c728f1.cjs.js');
16
+ var index = require('./index-4e26060c.cjs.js');
17
+ var run = require('./run-420a9288.cjs.js');
18
18
  var ESLintPlugin = require('eslint-webpack-plugin');
19
19
  var pickBy = require('lodash/pickBy');
20
20
 
@@ -576,4 +576,4 @@ exports.createBackendConfig = createBackendConfig;
576
576
  exports.createConfig = createConfig;
577
577
  exports.resolveBaseUrl = resolveBaseUrl;
578
578
  exports.resolveBundlingPaths = resolveBundlingPaths;
579
- //# sourceMappingURL=paths-968963da.cjs.js.map
579
+ //# sourceMappingURL=paths-33a42e3d.cjs.js.map
@@ -2,9 +2,9 @@
2
2
 
3
3
  var yaml = require('yaml');
4
4
  var config$1 = require('@backstage/config');
5
- var config = require('./config-99f059ba.cjs.js');
5
+ var config = require('./config-fc8cc849.cjs.js');
6
6
  require('@backstage/config-loader');
7
- require('./index-a0b21e65.cjs.js');
7
+ require('./index-4e26060c.cjs.js');
8
8
  require('commander');
9
9
  require('chalk');
10
10
  require('fs-extra');
@@ -12,7 +12,7 @@ require('semver');
12
12
  require('@backstage/cli-common');
13
13
  require('@backstage/errors');
14
14
  require('@manypkg/get-packages');
15
- require('./PackageGraph-d4c67930.cjs.js');
15
+ require('./PackageGraph-35080f04.cjs.js');
16
16
  require('path');
17
17
  require('child_process');
18
18
  require('util');
@@ -61,4 +61,4 @@ function serializeConfigData(appConfigs, schema, visibility) {
61
61
  }
62
62
 
63
63
  exports["default"] = print;
64
- //# sourceMappingURL=print-219b2654.cjs.js.map
64
+ //# sourceMappingURL=print-9bd34b93.cjs.js.map
@@ -2,10 +2,10 @@
2
2
 
3
3
  var fs = require('fs-extra');
4
4
  var path = require('path');
5
- var PackageGraph = require('./PackageGraph-d4c67930.cjs.js');
6
- var packageRoles = require('./packageRoles-be35985d.cjs.js');
5
+ var PackageGraph = require('./PackageGraph-35080f04.cjs.js');
6
+ var packageRoles = require('./packageRoles-4d56e8b9.cjs.js');
7
7
  require('@manypkg/get-packages');
8
- require('./index-a0b21e65.cjs.js');
8
+ require('./index-4e26060c.cjs.js');
9
9
  require('commander');
10
10
  require('chalk');
11
11
  require('semver');
@@ -56,4 +56,4 @@ async function command() {
56
56
  }
57
57
 
58
58
  exports.command = command;
59
- //# sourceMappingURL=reactRouterDeps-c15e1980.cjs.js.map
59
+ //# sourceMappingURL=reactRouterDeps-3d0b4f0c.cjs.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var child_process = require('child_process');
4
- var index = require('./index-a0b21e65.cjs.js');
4
+ var index = require('./index-4e26060c.cjs.js');
5
5
  var util = require('util');
6
6
  var errors = require('@backstage/errors');
7
7
 
@@ -79,4 +79,4 @@ exports.execFile = execFile;
79
79
  exports.run = run;
80
80
  exports.runCheck = runCheck;
81
81
  exports.runPlain = runPlain;
82
- //# sourceMappingURL=run-14c728f1.cjs.js.map
82
+ //# sourceMappingURL=run-420a9288.cjs.js.map