@backstage/cli 0.10.5 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/config/eslint.js +4 -0
- package/dist/cjs/PackageGraph-7a0d3a83.cjs.js +73 -0
- package/dist/cjs/{build-133af6d0.cjs.js → build-3ec9b2bc.cjs.js} +9 -8
- package/dist/cjs/{build-b09ce39b.cjs.js → build-52b0db70.cjs.js} +3 -3
- package/dist/cjs/{build-b8486ea8.cjs.js → build-821a11bc.cjs.js} +3 -3
- package/dist/cjs/{build-9b61e21d.cjs.js → build-cee864c1.cjs.js} +3 -3
- package/dist/cjs/{buildWorkspace-674700ee.cjs.js → buildWorkspace-45130a91.cjs.js} +6 -4
- package/dist/cjs/{bump-fc9f451d.cjs.js → bump-a67373dc.cjs.js} +6 -5
- package/dist/cjs/{bundle-2dd090df.cjs.js → bundle-a7edd074.cjs.js} +8 -6
- package/dist/cjs/{clean-fbe87564.cjs.js → clean-639396b1.cjs.js} +2 -2
- package/dist/cjs/{config-ac195003.cjs.js → config-123cfeb7.cjs.js} +13 -28
- package/dist/cjs/{create-b1277797.cjs.js → create-fa295702.cjs.js} +5 -4
- package/dist/cjs/{createPlugin-a20640b2.cjs.js → createPlugin-e3f24ce4.cjs.js} +5 -4
- package/dist/cjs/{dev-357f9a5b.cjs.js → dev-770fcb5a.cjs.js} +5 -6
- package/dist/cjs/{diff-2c9f0f5b.cjs.js → diff-1cb77679.cjs.js} +2 -2
- package/dist/cjs/{docs-c28d9fe6.cjs.js → docs-0c0c53e6.cjs.js} +5 -3
- package/dist/cjs/{index-ce6e84ad.cjs.js → index-79dd2453.cjs.js} +21 -38
- package/dist/cjs/{index-15114177.cjs.js → index-cf8ea481.cjs.js} +57 -57
- package/dist/cjs/{index-d778c391.cjs.js → index-f1e57e57.cjs.js} +2 -2
- package/dist/cjs/{info-fb86e821.cjs.js → info-ac02891f.cjs.js} +4 -3
- package/dist/cjs/{install-0e40a4b5.cjs.js → install-f342f3ba.cjs.js} +5 -4
- package/dist/cjs/{lint-d03a1e28.cjs.js → lint-a6f00949.cjs.js} +3 -3
- package/dist/cjs/{lint-364632ce.cjs.js → lint-b832c4cb.cjs.js} +4 -3
- package/dist/cjs/{pack-cc9d3480.cjs.js → pack-30336e9e.cjs.js} +2 -2
- package/dist/cjs/{packager-c484b561.cjs.js → packager-23503c79.cjs.js} +2 -2
- package/dist/cjs/{packages-37922fa4.cjs.js → packages-c57bbd82.cjs.js} +8 -9
- package/dist/cjs/{parallel-a4714c72.cjs.js → parallel-7e32a8d0.cjs.js} +1 -5
- package/dist/cjs/{paths-5901f4e6.cjs.js → paths-8ed90bf4.cjs.js} +20 -28
- package/dist/cjs/{print-2861b2bc.cjs.js → print-806737e5.cjs.js} +5 -3
- package/dist/cjs/{removePlugin-299f58a3.cjs.js → removePlugin-4925434c.cjs.js} +3 -3
- package/dist/cjs/{run-0c9b9637.cjs.js → run-267170f8.cjs.js} +2 -2
- package/dist/cjs/{schema-bd2de85b.cjs.js → schema-80d0f67f.cjs.js} +5 -3
- package/dist/cjs/{serve-1a01caf7.cjs.js → serve-08f7c81f.cjs.js} +9 -9
- package/dist/cjs/{serve-9d7083ef.cjs.js → serve-da609963.cjs.js} +10 -10
- package/dist/cjs/{server-5605972b.cjs.js → server-8a3d6585.cjs.js} +2 -2
- package/dist/cjs/{tasks-abce8018.cjs.js → tasks-6f86c24f.cjs.js} +2 -2
- package/dist/cjs/{testCommand-34249b0d.cjs.js → testCommand-08baa990.cjs.js} +3 -3
- package/dist/cjs/{validate-c29f64b6.cjs.js → validate-b3cefb09.cjs.js} +5 -3
- package/dist/index.cjs.js +1 -1
- package/package.json +23 -23
- package/templates/default-backend-plugin/src/service/standaloneServer.ts.hbs +1 -1
|
@@ -46,18 +46,17 @@ class NotFoundError extends CustomError {
|
|
|
46
46
|
|
|
47
47
|
const paths = cliCommon.findPaths(__dirname);
|
|
48
48
|
|
|
49
|
-
var version$9 = "0.10.
|
|
49
|
+
var version$9 = "0.10.3";
|
|
50
50
|
|
|
51
|
-
var version$8 = "0.
|
|
51
|
+
var version$8 = "0.11.0";
|
|
52
52
|
var dependencies = {
|
|
53
53
|
"@backstage/cli-common": "^0.1.6",
|
|
54
|
-
"@backstage/config": "^0.1.
|
|
55
|
-
"@backstage/config-loader": "^0.9.
|
|
56
|
-
"@backstage/errors": "^0.
|
|
54
|
+
"@backstage/config": "^0.1.12",
|
|
55
|
+
"@backstage/config-loader": "^0.9.2",
|
|
56
|
+
"@backstage/errors": "^0.2.0",
|
|
57
57
|
"@backstage/types": "^0.1.1",
|
|
58
58
|
"@hot-loader/react-dom": "^16.13.0",
|
|
59
|
-
"@
|
|
60
|
-
"@lerna/project": "^4.0.0",
|
|
59
|
+
"@manypkg/get-packages": "^1.1.3",
|
|
61
60
|
"@octokit/request": "^5.4.12",
|
|
62
61
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
63
62
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -73,8 +72,8 @@ var dependencies = {
|
|
|
73
72
|
"@svgr/rollup": "5.5.x",
|
|
74
73
|
"@svgr/webpack": "5.5.x",
|
|
75
74
|
"@types/webpack-env": "^1.15.2",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
77
|
-
"@typescript-eslint/parser": "^
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
76
|
+
"@typescript-eslint/parser": "^5.9.0",
|
|
78
77
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
79
78
|
bfj: "^7.0.2",
|
|
80
79
|
buffer: "^6.0.3",
|
|
@@ -83,16 +82,17 @@ var dependencies = {
|
|
|
83
82
|
commander: "^6.1.0",
|
|
84
83
|
"css-loader": "^6.5.1",
|
|
85
84
|
diff: "^5.0.0",
|
|
86
|
-
esbuild: "^0.14.
|
|
87
|
-
|
|
85
|
+
esbuild: "^0.14.10",
|
|
86
|
+
"esbuild-loader": "^2.18.0",
|
|
87
|
+
eslint: "^8.6.0",
|
|
88
88
|
"eslint-config-prettier": "^8.3.0",
|
|
89
89
|
"eslint-formatter-friendly": "^7.0.0",
|
|
90
|
-
"eslint-plugin-import": "^2.
|
|
91
|
-
"eslint-plugin-jest": "^
|
|
92
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
90
|
+
"eslint-plugin-import": "^2.25.4",
|
|
91
|
+
"eslint-plugin-jest": "^25.3.4",
|
|
92
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
93
93
|
"eslint-plugin-monorepo": "^0.3.2",
|
|
94
|
-
"eslint-plugin-react": "^7.
|
|
95
|
-
"eslint-plugin-react-hooks": "^4.
|
|
94
|
+
"eslint-plugin-react": "^7.28.0",
|
|
95
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
96
96
|
express: "^4.17.1",
|
|
97
97
|
"fork-ts-checker-webpack-plugin": "^4.0.5",
|
|
98
98
|
"fs-extra": "9.1.0",
|
|
@@ -137,13 +137,13 @@ var dependencies = {
|
|
|
137
137
|
yn: "^4.0.0"
|
|
138
138
|
};
|
|
139
139
|
var devDependencies = {
|
|
140
|
-
"@backstage/backend-common": "^0.10.
|
|
141
|
-
"@backstage/config": "^0.1.
|
|
142
|
-
"@backstage/core-components": "^0.8.
|
|
143
|
-
"@backstage/core-plugin-api": "^0.
|
|
144
|
-
"@backstage/core-app-api": "^0.
|
|
145
|
-
"@backstage/dev-utils": "^0.2.
|
|
146
|
-
"@backstage/test-utils": "^0.2.
|
|
140
|
+
"@backstage/backend-common": "^0.10.3",
|
|
141
|
+
"@backstage/config": "^0.1.12",
|
|
142
|
+
"@backstage/core-components": "^0.8.4",
|
|
143
|
+
"@backstage/core-plugin-api": "^0.5.0",
|
|
144
|
+
"@backstage/core-app-api": "^0.4.0",
|
|
145
|
+
"@backstage/dev-utils": "^0.2.17",
|
|
146
|
+
"@backstage/test-utils": "^0.2.2",
|
|
147
147
|
"@backstage/theme": "^0.2.14",
|
|
148
148
|
"@types/diff": "^5.0.0",
|
|
149
149
|
"@types/express": "^4.17.6",
|
|
@@ -167,19 +167,19 @@ var devDependencies = {
|
|
|
167
167
|
"ts-node": "^10.0.0"
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
var version$7 = "0.
|
|
170
|
+
var version$7 = "0.4.0";
|
|
171
171
|
|
|
172
|
-
var version$6 = "0.8.
|
|
172
|
+
var version$6 = "0.8.4";
|
|
173
173
|
|
|
174
|
-
var version$5 = "0.
|
|
174
|
+
var version$5 = "0.5.0";
|
|
175
175
|
|
|
176
|
-
var version$4 = "0.2.
|
|
176
|
+
var version$4 = "0.2.17";
|
|
177
177
|
|
|
178
|
-
var version$3 = "0.2.
|
|
178
|
+
var version$3 = "0.2.2";
|
|
179
179
|
|
|
180
180
|
var version$2 = "0.2.14";
|
|
181
181
|
|
|
182
|
-
var version$1 = "0.15.
|
|
182
|
+
var version$1 = "0.15.20";
|
|
183
183
|
|
|
184
184
|
const packageVersions = {
|
|
185
185
|
"@backstage/backend-common": version$9,
|
|
@@ -233,33 +233,33 @@ function registerCommands(program) {
|
|
|
233
233
|
(opt, opts) => [...opts, opt],
|
|
234
234
|
Array()
|
|
235
235
|
];
|
|
236
|
-
program.command("app:build").description("Build an app for a production release").option("--stats", "Write bundle stats to output directory").option("--lax", "[DEPRECATED] - Do not require environment variables to be set").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
237
|
-
program.command("app:serve").description("Serve an app for local development").option("--check", "Enable type checking and linting").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./serve-
|
|
238
|
-
program.command("backend:build").description("Build a backend plugin").option("--minify", "Minify the generated code").action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
239
|
-
program.command("backend:bundle").description("Bundle the backend into a deployment archive").option("--build-dependencies", "Build all local package dependencies before bundling the backend").action(lazy(() => Promise.resolve().then(function () { return require('./bundle-
|
|
240
|
-
program.command("backend:dev").description("Start local development server with HMR for the backend").option("--check", "Enable type checking and linting").option("--inspect", "Enable debugger").option("--inspect-brk", "Enable debugger with await to attach debugger").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./dev-
|
|
241
|
-
program.command("create").storeOptionsAsProperties(false).description("Open up an interactive guide to creating new things in your app").option("--select <name>", "Select the thing you want to be creating upfront").option("--option <name>=<value>", "Pre-fill options for the creation process", (opt, arr) => [...arr, opt], []).option("--scope <scope>", "The scope to use for new packages").option("--npm-registry <URL>", "The package registry to use for new packages").option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./create-
|
|
242
|
-
program.command("create-plugin").option("--backend", "Create plugin with the backend dependencies as default").description("Creates a new plugin in the current repository").option("--scope <scope>", "npm scope").option("--npm-registry <URL>", "npm registry URL").option("--no-private", "Public npm package").action(lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
243
|
-
program.command("remove-plugin").description("[DEPRECATED] - Removes plugin in the current repository").action(lazy(() => Promise.resolve().then(function () { return require('./removePlugin-
|
|
244
|
-
program.command("plugin:build").description("Build a plugin").option("--minify", "Minify the generated code").action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
245
|
-
program.command("plugin:serve").description("Serves the dev/ folder of a plugin").option("--check", "Enable type checking and linting").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./serve-
|
|
246
|
-
program.command("plugin:diff").option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description("Diff an existing plugin with the creation template").action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
247
|
-
program.command("build").description("Build a package for publishing").option("--outputs <formats>", "List of formats to output [types,cjs,esm]").option("--minify", "Minify the generated code").action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
248
|
-
program.command("lint").option("--format <format>", "Lint report output format", "eslint-formatter-friendly").option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
249
|
-
program.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('./testCommand-
|
|
250
|
-
program.command("config:docs").option("--package <name>", "Only include the schema that applies to the given package").description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
251
|
-
program.command("config:print").option("--package <name>", "Only load config schema that applies to the given package").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("--format <format>", "Format to print the configuration in, either json or yaml [yaml]").option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
252
|
-
program.command("config:check").option("--package <name>", "Only load config schema that applies to the given package").option("--lax", "Do not require environment variables to be set").option("--frontend", "Only validate the frontend configuration").option(...configOption).description("Validate that the given configuration loads and matches schema").action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
253
|
-
program.command("config:schema").option("--package <name>", "Only output config schema that applies to the given package").option("--format <format>", "Format to print the schema in, either json or yaml [yaml]").description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-
|
|
254
|
-
program.command("versions:bump").option("--pattern <glob>", "Override glob for matching packages to upgrade").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
255
|
-
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-
|
|
256
|
-
program.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
257
|
-
program.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
258
|
-
program.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
259
|
-
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-
|
|
260
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
261
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
262
|
-
program.command("install [plugin-id]", { hidden: true }).option("--from <packageJsonFilePath>", "Install from a local package.json containing the installation recipe").description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
236
|
+
program.command("app:build").description("Build an app for a production release").option("--stats", "Write bundle stats to output directory").option("--lax", "[DEPRECATED] - Do not require environment variables to be set").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./build-3ec9b2bc.cjs.js'); }).then((m) => m.default)));
|
|
237
|
+
program.command("app:serve").description("Serve an app for local development").option("--check", "Enable type checking and linting").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./serve-da609963.cjs.js'); }).then((m) => m.default)));
|
|
238
|
+
program.command("backend:build").description("Build a backend plugin").option("--minify", "Minify the generated code").action(lazy(() => Promise.resolve().then(function () { return require('./build-cee864c1.cjs.js'); }).then((m) => m.default)));
|
|
239
|
+
program.command("backend:bundle").description("Bundle the backend into a deployment archive").option("--build-dependencies", "Build all local package dependencies before bundling the backend").action(lazy(() => Promise.resolve().then(function () { return require('./bundle-a7edd074.cjs.js'); }).then((m) => m.default)));
|
|
240
|
+
program.command("backend:dev").description("Start local development server with HMR for the backend").option("--check", "Enable type checking and linting").option("--inspect", "Enable debugger").option("--inspect-brk", "Enable debugger with await to attach debugger").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./dev-770fcb5a.cjs.js'); }).then((m) => m.default)));
|
|
241
|
+
program.command("create").storeOptionsAsProperties(false).description("Open up an interactive guide to creating new things in your app").option("--select <name>", "Select the thing you want to be creating upfront").option("--option <name>=<value>", "Pre-fill options for the creation process", (opt, arr) => [...arr, opt], []).option("--scope <scope>", "The scope to use for new packages").option("--npm-registry <URL>", "The package registry to use for new packages").option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./create-fa295702.cjs.js'); }).then((m) => m.default)));
|
|
242
|
+
program.command("create-plugin").option("--backend", "Create plugin with the backend dependencies as default").description("Creates a new plugin in the current repository").option("--scope <scope>", "npm scope").option("--npm-registry <URL>", "npm registry URL").option("--no-private", "Public npm package").action(lazy(() => Promise.resolve().then(function () { return require('./createPlugin-e3f24ce4.cjs.js'); }).then((m) => m.default)));
|
|
243
|
+
program.command("remove-plugin").description("[DEPRECATED] - Removes plugin in the current repository").action(lazy(() => Promise.resolve().then(function () { return require('./removePlugin-4925434c.cjs.js'); }).then((m) => m.default)));
|
|
244
|
+
program.command("plugin:build").description("Build a plugin").option("--minify", "Minify the generated code").action(lazy(() => Promise.resolve().then(function () { return require('./build-52b0db70.cjs.js'); }).then((m) => m.default)));
|
|
245
|
+
program.command("plugin:serve").description("Serves the dev/ folder of a plugin").option("--check", "Enable type checking and linting").option(...configOption).action(lazy(() => Promise.resolve().then(function () { return require('./serve-08f7c81f.cjs.js'); }).then((m) => m.default)));
|
|
246
|
+
program.command("plugin:diff").option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description("Diff an existing plugin with the creation template").action(lazy(() => Promise.resolve().then(function () { return require('./diff-1cb77679.cjs.js'); }).then((m) => m.default)));
|
|
247
|
+
program.command("build").description("Build a package for publishing").option("--outputs <formats>", "List of formats to output [types,cjs,esm]").option("--minify", "Minify the generated code").action(lazy(() => Promise.resolve().then(function () { return require('./build-821a11bc.cjs.js'); }).then((m) => m.default)));
|
|
248
|
+
program.command("lint").option("--format <format>", "Lint report output format", "eslint-formatter-friendly").option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-a6f00949.cjs.js'); }).then((m) => m.default)));
|
|
249
|
+
program.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('./testCommand-08baa990.cjs.js'); }).then((m) => m.default)));
|
|
250
|
+
program.command("config:docs").option("--package <name>", "Only include the schema that applies to the given package").description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-0c0c53e6.cjs.js'); }).then((m) => m.default)));
|
|
251
|
+
program.command("config:print").option("--package <name>", "Only load config schema that applies to the given package").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("--format <format>", "Format to print the configuration in, either json or yaml [yaml]").option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-806737e5.cjs.js'); }).then((m) => m.default)));
|
|
252
|
+
program.command("config:check").option("--package <name>", "Only load config schema that applies to the given package").option("--lax", "Do not require environment variables to be set").option("--frontend", "Only validate the frontend configuration").option(...configOption).description("Validate that the given configuration loads and matches schema").action(lazy(() => Promise.resolve().then(function () { return require('./validate-b3cefb09.cjs.js'); }).then((m) => m.default)));
|
|
253
|
+
program.command("config:schema").option("--package <name>", "Only output config schema that applies to the given package").option("--format <format>", "Format to print the schema in, either json or yaml [yaml]").description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-80d0f67f.cjs.js'); }).then((m) => m.default)));
|
|
254
|
+
program.command("versions:bump").option("--pattern <glob>", "Override glob for matching packages to upgrade").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-a67373dc.cjs.js'); }).then((m) => m.default)));
|
|
255
|
+
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-b832c4cb.cjs.js'); }).then((m) => m.default)));
|
|
256
|
+
program.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-30336e9e.cjs.js'); }).then((m) => m.pre)));
|
|
257
|
+
program.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-30336e9e.cjs.js'); }).then((m) => m.post)));
|
|
258
|
+
program.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-639396b1.cjs.js'); }).then((m) => m.default)));
|
|
259
|
+
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-45130a91.cjs.js'); }).then((m) => m.default)));
|
|
260
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-f1e57e57.cjs.js'); }).then((m) => m.default)));
|
|
261
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-ac02891f.cjs.js'); }).then((m) => m.default)));
|
|
262
|
+
program.command("install [plugin-id]", { hidden: true }).option("--from <packageJsonFilePath>", "Install from a local package.json containing the installation recipe").description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-f342f3ba.cjs.js'); }).then((m) => m.default)));
|
|
263
263
|
}
|
|
264
264
|
function lazy(getActionFunc) {
|
|
265
265
|
return async (...args) => {
|
|
@@ -303,4 +303,4 @@ exports.devDependencies = devDependencies;
|
|
|
303
303
|
exports.paths = paths;
|
|
304
304
|
exports.version = version;
|
|
305
305
|
exports.version$1 = version$8;
|
|
306
|
-
//# sourceMappingURL=index-
|
|
306
|
+
//# sourceMappingURL=index-cf8ea481.cjs.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var chalk = require('chalk');
|
|
5
5
|
var yaml = require('yaml');
|
|
6
|
-
var index$1 = require('./index-
|
|
6
|
+
var index$1 = require('./index-cf8ea481.cjs.js');
|
|
7
7
|
var crypto = require('crypto');
|
|
8
8
|
var openBrowser = require('react-dev-utils/openBrowser');
|
|
9
9
|
var request = require('@octokit/request');
|
|
@@ -128,4 +128,4 @@ ${yaml.stringify(config)}`;
|
|
|
128
128
|
};
|
|
129
129
|
|
|
130
130
|
exports["default"] = index;
|
|
131
|
-
//# sourceMappingURL=index-
|
|
131
|
+
//# sourceMappingURL=index-f1e57e57.cjs.js.map
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
4
4
|
var os = require('os');
|
|
5
|
-
var run = require('./run-
|
|
5
|
+
var run = require('./run-267170f8.cjs.js');
|
|
6
6
|
var Lockfile = require('./Lockfile-35661afa.cjs.js');
|
|
7
7
|
require('minimatch');
|
|
8
|
+
require('@manypkg/get-packages');
|
|
8
9
|
require('chalk');
|
|
9
10
|
require('commander');
|
|
10
11
|
require('fs-extra');
|
|
@@ -42,4 +43,4 @@ var info = async () => {
|
|
|
42
43
|
};
|
|
43
44
|
|
|
44
45
|
exports["default"] = info;
|
|
45
|
-
//# sourceMappingURL=info-
|
|
46
|
+
//# sourceMappingURL=info-ac02891f.cjs.js.map
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
require('semver');
|
|
5
5
|
require('@yarnpkg/lockfile');
|
|
6
|
-
var packages = require('./packages-
|
|
7
|
-
var index = require('./index-
|
|
6
|
+
var packages = require('./packages-c57bbd82.cjs.js');
|
|
7
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
8
8
|
var chalk = require('chalk');
|
|
9
9
|
var sortBy = require('lodash/sortBy');
|
|
10
10
|
var groupBy = require('lodash/groupBy');
|
|
11
|
-
var run = require('./run-
|
|
11
|
+
var run = require('./run-267170f8.cjs.js');
|
|
12
12
|
require('minimatch');
|
|
13
|
+
require('@manypkg/get-packages');
|
|
13
14
|
require('commander');
|
|
14
15
|
require('@backstage/cli-common');
|
|
15
16
|
require('@backstage/config/package.json');
|
|
@@ -239,4 +240,4 @@ var install = async (pluginId, cmd) => {
|
|
|
239
240
|
};
|
|
240
241
|
|
|
241
242
|
exports["default"] = install;
|
|
242
|
-
//# sourceMappingURL=install-
|
|
243
|
+
//# sourceMappingURL=install-f342f3ba.cjs.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var run = require('./run-
|
|
4
|
-
var index = require('./index-
|
|
3
|
+
var run = require('./run-267170f8.cjs.js');
|
|
4
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
5
5
|
require('child_process');
|
|
6
6
|
require('util');
|
|
7
7
|
require('@backstage/errors');
|
|
@@ -26,4 +26,4 @@ var lint = async (cmd, cmdArgs) => {
|
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
exports["default"] = lint;
|
|
29
|
-
//# sourceMappingURL=lint-
|
|
29
|
+
//# sourceMappingURL=lint-a6f00949.cjs.js.map
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var Lockfile = require('./Lockfile-35661afa.cjs.js');
|
|
4
4
|
require('minimatch');
|
|
5
|
-
require('
|
|
5
|
+
require('@manypkg/get-packages');
|
|
6
|
+
require('./run-267170f8.cjs.js');
|
|
6
7
|
require('chalk');
|
|
7
|
-
var index = require('./index-
|
|
8
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
8
9
|
var partition = require('lodash/partition');
|
|
9
10
|
require('fs-extra');
|
|
10
11
|
require('semver');
|
|
@@ -75,4 +76,4 @@ function logArray(arr, header, each) {
|
|
|
75
76
|
exports["default"] = lint;
|
|
76
77
|
exports.forbiddenDuplicatesFilter = forbiddenDuplicatesFilter;
|
|
77
78
|
exports.includedFilter = includedFilter;
|
|
78
|
-
//# sourceMappingURL=lint-
|
|
79
|
+
//# sourceMappingURL=lint-b832c4cb.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-
|
|
4
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
5
5
|
require('commander');
|
|
6
6
|
require('chalk');
|
|
7
7
|
require('semver');
|
|
@@ -39,4 +39,4 @@ const post = async () => {
|
|
|
39
39
|
|
|
40
40
|
exports.post = post;
|
|
41
41
|
exports.pre = pre;
|
|
42
|
-
//# sourceMappingURL=pack-
|
|
42
|
+
//# sourceMappingURL=pack-30336e9e.cjs.js.map
|
|
@@ -4,7 +4,7 @@ var fs = require('fs-extra');
|
|
|
4
4
|
var rollup = require('rollup');
|
|
5
5
|
var chalk = require('chalk');
|
|
6
6
|
var path = require('path');
|
|
7
|
-
var index = require('./index-
|
|
7
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
8
8
|
var peerDepsExternal = require('rollup-plugin-peer-deps-external');
|
|
9
9
|
var commonjs = require('@rollup/plugin-commonjs');
|
|
10
10
|
var resolve = require('@rollup/plugin-node-resolve');
|
|
@@ -256,4 +256,4 @@ const buildPackage = async (options) => {
|
|
|
256
256
|
|
|
257
257
|
exports.Output = Output;
|
|
258
258
|
exports.buildPackage = buildPackage;
|
|
259
|
-
//# sourceMappingURL=packager-
|
|
259
|
+
//# sourceMappingURL=packager-23503c79.cjs.js.map
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var minimatch = require('minimatch');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var getPackages = require('@manypkg/get-packages');
|
|
5
|
+
var run = require('./run-267170f8.cjs.js');
|
|
6
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
6
7
|
|
|
7
8
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
9
|
|
|
@@ -27,21 +28,19 @@ async function fetchPackageInfo(name) {
|
|
|
27
28
|
}
|
|
28
29
|
async function mapDependencies(targetDir, pattern) {
|
|
29
30
|
var _a;
|
|
30
|
-
const {
|
|
31
|
-
const project = new Project(targetDir);
|
|
32
|
-
const packages = await project.getPackages();
|
|
31
|
+
const { packages } = await getPackages.getPackages(targetDir);
|
|
33
32
|
const dependencyMap = /* @__PURE__ */ new Map();
|
|
34
33
|
for (const pkg of packages) {
|
|
35
34
|
const deps = DEP_TYPES.flatMap((t) => {
|
|
36
35
|
var _a2;
|
|
37
|
-
return Object.entries((_a2 = pkg.
|
|
36
|
+
return Object.entries((_a2 = pkg.packageJson[t]) != null ? _a2 : {});
|
|
38
37
|
});
|
|
39
38
|
for (const [name, range] of deps) {
|
|
40
39
|
if (minimatch__default["default"](name, pattern)) {
|
|
41
40
|
dependencyMap.set(name, ((_a = dependencyMap.get(name)) != null ? _a : []).concat({
|
|
42
41
|
range,
|
|
43
|
-
name: pkg.name,
|
|
44
|
-
location: pkg.
|
|
42
|
+
name: pkg.packageJson.name,
|
|
43
|
+
location: pkg.dir
|
|
45
44
|
}));
|
|
46
45
|
}
|
|
47
46
|
}
|
|
@@ -51,4 +50,4 @@ async function mapDependencies(targetDir, pattern) {
|
|
|
51
50
|
|
|
52
51
|
exports.fetchPackageInfo = fetchPackageInfo;
|
|
53
52
|
exports.mapDependencies = mapDependencies;
|
|
54
|
-
//# sourceMappingURL=packages-
|
|
53
|
+
//# sourceMappingURL=packages-c57bbd82.cjs.js.map
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const PARALLEL_ENV_VAR = "BACKSTAGE_CLI_BUILD_PARALLEL";
|
|
4
|
-
function isParallelDefault(parallel) {
|
|
5
|
-
return parallel === void 0 || parallel === true;
|
|
6
|
-
}
|
|
7
4
|
function parseParallel(parallel) {
|
|
8
5
|
if (parallel === void 0 || parallel === null) {
|
|
9
6
|
return true;
|
|
@@ -24,6 +21,5 @@ function parseParallel(parallel) {
|
|
|
24
21
|
}
|
|
25
22
|
|
|
26
23
|
exports.PARALLEL_ENV_VAR = PARALLEL_ENV_VAR;
|
|
27
|
-
exports.isParallelDefault = isParallelDefault;
|
|
28
24
|
exports.parseParallel = parseParallel;
|
|
29
|
-
//# sourceMappingURL=parallel-
|
|
25
|
+
//# sourceMappingURL=parallel-7e32a8d0.cjs.js.map
|
|
@@ -10,12 +10,11 @@ var runScriptWebpackPlugin = require('run-script-webpack-plugin');
|
|
|
10
10
|
var webpack = require('webpack');
|
|
11
11
|
var nodeExternals = require('webpack-node-externals');
|
|
12
12
|
var cliCommon = require('@backstage/cli-common');
|
|
13
|
-
var
|
|
14
|
-
var parallel = require('./parallel-a4714c72.cjs.js');
|
|
13
|
+
var getPackages = require('@manypkg/get-packages');
|
|
15
14
|
var MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
16
15
|
var svgrTemplate = require('./svgrTemplate-f19e974c.cjs.js');
|
|
17
|
-
var index = require('./index-
|
|
18
|
-
var run = require('./run-
|
|
16
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
17
|
+
var run = require('./run-267170f8.cjs.js');
|
|
19
18
|
var pickBy = require('lodash/pickBy');
|
|
20
19
|
|
|
21
20
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -27,21 +26,19 @@ var HtmlWebpackPlugin__default = /*#__PURE__*/_interopDefaultLegacy(HtmlWebpackP
|
|
|
27
26
|
var ModuleScopePlugin__default = /*#__PURE__*/_interopDefaultLegacy(ModuleScopePlugin);
|
|
28
27
|
var webpack__default = /*#__PURE__*/_interopDefaultLegacy(webpack);
|
|
29
28
|
var nodeExternals__default = /*#__PURE__*/_interopDefaultLegacy(nodeExternals);
|
|
30
|
-
var TerserPlugin__default = /*#__PURE__*/_interopDefaultLegacy(TerserPlugin);
|
|
31
29
|
var MiniCssExtractPlugin__default = /*#__PURE__*/_interopDefaultLegacy(MiniCssExtractPlugin);
|
|
32
30
|
var pickBy__default = /*#__PURE__*/_interopDefaultLegacy(pickBy);
|
|
33
31
|
|
|
32
|
+
const { ESBuildMinifyPlugin } = require("esbuild-loader");
|
|
34
33
|
const optimization = (options) => {
|
|
35
34
|
const { isDev } = options;
|
|
36
35
|
return {
|
|
37
36
|
minimize: !isDev,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
]
|
|
44
|
-
} : {},
|
|
37
|
+
minimizer: [
|
|
38
|
+
new ESBuildMinifyPlugin({
|
|
39
|
+
target: "es2019"
|
|
40
|
+
})
|
|
41
|
+
],
|
|
45
42
|
runtimeChunk: "single",
|
|
46
43
|
splitChunks: {
|
|
47
44
|
automaticNameDelimiter: "-",
|
|
@@ -204,20 +201,20 @@ class LinkedPackageResolvePlugin {
|
|
|
204
201
|
apply(resolver) {
|
|
205
202
|
resolver.hooks.resolve.tapAsync("LinkedPackageResolvePlugin", (data, context, callback) => {
|
|
206
203
|
var _a;
|
|
207
|
-
const pkg = this.packages.find((pkge) => data.path && cliCommon.isChildPath(pkge.
|
|
204
|
+
const pkg = this.packages.find((pkge) => data.path && cliCommon.isChildPath(pkge.dir, data.path));
|
|
208
205
|
if (!pkg) {
|
|
209
206
|
callback();
|
|
210
207
|
return;
|
|
211
208
|
}
|
|
212
|
-
const modulesLocation = path.resolve(this.targetModules, pkg.name);
|
|
209
|
+
const modulesLocation = path.resolve(this.targetModules, pkg.packageJson.name);
|
|
213
210
|
const newContext = ((_a = data.context) == null ? void 0 : _a.issuer) ? {
|
|
214
211
|
...data.context,
|
|
215
|
-
issuer: data.context.issuer.replace(pkg.
|
|
212
|
+
issuer: data.context.issuer.replace(pkg.dir, modulesLocation)
|
|
216
213
|
} : data.context;
|
|
217
214
|
resolver.doResolve(resolver.hooks.resolve, {
|
|
218
215
|
...data,
|
|
219
216
|
context: newContext,
|
|
220
|
-
path: data.path && data.path.replace(pkg.
|
|
217
|
+
path: data.path && data.path.replace(pkg.dir, modulesLocation)
|
|
221
218
|
}, `resolve ${data.request} in ${modulesLocation}`, context, callback);
|
|
222
219
|
});
|
|
223
220
|
}
|
|
@@ -254,16 +251,11 @@ async function readBuildInfo() {
|
|
|
254
251
|
commit
|
|
255
252
|
};
|
|
256
253
|
}
|
|
257
|
-
async function loadLernaPackages() {
|
|
258
|
-
const { Project } = require("@lerna/project");
|
|
259
|
-
const project = new Project(index.paths.targetDir);
|
|
260
|
-
return project.getPackages();
|
|
261
|
-
}
|
|
262
254
|
async function createConfig(paths, options) {
|
|
263
255
|
const { checksEnabled, isDev, frontendConfig } = options;
|
|
264
|
-
const packages = await loadLernaPackages();
|
|
265
256
|
const { plugins, loaders } = transforms(options);
|
|
266
|
-
const
|
|
257
|
+
const { packages } = await getPackages.getPackages(index.paths.targetDir);
|
|
258
|
+
const externalPkgs = packages.filter((p) => !cliCommon.isChildPath(paths.root, p.dir));
|
|
267
259
|
const baseUrl = frontendConfig.getString("app.baseUrl");
|
|
268
260
|
const validBaseUrl = new URL(baseUrl);
|
|
269
261
|
if (checksEnabled) {
|
|
@@ -377,10 +369,10 @@ async function createConfig(paths, options) {
|
|
|
377
369
|
}
|
|
378
370
|
async function createBackendConfig(paths, options) {
|
|
379
371
|
const { checksEnabled, isDev } = options;
|
|
380
|
-
const packages = await
|
|
381
|
-
const localPackageNames = packages.map((p) => p.name);
|
|
382
|
-
const moduleDirs = packages.map((p) => path.resolve(p.
|
|
383
|
-
const externalPkgs = packages.filter((p) => !cliCommon.isChildPath(paths.root, p.
|
|
372
|
+
const { packages } = await getPackages.getPackages(index.paths.targetDir);
|
|
373
|
+
const localPackageNames = packages.map((p) => p.packageJson.name);
|
|
374
|
+
const moduleDirs = packages.map((p) => path.resolve(p.dir, "node_modules"));
|
|
375
|
+
const externalPkgs = packages.filter((p) => !cliCommon.isChildPath(paths.root, p.dir));
|
|
384
376
|
const { loaders } = transforms(options);
|
|
385
377
|
const runScriptNodeArgs = new Array();
|
|
386
378
|
if (options.inspectEnabled) {
|
|
@@ -529,4 +521,4 @@ exports.createBackendConfig = createBackendConfig;
|
|
|
529
521
|
exports.createConfig = createConfig;
|
|
530
522
|
exports.resolveBaseUrl = resolveBaseUrl;
|
|
531
523
|
exports.resolveBundlingPaths = resolveBundlingPaths;
|
|
532
|
-
//# sourceMappingURL=paths-
|
|
524
|
+
//# sourceMappingURL=paths-8ed90bf4.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-
|
|
5
|
+
var config = require('./config-123cfeb7.cjs.js');
|
|
6
6
|
require('@backstage/config-loader');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-cf8ea481.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('chalk');
|
|
10
10
|
require('fs-extra');
|
|
@@ -12,6 +12,8 @@ require('semver');
|
|
|
12
12
|
require('@backstage/cli-common');
|
|
13
13
|
require('@backstage/config/package.json');
|
|
14
14
|
require('@backstage/errors');
|
|
15
|
+
require('@manypkg/get-packages');
|
|
16
|
+
require('./PackageGraph-7a0d3a83.cjs.js');
|
|
15
17
|
|
|
16
18
|
var print = async (cmd) => {
|
|
17
19
|
const { schema, appConfigs } = await config.loadCliConfig({
|
|
@@ -57,4 +59,4 @@ function serializeConfigData(appConfigs, schema, visibility) {
|
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
exports["default"] = print;
|
|
60
|
-
//# sourceMappingURL=print-
|
|
62
|
+
//# sourceMappingURL=print-806737e5.cjs.js.map
|
|
@@ -4,8 +4,8 @@ var fs = require('fs-extra');
|
|
|
4
4
|
var path = require('path');
|
|
5
5
|
var chalk = require('chalk');
|
|
6
6
|
var inquirer = require('inquirer');
|
|
7
|
-
var tasks = require('./tasks-
|
|
8
|
-
var index = require('./index-
|
|
7
|
+
var tasks = require('./tasks-6f86c24f.cjs.js');
|
|
8
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
9
9
|
var errors = require('@backstage/errors');
|
|
10
10
|
require('handlebars');
|
|
11
11
|
require('ora');
|
|
@@ -172,4 +172,4 @@ exports.removePluginFromCodeOwners = removePluginFromCodeOwners;
|
|
|
172
172
|
exports.removeReferencesFromAppPackage = removeReferencesFromAppPackage;
|
|
173
173
|
exports.removeReferencesFromPluginsFile = removeReferencesFromPluginsFile;
|
|
174
174
|
exports.removeSymLink = removeSymLink;
|
|
175
|
-
//# sourceMappingURL=removePlugin-
|
|
175
|
+
//# sourceMappingURL=removePlugin-4925434c.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-
|
|
4
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
5
5
|
var util = require('util');
|
|
6
6
|
var errors = require('@backstage/errors');
|
|
7
7
|
|
|
@@ -78,4 +78,4 @@ async function waitForExit(child, name) {
|
|
|
78
78
|
exports.run = run;
|
|
79
79
|
exports.runCheck = runCheck;
|
|
80
80
|
exports.runPlain = runPlain;
|
|
81
|
-
//# sourceMappingURL=run-
|
|
81
|
+
//# sourceMappingURL=run-267170f8.cjs.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var yaml = require('yaml');
|
|
4
|
-
var config = require('./config-
|
|
4
|
+
var config = require('./config-123cfeb7.cjs.js');
|
|
5
5
|
var configLoader = require('@backstage/config-loader');
|
|
6
6
|
require('@backstage/config');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-cf8ea481.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('chalk');
|
|
10
10
|
require('fs-extra');
|
|
@@ -12,6 +12,8 @@ require('semver');
|
|
|
12
12
|
require('@backstage/cli-common');
|
|
13
13
|
require('@backstage/config/package.json');
|
|
14
14
|
require('@backstage/errors');
|
|
15
|
+
require('@manypkg/get-packages');
|
|
16
|
+
require('./PackageGraph-7a0d3a83.cjs.js');
|
|
15
17
|
|
|
16
18
|
var schema = async (cmd) => {
|
|
17
19
|
const { schema } = await config.loadCliConfig({
|
|
@@ -32,4 +34,4 @@ var schema = async (cmd) => {
|
|
|
32
34
|
};
|
|
33
35
|
|
|
34
36
|
exports["default"] = schema;
|
|
35
|
-
//# sourceMappingURL=schema-
|
|
37
|
+
//# sourceMappingURL=schema-80d0f67f.cjs.js.map
|
|
@@ -10,16 +10,18 @@ require('react-dev-utils/ModuleScopePlugin');
|
|
|
10
10
|
require('run-script-webpack-plugin');
|
|
11
11
|
require('webpack-node-externals');
|
|
12
12
|
require('@backstage/cli-common');
|
|
13
|
-
require('
|
|
13
|
+
require('@manypkg/get-packages');
|
|
14
|
+
require('./paths-8ed90bf4.cjs.js');
|
|
14
15
|
require('mini-css-extract-plugin');
|
|
15
|
-
var index = require('./index-
|
|
16
|
-
require('./run-
|
|
16
|
+
var index = require('./index-cf8ea481.cjs.js');
|
|
17
|
+
require('./run-267170f8.cjs.js');
|
|
17
18
|
require('lodash/pickBy');
|
|
18
19
|
require('yn');
|
|
19
20
|
require('react-dev-utils/FileSizeReporter');
|
|
20
21
|
require('react-dev-utils/formatWebpackMessages');
|
|
21
|
-
var server = require('./server-
|
|
22
|
-
var config = require('./config-
|
|
22
|
+
var server = require('./server-8a3d6585.cjs.js');
|
|
23
|
+
var config = require('./config-123cfeb7.cjs.js');
|
|
24
|
+
require('./svgrTemplate-f19e974c.cjs.js');
|
|
23
25
|
require('commander');
|
|
24
26
|
require('semver');
|
|
25
27
|
require('@backstage/config/package.json');
|
|
@@ -28,11 +30,9 @@ require('child_process');
|
|
|
28
30
|
require('util');
|
|
29
31
|
require('webpack-dev-server');
|
|
30
32
|
require('react-dev-utils/openBrowser');
|
|
31
|
-
require('./paths-5901f4e6.cjs.js');
|
|
32
|
-
require('./parallel-a4714c72.cjs.js');
|
|
33
|
-
require('./svgrTemplate-f19e974c.cjs.js');
|
|
34
33
|
require('@backstage/config-loader');
|
|
35
34
|
require('@backstage/config');
|
|
35
|
+
require('./PackageGraph-7a0d3a83.cjs.js');
|
|
36
36
|
|
|
37
37
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
38
38
|
|
|
@@ -53,4 +53,4 @@ var serve = async (cmd) => {
|
|
|
53
53
|
};
|
|
54
54
|
|
|
55
55
|
exports["default"] = serve;
|
|
56
|
-
//# sourceMappingURL=serve-
|
|
56
|
+
//# sourceMappingURL=serve-08f7c81f.cjs.js.map
|