@backstage/cli 0.22.12 → 0.22.13-next.1
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 +10 -8
- package/dist/cjs/{build-24c9a03b.cjs.js → build-76b15a06.cjs.js} +7 -7
- package/dist/cjs/{buildBackend-0414969c.cjs.js → buildBackend-283ffbc8.cjs.js} +6 -6
- package/dist/cjs/{buildWorkspace-b3123306.cjs.js → buildWorkspace-cedbf031.cjs.js} +4 -4
- package/dist/cjs/{bump-c1ee882d.cjs.js → bump-708dac69.cjs.js} +5 -5
- package/dist/cjs/{clean-1e1df017.cjs.js → clean-1aaa5dcc.cjs.js} +2 -2
- package/dist/cjs/{clean-8b68f64b.cjs.js → clean-6356e25d.cjs.js} +2 -2
- package/dist/cjs/{codeowners-0c7517c8.cjs.js → codeowners-efe171a9.cjs.js} +2 -2
- package/dist/cjs/{config-46346d01.cjs.js → config-290dd5ed.cjs.js} +2 -2
- package/dist/cjs/{createDistWorkspace-2b5871e5.cjs.js → createDistWorkspace-c346fd51.cjs.js} +3 -3
- package/dist/cjs/{createPlugin-f9dfe6b8.cjs.js → createPlugin-27af5bae.cjs.js} +4 -4
- package/dist/cjs/{diff-a33d11e1.cjs.js → diff-cd4e9ad8.cjs.js} +2 -2
- package/dist/cjs/{docs-5965aac1.cjs.js → docs-9448babf.cjs.js} +3 -3
- package/dist/cjs/{fix-f36bac7e.cjs.js → fix-3606e4b3.cjs.js} +2 -2
- package/dist/cjs/{index-3efbec45.cjs.js → index-09e90df3.cjs.js} +51 -43
- package/dist/cjs/{index-877e9c6e.cjs.js → index-975af630.cjs.js} +3 -3
- package/dist/cjs/{index-d17ad44e.cjs.js → index-b2c81265.cjs.js} +2 -2
- package/dist/cjs/{index-50eabf49.cjs.js → index-c387d4d5.cjs.js} +8 -8
- package/dist/cjs/{index-63bf0b64.cjs.js → index-da23605b.cjs.js} +18 -8
- package/dist/cjs/{info-94387803.cjs.js → info-0364325b.cjs.js} +3 -3
- package/dist/cjs/{install-d0c891f6.cjs.js → install-2485aa61.cjs.js} +4 -4
- package/dist/cjs/{lint-d9ce2976.cjs.js → lint-386043e2.cjs.js} +2 -2
- package/dist/cjs/{lint-1db34e2d.cjs.js → lint-917790d8.cjs.js} +2 -2
- package/dist/cjs/{lint-a7d95ec9.cjs.js → lint-e6cec9b6.cjs.js} +3 -3
- package/dist/cjs/{list-deprecations-001b9d6d.cjs.js → list-deprecations-f8f78153.cjs.js} +2 -2
- package/dist/cjs/{new-63c85ff6.cjs.js → new-18ecf30e.cjs.js} +73 -4
- package/dist/cjs/{pack-14d9464d.cjs.js → pack-3f153380.cjs.js} +2 -2
- package/dist/cjs/{packageLintConfigs-71e74174.cjs.js → packageLintConfigs-e3b55179.cjs.js} +3 -3
- package/dist/cjs/{packageRole-23736a77.cjs.js → packageRole-cae1e697.cjs.js} +2 -2
- package/dist/cjs/{packages-0fd3ec05.cjs.js → packages-d848e293.cjs.js} +3 -3
- package/dist/cjs/{paths-26cd261b.cjs.js → paths-2025d6cf.cjs.js} +3 -3
- package/dist/cjs/{print-cf8b2027.cjs.js → print-cf6d66c2.cjs.js} +3 -3
- package/dist/cjs/{role-670a97b6.cjs.js → role-60999681.cjs.js} +2 -2
- package/dist/cjs/{run-71d3d651.cjs.js → run-6c65eb73.cjs.js} +2 -2
- package/dist/cjs/{schema-974fe016.cjs.js → schema-d36cc873.cjs.js} +3 -3
- package/dist/cjs/{test-f71e524a.cjs.js → test-50c331d2.cjs.js} +3 -3
- package/dist/cjs/{test-0d0a8662.cjs.js → test-6c6867eb.cjs.js} +3 -3
- package/dist/cjs/{validate-76ba805a.cjs.js → validate-8b6ad47a.cjs.js} +3 -3
- package/dist/index.cjs.js +1 -1
- package/package.json +14 -12
- package/templates/default-backend-module/.eslintrc.js +1 -0
- package/templates/default-backend-module/README.md.hbs +5 -0
- package/templates/default-backend-module/package.json.hbs +42 -0
- package/templates/default-backend-module/src/index.ts.hbs +8 -0
- package/templates/default-backend-module/src/module.ts.hbs +14 -0
- package/templates/default-backend-module/tsconfig.json +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,34 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
-
## 0.22.
|
|
3
|
+
## 0.22.13-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/
|
|
8
|
+
- @backstage/config@1.1.0-next.0
|
|
9
|
+
- @backstage/integration@1.7.0-next.1
|
|
10
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
11
|
+
- @backstage/config-loader@1.5.0-next.1
|
|
10
12
|
- @backstage/cli-common@0.1.12
|
|
11
13
|
- @backstage/cli-node@0.1.3
|
|
12
|
-
- @backstage/config@1.0.8
|
|
13
|
-
- @backstage/config-loader@1.4.0
|
|
14
14
|
- @backstage/errors@1.2.1
|
|
15
15
|
- @backstage/eslint-plugin@0.1.3
|
|
16
16
|
- @backstage/release-manifests@0.0.9
|
|
17
17
|
- @backstage/types@1.1.0
|
|
18
18
|
|
|
19
|
-
## 0.22.
|
|
19
|
+
## 0.22.12-next.0
|
|
20
20
|
|
|
21
21
|
### Patch Changes
|
|
22
22
|
|
|
23
|
+
- 278d9326eb40: Added the ability to create a plain backend module with the `new` command.
|
|
24
|
+
- 71d4368ae5cc: Added support for the `dev/index` entry point for backend plugins and modules.
|
|
23
25
|
- Updated dependencies
|
|
24
|
-
- @backstage/integration@1.
|
|
26
|
+
- @backstage/integration@1.7.0-next.0
|
|
27
|
+
- @backstage/config-loader@1.5.0-next.0
|
|
25
28
|
- @backstage/catalog-model@1.4.1
|
|
26
29
|
- @backstage/cli-common@0.1.12
|
|
27
30
|
- @backstage/cli-node@0.1.3
|
|
28
31
|
- @backstage/config@1.0.8
|
|
29
|
-
- @backstage/config-loader@1.4.0
|
|
30
32
|
- @backstage/errors@1.2.1
|
|
31
33
|
- @backstage/eslint-plugin@0.1.3
|
|
32
34
|
- @backstage/release-manifests@0.0.9
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
6
|
-
var index = require('./index-
|
|
5
|
+
var createDistWorkspace = require('./createDistWorkspace-c346fd51.cjs.js');
|
|
6
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
7
7
|
var cliNode = require('@backstage/cli-node');
|
|
8
8
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
9
|
-
var buildBackend = require('./buildBackend-
|
|
9
|
+
var buildBackend = require('./buildBackend-283ffbc8.cjs.js');
|
|
10
10
|
require('fs-extra');
|
|
11
11
|
require('os');
|
|
12
12
|
require('tar');
|
|
13
13
|
require('lodash/partition');
|
|
14
|
-
require('./run-
|
|
14
|
+
require('./run-6c65eb73.cjs.js');
|
|
15
15
|
require('child_process');
|
|
16
16
|
require('util');
|
|
17
17
|
require('@backstage/errors');
|
|
@@ -40,7 +40,7 @@ require('react-dev-utils/ModuleScopePlugin');
|
|
|
40
40
|
require('run-script-webpack-plugin');
|
|
41
41
|
require('webpack-node-externals');
|
|
42
42
|
require('@manypkg/get-packages');
|
|
43
|
-
require('./paths-
|
|
43
|
+
require('./paths-2025d6cf.cjs.js');
|
|
44
44
|
require('mini-css-extract-plugin');
|
|
45
45
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
46
46
|
require('eslint-webpack-plugin');
|
|
@@ -51,7 +51,7 @@ require('react-dev-utils/formatWebpackMessages');
|
|
|
51
51
|
require('webpack-dev-server');
|
|
52
52
|
require('react-dev-utils/openBrowser');
|
|
53
53
|
require('lodash/uniq');
|
|
54
|
-
require('./config-
|
|
54
|
+
require('./config-290dd5ed.cjs.js');
|
|
55
55
|
require('@backstage/config-loader');
|
|
56
56
|
require('@backstage/config');
|
|
57
57
|
require('@yarnpkg/parsers');
|
|
@@ -193,4 +193,4 @@ async function command(opts, cmd) {
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
exports.command = command;
|
|
196
|
-
//# sourceMappingURL=build-
|
|
196
|
+
//# sourceMappingURL=build-76b15a06.cjs.js.map
|
|
@@ -10,11 +10,11 @@ require('run-script-webpack-plugin');
|
|
|
10
10
|
require('webpack-node-externals');
|
|
11
11
|
require('@backstage/cli-common');
|
|
12
12
|
require('@manypkg/get-packages');
|
|
13
|
-
var paths = require('./paths-
|
|
13
|
+
var paths = require('./paths-2025d6cf.cjs.js');
|
|
14
14
|
require('mini-css-extract-plugin');
|
|
15
15
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
16
|
-
require('./index-
|
|
17
|
-
require('./run-
|
|
16
|
+
require('./index-09e90df3.cjs.js');
|
|
17
|
+
require('./run-6c65eb73.cjs.js');
|
|
18
18
|
require('eslint-webpack-plugin');
|
|
19
19
|
require('lodash/pickBy');
|
|
20
20
|
var yn = require('yn');
|
|
@@ -24,7 +24,7 @@ var chalk = require('chalk');
|
|
|
24
24
|
require('webpack-dev-server');
|
|
25
25
|
require('react-dev-utils/openBrowser');
|
|
26
26
|
require('lodash/uniq');
|
|
27
|
-
var config = require('./config-
|
|
27
|
+
var config = require('./config-290dd5ed.cjs.js');
|
|
28
28
|
require('@backstage/cli-node');
|
|
29
29
|
require('semver');
|
|
30
30
|
require('@yarnpkg/parsers');
|
|
@@ -35,7 +35,7 @@ require('lodash/partition');
|
|
|
35
35
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
36
36
|
var os = require('os');
|
|
37
37
|
var tar = require('tar');
|
|
38
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
38
|
+
var createDistWorkspace = require('./createDistWorkspace-c346fd51.cjs.js');
|
|
39
39
|
|
|
40
40
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
41
41
|
|
|
@@ -216,4 +216,4 @@ async function buildBackend(options) {
|
|
|
216
216
|
|
|
217
217
|
exports.buildBackend = buildBackend;
|
|
218
218
|
exports.buildFrontend = buildFrontend;
|
|
219
|
-
//# sourceMappingURL=buildBackend-
|
|
219
|
+
//# sourceMappingURL=buildBackend-283ffbc8.cjs.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
4
|
+
var createDistWorkspace = require('./createDistWorkspace-c346fd51.cjs.js');
|
|
5
5
|
require('chalk');
|
|
6
6
|
require('path');
|
|
7
7
|
require('os');
|
|
8
8
|
require('tar');
|
|
9
9
|
require('lodash/partition');
|
|
10
|
-
require('./index-
|
|
10
|
+
require('./index-09e90df3.cjs.js');
|
|
11
11
|
require('commander');
|
|
12
12
|
require('semver');
|
|
13
13
|
require('@backstage/cli-common');
|
|
14
14
|
require('@backstage/errors');
|
|
15
|
-
require('./run-
|
|
15
|
+
require('./run-6c65eb73.cjs.js');
|
|
16
16
|
require('child_process');
|
|
17
17
|
require('util');
|
|
18
18
|
require('rollup');
|
|
@@ -48,4 +48,4 @@ var buildWorkspace = async (dir, packages, options) => {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
exports["default"] = buildWorkspace;
|
|
51
|
-
//# sourceMappingURL=buildWorkspace-
|
|
51
|
+
//# sourceMappingURL=buildWorkspace-cedbf031.cjs.js.map
|
|
@@ -7,11 +7,11 @@ var semver = require('semver');
|
|
|
7
7
|
var minimatch = require('minimatch');
|
|
8
8
|
var errors = require('@backstage/errors');
|
|
9
9
|
var path = require('path');
|
|
10
|
-
var run = require('./run-
|
|
11
|
-
var index = require('./index-
|
|
10
|
+
var run = require('./run-6c65eb73.cjs.js');
|
|
11
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
12
12
|
var Lockfile = require('./Lockfile-eced6070.cjs.js');
|
|
13
|
-
var packages = require('./packages-
|
|
14
|
-
var lint = require('./lint-
|
|
13
|
+
var packages = require('./packages-d848e293.cjs.js');
|
|
14
|
+
var lint = require('./lint-e6cec9b6.cjs.js');
|
|
15
15
|
var cliCommon = require('@backstage/cli-common');
|
|
16
16
|
var parallel = require('./parallel-a8f6219c.cjs.js');
|
|
17
17
|
var releaseManifests = require('@backstage/release-manifests');
|
|
@@ -409,4 +409,4 @@ exports.bumpBackstageJsonVersion = bumpBackstageJsonVersion;
|
|
|
409
409
|
exports.createStrictVersionFinder = createStrictVersionFinder;
|
|
410
410
|
exports.createVersionFinder = createVersionFinder;
|
|
411
411
|
exports["default"] = bump;
|
|
412
|
-
//# sourceMappingURL=bump-
|
|
412
|
+
//# sourceMappingURL=bump-708dac69.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-09e90df3.cjs.js');
|
|
5
5
|
require('commander');
|
|
6
6
|
require('chalk');
|
|
7
7
|
require('semver');
|
|
@@ -19,4 +19,4 @@ async function clean() {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
exports["default"] = clean;
|
|
22
|
-
//# sourceMappingURL=clean-
|
|
22
|
+
//# sourceMappingURL=clean-1aaa5dcc.cjs.js.map
|
|
@@ -5,7 +5,7 @@ var fs = require('fs-extra');
|
|
|
5
5
|
var path = require('path');
|
|
6
6
|
var util = require('util');
|
|
7
7
|
var cliNode = require('@backstage/cli-node');
|
|
8
|
-
var index = require('./index-
|
|
8
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
9
9
|
require('commander');
|
|
10
10
|
require('chalk');
|
|
11
11
|
require('semver');
|
|
@@ -46,4 +46,4 @@ async function command() {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
exports.command = command;
|
|
49
|
-
//# sourceMappingURL=clean-
|
|
49
|
+
//# sourceMappingURL=clean-6356e25d.cjs.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
4
|
var path = require('path');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -88,4 +88,4 @@ async function addCodeownersEntry(ownedPath, ownerStr, codeownersFilePath) {
|
|
|
88
88
|
exports.addCodeownersEntry = addCodeownersEntry;
|
|
89
89
|
exports.getCodeownersFilePath = getCodeownersFilePath;
|
|
90
90
|
exports.parseOwnerIds = parseOwnerIds;
|
|
91
|
-
//# sourceMappingURL=codeowners-
|
|
91
|
+
//# sourceMappingURL=codeowners-efe171a9.cjs.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var configLoader = require('@backstage/config-loader');
|
|
4
4
|
var config = require('@backstage/config');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
6
6
|
var getPackages = require('@manypkg/get-packages');
|
|
7
7
|
var cliNode = require('@backstage/cli-node');
|
|
8
8
|
|
|
@@ -98,4 +98,4 @@ async function loadCliConfig(options) {
|
|
|
98
98
|
|
|
99
99
|
exports.isValidUrl = isValidUrl;
|
|
100
100
|
exports.loadCliConfig = loadCliConfig;
|
|
101
|
-
//# sourceMappingURL=config-
|
|
101
|
+
//# sourceMappingURL=config-290dd5ed.cjs.js.map
|
package/dist/cjs/{createDistWorkspace-2b5871e5.cjs.js → createDistWorkspace-c346fd51.cjs.js}
RENAMED
|
@@ -6,8 +6,8 @@ var path = require('path');
|
|
|
6
6
|
var os = require('os');
|
|
7
7
|
var tar = require('tar');
|
|
8
8
|
var partition = require('lodash/partition');
|
|
9
|
-
var index = require('./index-
|
|
10
|
-
var run = require('./run-
|
|
9
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
10
|
+
var run = require('./run-6c65eb73.cjs.js');
|
|
11
11
|
var rollup = require('rollup');
|
|
12
12
|
var commonjs = require('@rollup/plugin-commonjs');
|
|
13
13
|
var resolve = require('@rollup/plugin-node-resolve');
|
|
@@ -712,4 +712,4 @@ exports.buildPackage = buildPackage;
|
|
|
712
712
|
exports.buildPackages = buildPackages;
|
|
713
713
|
exports.createDistWorkspace = createDistWorkspace;
|
|
714
714
|
exports.getOutputsForRole = getOutputsForRole;
|
|
715
|
-
//# sourceMappingURL=createDistWorkspace-
|
|
715
|
+
//# sourceMappingURL=createDistWorkspace-c346fd51.cjs.js.map
|
|
@@ -10,14 +10,14 @@ var camelCase = require('lodash/camelCase');
|
|
|
10
10
|
var upperFirst = require('lodash/upperFirst');
|
|
11
11
|
var os = require('os');
|
|
12
12
|
var errors = require('@backstage/errors');
|
|
13
|
-
var codeowners = require('./codeowners-
|
|
14
|
-
var index = require('./index-
|
|
13
|
+
var codeowners = require('./codeowners-efe171a9.cjs.js');
|
|
14
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
15
15
|
var tasks = require('./tasks-84de240c.cjs.js');
|
|
16
16
|
var Lockfile = require('./Lockfile-eced6070.cjs.js');
|
|
17
17
|
require('minimatch');
|
|
18
18
|
require('@manypkg/get-packages');
|
|
19
19
|
require('./yarn-6cd89e16.cjs.js');
|
|
20
|
-
require('./run-
|
|
20
|
+
require('./run-6c65eb73.cjs.js');
|
|
21
21
|
require('commander');
|
|
22
22
|
require('semver');
|
|
23
23
|
require('@backstage/cli-common');
|
|
@@ -276,4 +276,4 @@ exports.addPluginExtensionToApp = addPluginExtensionToApp;
|
|
|
276
276
|
exports.capitalize = capitalize;
|
|
277
277
|
exports["default"] = createPlugin;
|
|
278
278
|
exports.movePlugin = movePlugin;
|
|
279
|
-
//# sourceMappingURL=createPlugin-
|
|
279
|
+
//# sourceMappingURL=createPlugin-27af5bae.cjs.js.map
|
|
@@ -7,7 +7,7 @@ var path = require('path');
|
|
|
7
7
|
var inquirer = require('inquirer');
|
|
8
8
|
var handlebars = require('handlebars');
|
|
9
9
|
var recursive = require('recursive-readdir');
|
|
10
|
-
var index = require('./index-
|
|
10
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
11
11
|
require('commander');
|
|
12
12
|
require('semver');
|
|
13
13
|
require('@backstage/cli-common');
|
|
@@ -434,4 +434,4 @@ async function readPluginData() {
|
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
exports["default"] = diff;
|
|
437
|
-
//# sourceMappingURL=diff-
|
|
437
|
+
//# sourceMappingURL=diff-cd4e9ad8.cjs.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var configLoader = require('@backstage/config-loader');
|
|
4
4
|
var openBrowser = require('react-dev-utils/openBrowser');
|
|
5
|
-
var config = require('./config-
|
|
5
|
+
var config = require('./config-290dd5ed.cjs.js');
|
|
6
6
|
require('@backstage/config');
|
|
7
|
-
require('./index-
|
|
7
|
+
require('./index-09e90df3.cjs.js');
|
|
8
8
|
require('commander');
|
|
9
9
|
require('chalk');
|
|
10
10
|
require('fs-extra');
|
|
@@ -34,4 +34,4 @@ var docs = async (opts) => {
|
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
exports["default"] = docs;
|
|
37
|
-
//# sourceMappingURL=docs-
|
|
37
|
+
//# sourceMappingURL=docs-9448babf.cjs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-09e90df3.cjs.js');
|
|
4
4
|
var eslint = require('eslint');
|
|
5
5
|
var path = require('path');
|
|
6
6
|
var fs = require('fs-extra');
|
|
@@ -120,4 +120,4 @@ async function command() {
|
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
exports.command = command;
|
|
123
|
-
//# sourceMappingURL=fix-
|
|
123
|
+
//# sourceMappingURL=fix-3606e4b3.cjs.js.map
|
|
@@ -53,9 +53,13 @@ class NotFoundError extends CustomError {
|
|
|
53
53
|
|
|
54
54
|
const paths = cliCommon.findPaths(__dirname);
|
|
55
55
|
|
|
56
|
-
var version$
|
|
56
|
+
var version$c = "0.19.5-next.1";
|
|
57
57
|
|
|
58
|
-
var version$
|
|
58
|
+
var version$b = "0.6.3-next.1";
|
|
59
|
+
|
|
60
|
+
var version$a = "0.2.3-next.1";
|
|
61
|
+
|
|
62
|
+
var version$9 = "0.22.13-next.1";
|
|
59
63
|
var dependencies = {
|
|
60
64
|
"@backstage/catalog-model": "workspace:^",
|
|
61
65
|
"@backstage/cli-common": "workspace:^",
|
|
@@ -167,6 +171,8 @@ var dependencies = {
|
|
|
167
171
|
};
|
|
168
172
|
var devDependencies = {
|
|
169
173
|
"@backstage/backend-common": "workspace:^",
|
|
174
|
+
"@backstage/backend-plugin-api": "workspace:^",
|
|
175
|
+
"@backstage/backend-test-utils": "workspace:^",
|
|
170
176
|
"@backstage/config": "workspace:^",
|
|
171
177
|
"@backstage/core-app-api": "workspace:^",
|
|
172
178
|
"@backstage/core-components": "workspace:^",
|
|
@@ -199,24 +205,26 @@ var devDependencies = {
|
|
|
199
205
|
"type-fest": "^2.19.0"
|
|
200
206
|
};
|
|
201
207
|
|
|
202
|
-
var version$8 = "1.0.
|
|
208
|
+
var version$8 = "1.1.0-next.0";
|
|
203
209
|
|
|
204
|
-
var version$7 = "1.
|
|
210
|
+
var version$7 = "1.10.0-next.1";
|
|
205
211
|
|
|
206
|
-
var version$6 = "0.13.
|
|
212
|
+
var version$6 = "0.13.5-next.1";
|
|
207
213
|
|
|
208
|
-
var version$5 = "1.
|
|
214
|
+
var version$5 = "1.6.0-next.1";
|
|
209
215
|
|
|
210
|
-
var version$4 = "1.0.
|
|
216
|
+
var version$4 = "1.0.21-next.1";
|
|
211
217
|
|
|
212
|
-
var version$3 = "1.4.
|
|
218
|
+
var version$3 = "1.4.3-next.1";
|
|
213
219
|
|
|
214
220
|
var version$2 = "0.4.1";
|
|
215
221
|
|
|
216
|
-
var version$1 = "1.16.
|
|
222
|
+
var version$1 = "1.16.6-next.1";
|
|
217
223
|
|
|
218
224
|
const packageVersions = {
|
|
219
|
-
"@backstage/backend-common": version$
|
|
225
|
+
"@backstage/backend-common": version$c,
|
|
226
|
+
"@backstage/backend-plugin-api": version$b,
|
|
227
|
+
"@backstage/backend-test-utils": version$a,
|
|
220
228
|
"@backstage/cli": version$9,
|
|
221
229
|
"@backstage/config": version$8,
|
|
222
230
|
"@backstage/core-app-api": version$7,
|
|
@@ -275,7 +283,7 @@ const configOption = [
|
|
|
275
283
|
Array()
|
|
276
284
|
];
|
|
277
285
|
function registerOnboardCommand(program) {
|
|
278
|
-
program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
286
|
+
program.command("onboard", { hidden: true }).description("Get help setting up your Backstage App.").action(lazy(() => Promise.resolve().then(function () { return require('./index-975af630.cjs.js'); }).then((m) => m.command)));
|
|
279
287
|
}
|
|
280
288
|
function registerRepoCommand(program) {
|
|
281
289
|
const command = program.command("repo [command]").description("Command that run across an entire Backstage project");
|
|
@@ -287,7 +295,7 @@ function registerRepoCommand(program) {
|
|
|
287
295
|
).option(
|
|
288
296
|
"--since <ref>",
|
|
289
297
|
"Only build packages and their dev dependents that changed since the specified ref"
|
|
290
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
298
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./build-76b15a06.cjs.js'); }).then((m) => m.command)));
|
|
291
299
|
command.command("lint").description("Lint all packages in the project").option(
|
|
292
300
|
"--format <format>",
|
|
293
301
|
"Lint report output format",
|
|
@@ -295,10 +303,10 @@ function registerRepoCommand(program) {
|
|
|
295
303
|
).option(
|
|
296
304
|
"--since <ref>",
|
|
297
305
|
"Only lint packages that changed since the specified ref"
|
|
298
|
-
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
299
|
-
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
306
|
+
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-386043e2.cjs.js'); }).then((m) => m.command)));
|
|
307
|
+
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-6356e25d.cjs.js'); }).then((m) => m.command)));
|
|
300
308
|
command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
|
|
301
|
-
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-
|
|
309
|
+
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-f8f78153.cjs.js'); }).then((m) => m.command))
|
|
302
310
|
);
|
|
303
311
|
command.command("test").allowUnknownOption(true).option(
|
|
304
312
|
"--since <ref>",
|
|
@@ -306,14 +314,14 @@ function registerRepoCommand(program) {
|
|
|
306
314
|
).option(
|
|
307
315
|
"--jest-help",
|
|
308
316
|
"Show help for Jest CLI options, which are passed through"
|
|
309
|
-
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
317
|
+
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-50c331d2.cjs.js'); }).then((m) => m.command)));
|
|
310
318
|
}
|
|
311
319
|
function registerScriptCommand(program) {
|
|
312
320
|
const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
|
|
313
321
|
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(
|
|
314
322
|
"--inspect-brk",
|
|
315
323
|
"Enable debugger in Node.js environments, breaking before code starts"
|
|
316
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
324
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-da23605b.cjs.js'); }).then((m) => m.command)));
|
|
317
325
|
command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
|
|
318
326
|
"--minify",
|
|
319
327
|
"Minify the generated code. Does not apply to app or backend packages."
|
|
@@ -331,21 +339,21 @@ function registerScriptCommand(program) {
|
|
|
331
339
|
"Config files to load instead of app-config.yaml. Applies to app packages only.",
|
|
332
340
|
(opt, opts) => opts ? [...opts, opt] : [opt],
|
|
333
341
|
Array()
|
|
334
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
342
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-c387d4d5.cjs.js'); }).then((m) => m.command)));
|
|
335
343
|
command.command("lint [directories...]").option(
|
|
336
344
|
"--format <format>",
|
|
337
345
|
"Lint report output format",
|
|
338
346
|
"eslint-formatter-friendly"
|
|
339
|
-
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
340
|
-
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-
|
|
341
|
-
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-
|
|
342
|
-
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
343
|
-
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
344
|
-
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
347
|
+
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-917790d8.cjs.js'); }).then((m) => m.default)));
|
|
348
|
+
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-6c6867eb.cjs.js'); }).then((m) => m.default)));
|
|
349
|
+
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-3606e4b3.cjs.js'); }).then((m) => m.command)));
|
|
350
|
+
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-1aaa5dcc.cjs.js'); }).then((m) => m.default)));
|
|
351
|
+
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-3f153380.cjs.js'); }).then((m) => m.pre)));
|
|
352
|
+
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-3f153380.cjs.js'); }).then((m) => m.post)));
|
|
345
353
|
}
|
|
346
354
|
function registerMigrateCommand(program) {
|
|
347
355
|
const command = program.command("migrate [command]").description("Migration utilities");
|
|
348
|
-
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-
|
|
356
|
+
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-cae1e697.cjs.js'); }).then((m) => m.default)));
|
|
349
357
|
command.command("package-scripts").description("Set package scripts according to each package role").action(
|
|
350
358
|
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-c6721fac.cjs.js'); }).then((m) => m.command))
|
|
351
359
|
);
|
|
@@ -355,7 +363,7 @@ function registerMigrateCommand(program) {
|
|
|
355
363
|
command.command("package-lint-configs").description(
|
|
356
364
|
"Migrates all packages to use @backstage/cli/config/eslint-factory"
|
|
357
365
|
).action(
|
|
358
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-
|
|
366
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-e3b55179.cjs.js'); }).then((m) => m.command))
|
|
359
367
|
);
|
|
360
368
|
command.command("react-router-deps").description(
|
|
361
369
|
"Migrates the react-router dependencies for all packages to be peer dependencies"
|
|
@@ -380,7 +388,7 @@ function registerCommands(program) {
|
|
|
380
388
|
).option(
|
|
381
389
|
"--baseVersion <version>",
|
|
382
390
|
"The version to use for any new packages (default: 0.1.0)"
|
|
383
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
391
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-18ecf30e.cjs.js'); }).then((m) => m.default)));
|
|
384
392
|
program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
|
|
385
393
|
"Open up an interactive guide to creating new things in your app [DEPRECATED]"
|
|
386
394
|
).option(
|
|
@@ -394,30 +402,30 @@ function registerCommands(program) {
|
|
|
394
402
|
).option("--scope <scope>", "The scope to use for new packages").option(
|
|
395
403
|
"--npm-registry <URL>",
|
|
396
404
|
"The package registry to use for new packages"
|
|
397
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
405
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-18ecf30e.cjs.js'); }).then((m) => m.default)));
|
|
398
406
|
program.command("create-plugin", { hidden: true }).option(
|
|
399
407
|
"--backend",
|
|
400
408
|
"Create plugin with the backend dependencies as default"
|
|
401
409
|
).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(
|
|
402
|
-
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
410
|
+
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-27af5bae.cjs.js'); }).then((m) => m.default))
|
|
403
411
|
);
|
|
404
412
|
program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
|
|
405
413
|
"Diff an existing plugin with the creation template [DEPRECATED]"
|
|
406
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
414
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-cd4e9ad8.cjs.js'); }).then((m) => m.default)));
|
|
407
415
|
program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
|
|
408
416
|
"Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
|
|
409
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
417
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./test-6c6867eb.cjs.js'); }).then((m) => m.default)));
|
|
410
418
|
program.command("config:docs").option(
|
|
411
419
|
"--package <name>",
|
|
412
420
|
"Only include the schema that applies to the given package"
|
|
413
|
-
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
421
|
+
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-9448babf.cjs.js'); }).then((m) => m.default)));
|
|
414
422
|
program.command("config:print").option(
|
|
415
423
|
"--package <name>",
|
|
416
424
|
"Only load config schema that applies to the given package"
|
|
417
425
|
).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(
|
|
418
426
|
"--format <format>",
|
|
419
427
|
"Format to print the configuration in, either json or yaml [yaml]"
|
|
420
|
-
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
428
|
+
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-cf6d66c2.cjs.js'); }).then((m) => m.default)));
|
|
421
429
|
program.command("config:check").option(
|
|
422
430
|
"--package <name>",
|
|
423
431
|
"Only load config schema that applies to the given package"
|
|
@@ -426,14 +434,14 @@ function registerCommands(program) {
|
|
|
426
434
|
"Enable strict config validation, forbidding errors and unknown keys"
|
|
427
435
|
).option(...configOption).description(
|
|
428
436
|
"Validate that the given configuration loads and matches schema"
|
|
429
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
437
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-8b6ad47a.cjs.js'); }).then((m) => m.default)));
|
|
430
438
|
program.command("config:schema").option(
|
|
431
439
|
"--package <name>",
|
|
432
440
|
"Only output config schema that applies to the given package"
|
|
433
441
|
).option(
|
|
434
442
|
"--format <format>",
|
|
435
443
|
"Format to print the schema in, either json or yaml [yaml]"
|
|
436
|
-
).option("--merge", "Print the config schemas merged", true).option("--no-merge", "Print the config schemas not merged").description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-
|
|
444
|
+
).option("--merge", "Print the config schemas merged", true).option("--no-merge", "Print the config schemas not merged").description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-d36cc873.cjs.js'); }).then((m) => m.default)));
|
|
437
445
|
registerRepoCommand(program);
|
|
438
446
|
registerScriptCommand(program);
|
|
439
447
|
registerMigrateCommand(program);
|
|
@@ -445,19 +453,19 @@ function registerCommands(program) {
|
|
|
445
453
|
"--release <version|next|main>",
|
|
446
454
|
"Bump to a specific Backstage release line or version",
|
|
447
455
|
"main"
|
|
448
|
-
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
449
|
-
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-
|
|
450
|
-
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
456
|
+
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-708dac69.cjs.js'); }).then((m) => m.default)));
|
|
457
|
+
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-e6cec9b6.cjs.js'); }).then((m) => m.default)));
|
|
458
|
+
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-1aaa5dcc.cjs.js'); }).then((m) => m.default)));
|
|
451
459
|
program.command("build-workspace <workspace-dir> [packages...]").option(
|
|
452
460
|
"--alwaysYarnPack",
|
|
453
461
|
"Force workspace output to be a result of running `yarn pack` on each package (warning: very slow)"
|
|
454
|
-
).description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-
|
|
455
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
456
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
462
|
+
).description("Builds a temporary dist workspace from the provided packages").action(lazy(() => Promise.resolve().then(function () { return require('./buildWorkspace-cedbf031.cjs.js'); }).then((m) => m.default)));
|
|
463
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-b2c81265.cjs.js'); }).then((m) => m.default)));
|
|
464
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-0364325b.cjs.js'); }).then((m) => m.default)));
|
|
457
465
|
program.command("install [plugin-id]", { hidden: true }).option(
|
|
458
466
|
"--from <packageJsonFilePath>",
|
|
459
467
|
"Install from a local package.json containing the installation recipe"
|
|
460
|
-
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
468
|
+
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-2485aa61.cjs.js'); }).then((m) => m.default)));
|
|
461
469
|
}
|
|
462
470
|
function lazy(getActionFunc) {
|
|
463
471
|
return async (...args) => {
|
|
@@ -501,4 +509,4 @@ exports.devDependencies = devDependencies;
|
|
|
501
509
|
exports.paths = paths;
|
|
502
510
|
exports.version = version;
|
|
503
511
|
exports.version$1 = version$9;
|
|
504
|
-
//# sourceMappingURL=index-
|
|
512
|
+
//# sourceMappingURL=index-09e90df3.cjs.js.map
|
|
@@ -9,7 +9,7 @@ var yaml = require('yaml');
|
|
|
9
9
|
var cliCommon = require('@backstage/cli-common');
|
|
10
10
|
var path = require('path');
|
|
11
11
|
var differ = require('diff');
|
|
12
|
-
var config = require('./config-
|
|
12
|
+
var config = require('./config-290dd5ed.cjs.js');
|
|
13
13
|
var catalogModel = require('@backstage/catalog-model');
|
|
14
14
|
var z = require('zod');
|
|
15
15
|
var integration = require('@backstage/integration');
|
|
@@ -24,7 +24,7 @@ require('child_process');
|
|
|
24
24
|
require('@backstage/errors');
|
|
25
25
|
require('@backstage/config-loader');
|
|
26
26
|
require('@backstage/config');
|
|
27
|
-
require('./index-
|
|
27
|
+
require('./index-09e90df3.cjs.js');
|
|
28
28
|
require('commander');
|
|
29
29
|
require('semver');
|
|
30
30
|
require('@manypkg/get-packages');
|
|
@@ -1208,4 +1208,4 @@ async function command() {
|
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
1210
|
exports.command = command;
|
|
1211
|
-
//# sourceMappingURL=index-
|
|
1211
|
+
//# sourceMappingURL=index-975af630.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-
|
|
7
|
+
var index$1 = require('./index-09e90df3.cjs.js');
|
|
8
8
|
var crypto = require('crypto');
|
|
9
9
|
var openBrowser = require('react-dev-utils/openBrowser');
|
|
10
10
|
var request = require('@octokit/request');
|
|
@@ -230,4 +230,4 @@ async function verifyGithubOrg(org) {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
exports["default"] = index;
|
|
233
|
-
//# sourceMappingURL=index-
|
|
233
|
+
//# sourceMappingURL=index-b2c81265.cjs.js.map
|