@backstage/cli 0.22.6-next.0 → 0.22.6-next.2
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/CHANGELOG.md +33 -0
- package/asset-types/asset-types.d.ts +5 -0
- package/dist/cjs/{index/Lockfile-e5943b84.cjs.js → Lockfile-bc3a8337.cjs.js} +1 -1
- package/dist/cjs/{index/PackageGraph-3f98d337.cjs.js → PackageGraph-e47555be.cjs.js} +5 -5
- package/dist/cjs/{index/build-cc99b635.cjs.js → build-93a11339.cjs.js} +15 -15
- package/dist/cjs/{index/buildBackend-a8bcd165.cjs.js → buildBackend-cd8e2fb5.cjs.js} +9 -8
- package/dist/cjs/{index/buildWorkspace-41156462.cjs.js → buildWorkspace-9110c947.cjs.js} +12 -12
- package/dist/cjs/{index/bump-143918d0.cjs.js → bump-534e6cf6.cjs.js} +9 -9
- package/dist/cjs/{index/clean-0ce04941.cjs.js → clean-61eae164.cjs.js} +6 -6
- package/dist/cjs/{index/clean-e2ad6a88.cjs.js → clean-72451e81.cjs.js} +2 -2
- package/dist/cjs/{index/codeowners-d775851f.cjs.js → codeowners-9f57f2fb.cjs.js} +2 -2
- package/dist/cjs/{index/config-4228b120.cjs.js → config-c50ac1c0.cjs.js} +4 -3
- package/dist/cjs/{index/createDistWorkspace-fb5e45c7.cjs.js → createDistWorkspace-e41d7df9.cjs.js} +119 -107
- package/dist/cjs/{index/createPlugin-5c4a7dc0.cjs.js → createPlugin-e004e57e.cjs.js} +7 -7
- package/dist/cjs/{index/diff-86139f91.cjs.js → diff-75d413d6.cjs.js} +2 -2
- package/dist/cjs/{index/docs-1817742b.cjs.js → docs-a3ad7273.cjs.js} +7 -7
- package/dist/cjs/{index/entryPoints-e81a0dba.cjs.js → entryPoints-5e73783d.cjs.js} +1 -1
- package/dist/cjs/{index/fix-6ac8eb23.cjs.js → fix-bbe5fb62.cjs.js} +6 -6
- package/dist/cjs/{index/index-6542a4f4.cjs.js → index-9b9f70f2.cjs.js} +2 -2
- package/dist/cjs/{index/index-a1ae1c20.cjs.js → index-b64ebbe5.cjs.js} +29 -22
- package/dist/cjs/{index/index-751e6ffe.cjs.js → index-c738a2bc.cjs.js} +2 -2
- package/dist/cjs/{index/index-0028f123.cjs.js → index-e751f7ff.cjs.js} +12 -12
- package/dist/cjs/{index/index-7537046f.cjs.js → index-f75043af.cjs.js} +49 -47
- package/dist/cjs/{index/info-97e85013.cjs.js → info-0fb827ce.cjs.js} +5 -5
- package/dist/cjs/{index/install-d796c591.cjs.js → install-756429c4.cjs.js} +5 -5
- package/dist/cjs/{index/lint-dea054a3.cjs.js → lint-6a316d15.cjs.js} +6 -6
- package/dist/cjs/{index/lint-b9604904.cjs.js → lint-d0c16a43.cjs.js} +2 -2
- package/dist/cjs/{index/lint-2a08b183.cjs.js → lint-e4d3b0ce.cjs.js} +7 -7
- package/dist/cjs/{index/list-deprecations-de2f58af.cjs.js → list-deprecations-7d034d6f.cjs.js} +6 -6
- package/dist/cjs/{index/new-3953ab9d.cjs.js → new-3450da88.cjs.js} +7 -7
- package/dist/cjs/{index/pack-caa8827e.cjs.js → pack-51e9d18e.cjs.js} +4 -4
- package/dist/cjs/{index/packageExports-4a46fc67.cjs.js → packageExports-8fc508ae.cjs.js} +6 -6
- package/dist/cjs/{index/packageLintConfigs-967f27ba.cjs.js → packageLintConfigs-2dd4bed3.cjs.js} +6 -6
- package/dist/cjs/{index/packageRole-bca33d79.cjs.js → packageRole-44235057.cjs.js} +3 -3
- package/dist/cjs/{index/packageRoles-69beedda.cjs.js → packageRoles-e8484d59.cjs.js} +2 -2
- package/dist/cjs/{index/packageScripts-7c46f2fc.cjs.js → packageScripts-6c74fd59.cjs.js} +7 -7
- package/dist/cjs/{index/packages-9afdfe7b.cjs.js → packages-d3d3cf04.cjs.js} +4 -4
- package/dist/cjs/{index/parallel-4af834f6.cjs.js → parallel-a8f6219c.cjs.js} +1 -1
- package/dist/cjs/{index/paths-4630bc1d.cjs.js → paths-b1b0642b.cjs.js} +5 -5
- package/dist/cjs/{index/print-d8f6aa7d.cjs.js → print-aed73507.cjs.js} +7 -7
- package/dist/cjs/{index/productionPack-2038bfcf.cjs.js → productionPack-fdf62126.cjs.js} +8 -8
- package/dist/cjs/{index/reactRouterDeps-23bd30be.cjs.js → reactRouterDeps-bb13ea12.cjs.js} +7 -7
- package/dist/cjs/{index/run-1b95473b.cjs.js → run-a93ca9aa.cjs.js} +2 -2
- package/dist/cjs/{index/schema-bdd65f01.cjs.js → schema-bcf03162.cjs.js} +7 -7
- package/dist/cjs/{index/svgrTemplate-d1dad6d3.cjs.js → svgrTemplate-550efce6.cjs.js} +1 -1
- package/dist/cjs/{index/tasks-409c4719.cjs.js → tasks-84de240c.cjs.js} +1 -1
- package/dist/cjs/{index/test-9893c495.cjs.js → test-60e60b20.cjs.js} +6 -6
- package/dist/cjs/{index/test-599a1294.cjs.js → test-a80c8387.cjs.js} +3 -3
- package/dist/cjs/{index/validate-2cc915f0.cjs.js → validate-6b1c2a85.cjs.js} +7 -7
- package/dist/cjs/{index/yarn-8315d2ff.cjs.js → yarn-6cd89e16.cjs.js} +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +12 -10
- package/templates/default-plugin/package.json.hbs +1 -1
|
@@ -46,9 +46,9 @@ class NotFoundError extends CustomError {
|
|
|
46
46
|
|
|
47
47
|
const paths = cliCommon.findPaths(__dirname);
|
|
48
48
|
|
|
49
|
-
var version$a = "0.18.4-next.
|
|
49
|
+
var version$a = "0.18.4-next.2";
|
|
50
50
|
|
|
51
|
-
var version$9 = "0.22.6-next.
|
|
51
|
+
var version$9 = "0.22.6-next.2";
|
|
52
52
|
var dependencies = {
|
|
53
53
|
"@backstage/cli-common": "workspace:^",
|
|
54
54
|
"@backstage/config": "workspace:^",
|
|
@@ -70,6 +70,7 @@ var dependencies = {
|
|
|
70
70
|
"@spotify/eslint-config-react": "^14.0.0",
|
|
71
71
|
"@spotify/eslint-config-typescript": "^14.0.0",
|
|
72
72
|
"@sucrase/webpack-loader": "^2.0.0",
|
|
73
|
+
"@svgr/core": "6.5.x",
|
|
73
74
|
"@svgr/plugin-jsx": "6.5.x",
|
|
74
75
|
"@svgr/plugin-svgo": "6.5.x",
|
|
75
76
|
"@svgr/rollup": "6.5.x",
|
|
@@ -148,7 +149,7 @@ var dependencies = {
|
|
|
148
149
|
yaml: "^2.0.0",
|
|
149
150
|
"yml-loader": "^2.1.0",
|
|
150
151
|
yn: "^4.0.0",
|
|
151
|
-
zod: "
|
|
152
|
+
zod: "^3.21.4"
|
|
152
153
|
};
|
|
153
154
|
var devDependencies = {
|
|
154
155
|
"@backstage/backend-common": "workspace:^",
|
|
@@ -180,24 +181,25 @@ var devDependencies = {
|
|
|
180
181
|
"mock-fs": "^5.1.0",
|
|
181
182
|
msw: "^1.0.0",
|
|
182
183
|
nodemon: "^2.0.2",
|
|
183
|
-
"ts-node": "^10.0.0"
|
|
184
|
+
"ts-node": "^10.0.0",
|
|
185
|
+
"type-fest": "^2.19.0"
|
|
184
186
|
};
|
|
185
187
|
|
|
186
188
|
var version$8 = "1.0.7";
|
|
187
189
|
|
|
188
|
-
var version$7 = "1.7.0-next.
|
|
190
|
+
var version$7 = "1.7.0-next.2";
|
|
189
191
|
|
|
190
|
-
var version$6 = "0.12.6-next.
|
|
192
|
+
var version$6 = "0.12.6-next.2";
|
|
191
193
|
|
|
192
|
-
var version$5 = "1.5.
|
|
194
|
+
var version$5 = "1.5.1-next.1";
|
|
193
195
|
|
|
194
|
-
var version$4 = "1.0.14-next.
|
|
196
|
+
var version$4 = "1.0.14-next.2";
|
|
195
197
|
|
|
196
|
-
var version$3 = "1.3.0-next.
|
|
198
|
+
var version$3 = "1.3.0-next.2";
|
|
197
199
|
|
|
198
|
-
var version$2 = "0.2.
|
|
200
|
+
var version$2 = "0.2.19-next.0";
|
|
199
201
|
|
|
200
|
-
var version$1 = "1.
|
|
202
|
+
var version$1 = "1.13.0-next.2";
|
|
201
203
|
|
|
202
204
|
const packageVersions = {
|
|
203
205
|
"@backstage/backend-common": version$a,
|
|
@@ -259,7 +261,7 @@ const configOption = [
|
|
|
259
261
|
Array()
|
|
260
262
|
];
|
|
261
263
|
function registerOnboardCommand(program) {
|
|
262
|
-
program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
264
|
+
program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-9b9f70f2.cjs.js'); }).then((m) => m.command)));
|
|
263
265
|
}
|
|
264
266
|
function registerRepoCommand(program) {
|
|
265
267
|
const command = program.command("repo [command]").description("Command that run across an entire Backstage project");
|
|
@@ -271,7 +273,7 @@ function registerRepoCommand(program) {
|
|
|
271
273
|
).option(
|
|
272
274
|
"--since <ref>",
|
|
273
275
|
"Only build packages and their dev dependents that changed since the specified ref"
|
|
274
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
276
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./build-93a11339.cjs.js'); }).then((m) => m.command)));
|
|
275
277
|
command.command("lint").description("Lint all packages in the project").option(
|
|
276
278
|
"--format <format>",
|
|
277
279
|
"Lint report output format",
|
|
@@ -279,10 +281,10 @@ function registerRepoCommand(program) {
|
|
|
279
281
|
).option(
|
|
280
282
|
"--since <ref>",
|
|
281
283
|
"Only lint packages that changed since the specified ref"
|
|
282
|
-
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
283
|
-
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
284
|
+
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-e4d3b0ce.cjs.js'); }).then((m) => m.command)));
|
|
285
|
+
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-61eae164.cjs.js'); }).then((m) => m.command)));
|
|
284
286
|
command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
|
|
285
|
-
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-
|
|
287
|
+
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-7d034d6f.cjs.js'); }).then((m) => m.command))
|
|
286
288
|
);
|
|
287
289
|
command.command("test").allowUnknownOption(true).option(
|
|
288
290
|
"--since <ref>",
|
|
@@ -290,14 +292,14 @@ function registerRepoCommand(program) {
|
|
|
290
292
|
).option(
|
|
291
293
|
"--jest-help",
|
|
292
294
|
"Show help for Jest CLI options, which are passed through"
|
|
293
|
-
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
295
|
+
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-60e60b20.cjs.js'); }).then((m) => m.command)));
|
|
294
296
|
}
|
|
295
297
|
function registerScriptCommand(program) {
|
|
296
298
|
const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
|
|
297
299
|
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(
|
|
298
300
|
"--inspect-brk",
|
|
299
301
|
"Enable debugger in Node.js environments, breaking before code starts"
|
|
300
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
302
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-e751f7ff.cjs.js'); }).then((m) => m.command)));
|
|
301
303
|
command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
|
|
302
304
|
"--minify",
|
|
303
305
|
"Minify the generated code. Does not apply to app or backend packages."
|
|
@@ -315,36 +317,36 @@ function registerScriptCommand(program) {
|
|
|
315
317
|
"Config files to load instead of app-config.yaml. Applies to app packages only.",
|
|
316
318
|
(opt, opts) => opts ? [...opts, opt] : [opt],
|
|
317
319
|
Array()
|
|
318
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
320
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-b64ebbe5.cjs.js'); }).then((m) => m.command)));
|
|
319
321
|
command.command("lint [directories...]").option(
|
|
320
322
|
"--format <format>",
|
|
321
323
|
"Lint report output format",
|
|
322
324
|
"eslint-formatter-friendly"
|
|
323
|
-
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
324
|
-
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-
|
|
325
|
-
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-
|
|
326
|
-
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
327
|
-
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
328
|
-
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
325
|
+
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-d0c16a43.cjs.js'); }).then((m) => m.default)));
|
|
326
|
+
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-a80c8387.cjs.js'); }).then((m) => m.default)));
|
|
327
|
+
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-bbe5fb62.cjs.js'); }).then((m) => m.command)));
|
|
328
|
+
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-72451e81.cjs.js'); }).then((m) => m.default)));
|
|
329
|
+
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-51e9d18e.cjs.js'); }).then((m) => m.pre)));
|
|
330
|
+
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-51e9d18e.cjs.js'); }).then((m) => m.post)));
|
|
329
331
|
}
|
|
330
332
|
function registerMigrateCommand(program) {
|
|
331
333
|
const command = program.command("migrate [command]").description("Migration utilities");
|
|
332
|
-
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-
|
|
334
|
+
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-44235057.cjs.js'); }).then((m) => m.default)));
|
|
333
335
|
command.command("package-scripts").description("Set package scripts according to each package role").action(
|
|
334
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-
|
|
336
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-6c74fd59.cjs.js'); }).then((m) => m.command))
|
|
335
337
|
);
|
|
336
338
|
command.command("package-exports").description("Synchronize package subpath export definitions").action(
|
|
337
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageExports-
|
|
339
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageExports-8fc508ae.cjs.js'); }).then((m) => m.command))
|
|
338
340
|
);
|
|
339
341
|
command.command("package-lint-configs").description(
|
|
340
342
|
"Migrates all packages to use @backstage/cli/config/eslint-factory"
|
|
341
343
|
).action(
|
|
342
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-
|
|
344
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-2dd4bed3.cjs.js'); }).then((m) => m.command))
|
|
343
345
|
);
|
|
344
346
|
command.command("react-router-deps").description(
|
|
345
347
|
"Migrates the react-router dependencies for all packages to be peer dependencies"
|
|
346
348
|
).action(
|
|
347
|
-
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-
|
|
349
|
+
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-bb13ea12.cjs.js'); }).then((m) => m.command))
|
|
348
350
|
);
|
|
349
351
|
}
|
|
350
352
|
function registerCommands(program) {
|
|
@@ -364,7 +366,7 @@ function registerCommands(program) {
|
|
|
364
366
|
).option(
|
|
365
367
|
"--baseVersion <version>",
|
|
366
368
|
"The version to use for any new packages (default: 0.1.0)"
|
|
367
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
369
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-3450da88.cjs.js'); }).then((m) => m.default)));
|
|
368
370
|
program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
|
|
369
371
|
"Open up an interactive guide to creating new things in your app [DEPRECATED]"
|
|
370
372
|
).option(
|
|
@@ -378,43 +380,43 @@ function registerCommands(program) {
|
|
|
378
380
|
).option("--scope <scope>", "The scope to use for new packages").option(
|
|
379
381
|
"--npm-registry <URL>",
|
|
380
382
|
"The package registry to use for new packages"
|
|
381
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
383
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-3450da88.cjs.js'); }).then((m) => m.default)));
|
|
382
384
|
program.command("create-plugin", { hidden: true }).option(
|
|
383
385
|
"--backend",
|
|
384
386
|
"Create plugin with the backend dependencies as default"
|
|
385
387
|
).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(
|
|
386
|
-
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
388
|
+
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-e004e57e.cjs.js'); }).then((m) => m.default))
|
|
387
389
|
);
|
|
388
390
|
program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
|
|
389
391
|
"Diff an existing plugin with the creation template [DEPRECATED]"
|
|
390
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
392
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-75d413d6.cjs.js'); }).then((m) => m.default)));
|
|
391
393
|
program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
|
|
392
394
|
"Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
|
|
393
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
395
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./test-a80c8387.cjs.js'); }).then((m) => m.default)));
|
|
394
396
|
program.command("config:docs").option(
|
|
395
397
|
"--package <name>",
|
|
396
398
|
"Only include the schema that applies to the given package"
|
|
397
|
-
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
399
|
+
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-a3ad7273.cjs.js'); }).then((m) => m.default)));
|
|
398
400
|
program.command("config:print").option(
|
|
399
401
|
"--package <name>",
|
|
400
402
|
"Only load config schema that applies to the given package"
|
|
401
403
|
).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(
|
|
402
404
|
"--format <format>",
|
|
403
405
|
"Format to print the configuration in, either json or yaml [yaml]"
|
|
404
|
-
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
406
|
+
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-aed73507.cjs.js'); }).then((m) => m.default)));
|
|
405
407
|
program.command("config:check").option(
|
|
406
408
|
"--package <name>",
|
|
407
409
|
"Only load config schema that applies to the given package"
|
|
408
410
|
).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(
|
|
409
411
|
"Validate that the given configuration loads and matches schema"
|
|
410
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
412
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-6b1c2a85.cjs.js'); }).then((m) => m.default)));
|
|
411
413
|
program.command("config:schema").option(
|
|
412
414
|
"--package <name>",
|
|
413
415
|
"Only output config schema that applies to the given package"
|
|
414
416
|
).option(
|
|
415
417
|
"--format <format>",
|
|
416
418
|
"Format to print the schema in, either json or yaml [yaml]"
|
|
417
|
-
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-
|
|
419
|
+
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-bcf03162.cjs.js'); }).then((m) => m.default)));
|
|
418
420
|
registerRepoCommand(program);
|
|
419
421
|
registerScriptCommand(program);
|
|
420
422
|
registerMigrateCommand(program);
|
|
@@ -426,16 +428,16 @@ function registerCommands(program) {
|
|
|
426
428
|
"--release <version|next|main>",
|
|
427
429
|
"Bump to a specific Backstage release line or version",
|
|
428
430
|
"main"
|
|
429
|
-
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
430
|
-
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-
|
|
431
|
-
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
432
|
-
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-
|
|
433
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
434
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
431
|
+
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-534e6cf6.cjs.js'); }).then((m) => m.default)));
|
|
432
|
+
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-6a316d15.cjs.js'); }).then((m) => m.default)));
|
|
433
|
+
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-72451e81.cjs.js'); }).then((m) => m.default)));
|
|
434
|
+
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-9110c947.cjs.js'); }).then((m) => m.default)));
|
|
435
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-c738a2bc.cjs.js'); }).then((m) => m.default)));
|
|
436
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-0fb827ce.cjs.js'); }).then((m) => m.default)));
|
|
435
437
|
program.command("install [plugin-id]", { hidden: true }).option(
|
|
436
438
|
"--from <packageJsonFilePath>",
|
|
437
439
|
"Install from a local package.json containing the installation recipe"
|
|
438
|
-
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
440
|
+
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-756429c4.cjs.js'); }).then((m) => m.default)));
|
|
439
441
|
}
|
|
440
442
|
function lazy(getActionFunc) {
|
|
441
443
|
return async (...args) => {
|
|
@@ -479,4 +481,4 @@ exports.devDependencies = devDependencies;
|
|
|
479
481
|
exports.paths = paths;
|
|
480
482
|
exports.version = version;
|
|
481
483
|
exports.version$1 = version$9;
|
|
482
|
-
//# sourceMappingURL=index-
|
|
484
|
+
//# sourceMappingURL=index-f75043af.cjs.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-f75043af.cjs.js');
|
|
4
4
|
var os = require('os');
|
|
5
|
-
var run = require('./run-
|
|
6
|
-
var Lockfile = require('./Lockfile-
|
|
5
|
+
var run = require('./run-a93ca9aa.cjs.js');
|
|
6
|
+
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
7
7
|
require('minimatch');
|
|
8
8
|
require('@manypkg/get-packages');
|
|
9
9
|
require('chalk');
|
|
10
|
-
require('./yarn-
|
|
10
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
11
11
|
var fs = require('fs-extra');
|
|
12
12
|
require('commander');
|
|
13
13
|
require('semver');
|
|
@@ -58,4 +58,4 @@ var info = async () => {
|
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
exports["default"] = info;
|
|
61
|
-
//# sourceMappingURL=info-
|
|
61
|
+
//# sourceMappingURL=info-0fb827ce.cjs.js.map
|
|
@@ -4,15 +4,15 @@ var fs = require('fs-extra');
|
|
|
4
4
|
require('semver');
|
|
5
5
|
require('@yarnpkg/parsers');
|
|
6
6
|
require('@yarnpkg/lockfile');
|
|
7
|
-
var packages = require('./packages-
|
|
8
|
-
var index = require('./index-
|
|
7
|
+
var packages = require('./packages-d3d3cf04.cjs.js');
|
|
8
|
+
var index = require('./index-f75043af.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-
|
|
12
|
+
var run = require('./run-a93ca9aa.cjs.js');
|
|
13
13
|
require('minimatch');
|
|
14
14
|
require('@manypkg/get-packages');
|
|
15
|
-
require('./yarn-
|
|
15
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
16
16
|
require('@backstage/errors');
|
|
17
17
|
require('child_process');
|
|
18
18
|
require('util');
|
|
@@ -268,4 +268,4 @@ var install = async (pluginId, cmd) => {
|
|
|
268
268
|
};
|
|
269
269
|
|
|
270
270
|
exports["default"] = install;
|
|
271
|
-
//# sourceMappingURL=install-
|
|
271
|
+
//# sourceMappingURL=install-756429c4.cjs.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var Lockfile = require('./Lockfile-
|
|
3
|
+
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
4
4
|
require('minimatch');
|
|
5
5
|
require('@manypkg/get-packages');
|
|
6
6
|
require('chalk');
|
|
7
|
-
require('./yarn-
|
|
8
|
-
require('./run-
|
|
9
|
-
var index = require('./index-
|
|
7
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
8
|
+
require('./run-a93ca9aa.cjs.js');
|
|
9
|
+
var index = require('./index-f75043af.cjs.js');
|
|
10
10
|
var partition = require('lodash/partition');
|
|
11
|
-
var PackageGraph = require('./PackageGraph-
|
|
11
|
+
var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
|
|
12
12
|
require('fs-extra');
|
|
13
13
|
require('semver');
|
|
14
14
|
require('@yarnpkg/parsers');
|
|
@@ -113,4 +113,4 @@ function logArray(arr, header, each) {
|
|
|
113
113
|
exports["default"] = lint;
|
|
114
114
|
exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
|
|
115
115
|
exports.includedFilter = includedFilter;
|
|
116
|
-
//# sourceMappingURL=lint-
|
|
116
|
+
//# sourceMappingURL=lint-6a316d15.cjs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-f75043af.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-
|
|
36
|
+
//# sourceMappingURL=lint-d0c16a43.cjs.js.map
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var PackageGraph = require('./PackageGraph-
|
|
6
|
-
var parallel = require('./parallel-
|
|
7
|
-
var index = require('./index-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
|
|
6
|
+
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
7
|
+
var index = require('./index-f75043af.cjs.js');
|
|
8
8
|
require('@manypkg/get-packages');
|
|
9
9
|
require('@backstage/errors');
|
|
10
10
|
require('child_process');
|
|
11
11
|
require('util');
|
|
12
|
-
require('./Lockfile-
|
|
12
|
+
require('./Lockfile-bc3a8337.cjs.js');
|
|
13
13
|
require('fs-extra');
|
|
14
14
|
require('semver');
|
|
15
15
|
require('@yarnpkg/parsers');
|
|
16
16
|
require('@yarnpkg/lockfile');
|
|
17
17
|
require('minimatch');
|
|
18
|
-
require('./yarn-
|
|
19
|
-
require('./run-
|
|
18
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
19
|
+
require('./run-a93ca9aa.cjs.js');
|
|
20
20
|
require('os');
|
|
21
21
|
require('worker_threads');
|
|
22
22
|
require('commander');
|
|
@@ -97,4 +97,4 @@ async function command(opts) {
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
exports.command = command;
|
|
100
|
-
//# sourceMappingURL=lint-
|
|
100
|
+
//# sourceMappingURL=lint-e4d3b0ce.cjs.js.map
|
package/dist/cjs/{index/list-deprecations-de2f58af.cjs.js → list-deprecations-7d034d6f.cjs.js}
RENAMED
|
@@ -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-
|
|
7
|
-
var PackageGraph = require('./PackageGraph-
|
|
6
|
+
var index = require('./index-f75043af.cjs.js');
|
|
7
|
+
var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('fs-extra');
|
|
10
10
|
require('semver');
|
|
@@ -13,12 +13,12 @@ require('@backstage/errors');
|
|
|
13
13
|
require('@manypkg/get-packages');
|
|
14
14
|
require('child_process');
|
|
15
15
|
require('util');
|
|
16
|
-
require('./Lockfile-
|
|
16
|
+
require('./Lockfile-bc3a8337.cjs.js');
|
|
17
17
|
require('@yarnpkg/parsers');
|
|
18
18
|
require('@yarnpkg/lockfile');
|
|
19
19
|
require('minimatch');
|
|
20
|
-
require('./yarn-
|
|
21
|
-
require('./run-
|
|
20
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
21
|
+
require('./run-a93ca9aa.cjs.js');
|
|
22
22
|
|
|
23
23
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
24
24
|
|
|
@@ -85,4 +85,4 @@ async function command(opts) {
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
exports.command = command;
|
|
88
|
-
//# sourceMappingURL=list-deprecations-
|
|
88
|
+
//# sourceMappingURL=list-deprecations-7d034d6f.cjs.js.map
|
|
@@ -7,14 +7,14 @@ 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-
|
|
11
|
-
var codeowners = require('./codeowners-
|
|
12
|
-
var tasks = require('./tasks-
|
|
13
|
-
var Lockfile = require('./Lockfile-
|
|
10
|
+
var index = require('./index-f75043af.cjs.js');
|
|
11
|
+
var codeowners = require('./codeowners-9f57f2fb.cjs.js');
|
|
12
|
+
var tasks = require('./tasks-84de240c.cjs.js');
|
|
13
|
+
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
14
14
|
require('minimatch');
|
|
15
15
|
require('@manypkg/get-packages');
|
|
16
|
-
require('./yarn-
|
|
17
|
-
require('./run-
|
|
16
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
17
|
+
require('./run-a93ca9aa.cjs.js');
|
|
18
18
|
var partition = require('lodash/partition');
|
|
19
19
|
var errors = require('@backstage/errors');
|
|
20
20
|
require('commander');
|
|
@@ -635,4 +635,4 @@ var _new = async (opts) => {
|
|
|
635
635
|
};
|
|
636
636
|
|
|
637
637
|
exports["default"] = _new;
|
|
638
|
-
//# sourceMappingURL=new-
|
|
638
|
+
//# sourceMappingURL=new-3450da88.cjs.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var productionPack = require('./productionPack-
|
|
4
|
-
var index = require('./index-
|
|
3
|
+
var productionPack = require('./productionPack-fdf62126.cjs.js');
|
|
4
|
+
var index = require('./index-f75043af.cjs.js');
|
|
5
5
|
require('fs-extra');
|
|
6
6
|
require('npm-packlist');
|
|
7
7
|
require('path');
|
|
8
|
-
require('./entryPoints-
|
|
8
|
+
require('./entryPoints-5e73783d.cjs.js');
|
|
9
9
|
require('commander');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('semver');
|
|
@@ -21,4 +21,4 @@ const post = async () => {
|
|
|
21
21
|
|
|
22
22
|
exports.post = post;
|
|
23
23
|
exports.pre = pre;
|
|
24
|
-
//# sourceMappingURL=pack-
|
|
24
|
+
//# sourceMappingURL=pack-51e9d18e.cjs.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var PackageGraph = require('./PackageGraph-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
|
|
6
6
|
require('@manypkg/get-packages');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-f75043af.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('chalk');
|
|
10
10
|
require('semver');
|
|
@@ -12,12 +12,12 @@ require('@backstage/cli-common');
|
|
|
12
12
|
require('@backstage/errors');
|
|
13
13
|
require('child_process');
|
|
14
14
|
require('util');
|
|
15
|
-
require('./Lockfile-
|
|
15
|
+
require('./Lockfile-bc3a8337.cjs.js');
|
|
16
16
|
require('@yarnpkg/parsers');
|
|
17
17
|
require('@yarnpkg/lockfile');
|
|
18
18
|
require('minimatch');
|
|
19
|
-
require('./yarn-
|
|
20
|
-
require('./run-
|
|
19
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
20
|
+
require('./run-a93ca9aa.cjs.js');
|
|
21
21
|
|
|
22
22
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
23
23
|
|
|
@@ -105,4 +105,4 @@ async function command() {
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
exports.command = command;
|
|
108
|
-
//# sourceMappingURL=packageExports-
|
|
108
|
+
//# sourceMappingURL=packageExports-8fc508ae.cjs.js.map
|
package/dist/cjs/{index/packageLintConfigs-967f27ba.cjs.js → packageLintConfigs-2dd4bed3.cjs.js}
RENAMED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var PackageGraph = require('./PackageGraph-
|
|
6
|
-
var run = require('./run-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
|
|
6
|
+
var run = require('./run-a93ca9aa.cjs.js');
|
|
7
7
|
require('@manypkg/get-packages');
|
|
8
|
-
require('./index-
|
|
8
|
+
require('./index-f75043af.cjs.js');
|
|
9
9
|
require('commander');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('semver');
|
|
@@ -13,11 +13,11 @@ require('@backstage/cli-common');
|
|
|
13
13
|
require('@backstage/errors');
|
|
14
14
|
require('child_process');
|
|
15
15
|
require('util');
|
|
16
|
-
require('./Lockfile-
|
|
16
|
+
require('./Lockfile-bc3a8337.cjs.js');
|
|
17
17
|
require('@yarnpkg/parsers');
|
|
18
18
|
require('@yarnpkg/lockfile');
|
|
19
19
|
require('minimatch');
|
|
20
|
-
require('./yarn-
|
|
20
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
21
21
|
|
|
22
22
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
23
23
|
|
|
@@ -85,4 +85,4 @@ async function command() {
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
exports.command = command;
|
|
88
|
-
//# sourceMappingURL=packageLintConfigs-
|
|
88
|
+
//# sourceMappingURL=packageLintConfigs-2dd4bed3.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-
|
|
7
|
-
var packageRoles = require('./packageRoles-
|
|
6
|
+
var index = require('./index-f75043af.cjs.js');
|
|
7
|
+
var packageRoles = require('./packageRoles-e8484d59.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-
|
|
59
|
+
//# sourceMappingURL=packageRole-44235057.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-
|
|
5
|
+
var index = require('./index-f75043af.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-
|
|
160
|
+
//# sourceMappingURL=packageRoles-e8484d59.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-
|
|
6
|
-
var packageRoles = require('./packageRoles-
|
|
5
|
+
var PackageGraph = require('./PackageGraph-e47555be.cjs.js');
|
|
6
|
+
var packageRoles = require('./packageRoles-e8484d59.cjs.js');
|
|
7
7
|
require('@manypkg/get-packages');
|
|
8
|
-
require('./index-
|
|
8
|
+
require('./index-f75043af.cjs.js');
|
|
9
9
|
require('commander');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('semver');
|
|
@@ -13,12 +13,12 @@ require('@backstage/cli-common');
|
|
|
13
13
|
require('@backstage/errors');
|
|
14
14
|
require('child_process');
|
|
15
15
|
require('util');
|
|
16
|
-
require('./Lockfile-
|
|
16
|
+
require('./Lockfile-bc3a8337.cjs.js');
|
|
17
17
|
require('@yarnpkg/parsers');
|
|
18
18
|
require('@yarnpkg/lockfile');
|
|
19
19
|
require('minimatch');
|
|
20
|
-
require('./yarn-
|
|
21
|
-
require('./run-
|
|
20
|
+
require('./yarn-6cd89e16.cjs.js');
|
|
21
|
+
require('./run-a93ca9aa.cjs.js');
|
|
22
22
|
require('zod');
|
|
23
23
|
|
|
24
24
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -101,4 +101,4 @@ async function command() {
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
exports.command = command;
|
|
104
|
-
//# sourceMappingURL=packageScripts-
|
|
104
|
+
//# sourceMappingURL=packageScripts-6c74fd59.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-
|
|
6
|
-
var yarn = require('./yarn-
|
|
7
|
-
var run = require('./run-
|
|
5
|
+
var index = require('./index-f75043af.cjs.js');
|
|
6
|
+
var yarn = require('./yarn-6cd89e16.cjs.js');
|
|
7
|
+
var run = require('./run-a93ca9aa.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-
|
|
83
|
+
//# sourceMappingURL=packages-d3d3cf04.cjs.js.map
|