@backstage/cli 0.22.2-next.0 → 0.22.2-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 +15 -0
- package/asset-types/asset-types.d.ts +1 -1
- package/config/eslint-factory.js +1 -32
- package/dist/cjs/{PackageGraph-e616fa94.cjs.js → PackageGraph-81b8406a.cjs.js} +3 -3
- package/dist/cjs/{build-1dbdfe5b.cjs.js → build-fc6b83f0.cjs.js} +9 -9
- package/dist/cjs/{buildBackend-0ed67e88.cjs.js → buildBackend-e5093bff.cjs.js} +6 -6
- package/dist/cjs/{buildWorkspace-b953f523.cjs.js → buildWorkspace-9d9ec549.cjs.js} +6 -6
- package/dist/cjs/{bump-5f65d9a2.cjs.js → bump-36c8ac3d.cjs.js} +6 -6
- package/dist/cjs/{clean-c2d50507.cjs.js → clean-5f85d87c.cjs.js} +2 -2
- package/dist/cjs/{clean-5bd88470.cjs.js → clean-9ff70433.cjs.js} +4 -4
- package/dist/cjs/{config-0427e3b2.cjs.js → config-5869f8d3.cjs.js} +3 -3
- package/dist/cjs/{createDistWorkspace-c65adf78.cjs.js → createDistWorkspace-ea5933a6.cjs.js} +6 -6
- package/dist/cjs/{createPlugin-1406a48f.cjs.js → createPlugin-ec611e33.cjs.js} +4 -4
- package/dist/cjs/{diff-2c0e3f56.cjs.js → diff-24c4c858.cjs.js} +2 -2
- package/dist/cjs/{docs-5e42347e.cjs.js → docs-4bd247d5.cjs.js} +5 -5
- package/dist/cjs/{fix-6814d7d4.cjs.js → fix-7c514b56.cjs.js} +4 -4
- package/dist/cjs/{index-38e61eff.cjs.js → index-557e9f23.cjs.js} +236 -18
- package/dist/cjs/{index-1e9cb6b4.cjs.js → index-56ed8080.cjs.js} +2 -2
- package/dist/cjs/{index-6a9ea3ac.cjs.js → index-691330a9.cjs.js} +9 -9
- package/dist/cjs/{index-def5ead7.cjs.js → index-86b8003d.cjs.js} +43 -40
- package/dist/cjs/{info-0e9d1dd7.cjs.js → info-67437aff.cjs.js} +3 -3
- package/dist/cjs/{install-867fe702.cjs.js → install-4b71f261.cjs.js} +4 -4
- package/dist/cjs/{lint-fbbe6554.cjs.js → lint-595e2f98.cjs.js} +4 -4
- package/dist/cjs/{lint-6be0160b.cjs.js → lint-b3d1ff03.cjs.js} +4 -4
- package/dist/cjs/{lint-e49bf460.cjs.js → lint-ec966dab.cjs.js} +2 -2
- package/dist/cjs/{list-deprecations-e7a1cfb0.cjs.js → list-deprecations-d249ce90.cjs.js} +4 -4
- package/dist/cjs/{new-4ac9108a.cjs.js → new-5fa7a3ce.cjs.js} +4 -4
- package/dist/cjs/{pack-4414ffab.cjs.js → pack-c3e9e150.cjs.js} +2 -2
- package/dist/cjs/{packageLintConfigs-2fed5677.cjs.js → packageLintConfigs-cf6108c5.cjs.js} +4 -4
- package/dist/cjs/{packageRole-24afcd93.cjs.js → packageRole-4df16813.cjs.js} +3 -3
- package/dist/cjs/{packageRoles-717b0ca3.cjs.js → packageRoles-70e2946e.cjs.js} +2 -2
- package/dist/cjs/{packageScripts-f97c8f90.cjs.js → packageScripts-2652d5f2.cjs.js} +5 -5
- package/dist/cjs/{packages-1a9a6254.cjs.js → packages-978b2416.cjs.js} +3 -3
- package/dist/cjs/{paths-5782f241.cjs.js → paths-050ed5c7.cjs.js} +3 -3
- package/dist/cjs/{print-9cea81ad.cjs.js → print-550198cd.cjs.js} +5 -5
- package/dist/cjs/{reactRouterDeps-88fb2936.cjs.js → reactRouterDeps-a13fe43f.cjs.js} +5 -5
- package/dist/cjs/{run-ac0b620b.cjs.js → run-26253c68.cjs.js} +2 -2
- package/dist/cjs/{schema-670284f2.cjs.js → schema-ab695b07.cjs.js} +5 -5
- package/dist/cjs/{tasks-90e4e523.cjs.js → tasks-8bf90311.cjs.js} +2 -2
- package/dist/cjs/{test-7b42290d.cjs.js → test-da527d79.cjs.js} +3 -3
- package/dist/cjs/{test-8bb2b2f9.cjs.js → test-e461ea1b.cjs.js} +4 -4
- package/dist/cjs/{validate-331f4ecc.cjs.js → validate-561272ff.cjs.js} +5 -5
- package/dist/index.cjs.js +1 -1
- package/package.json +8 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fs = require('fs-extra');
|
|
4
|
-
var index = require('./index-
|
|
4
|
+
var index = require('./index-86b8003d.cjs.js');
|
|
5
5
|
var webpack = require('webpack');
|
|
6
|
-
var paths = require('./paths-
|
|
6
|
+
var paths = require('./paths-050ed5c7.cjs.js');
|
|
7
7
|
require('yn');
|
|
8
|
-
require('path');
|
|
8
|
+
var path = require('path');
|
|
9
9
|
require('react-dev-utils/FileSizeReporter');
|
|
10
10
|
require('react-dev-utils/formatWebpackMessages');
|
|
11
11
|
require('fork-ts-checker-webpack-plugin');
|
|
@@ -17,23 +17,27 @@ require('@backstage/cli-common');
|
|
|
17
17
|
require('@manypkg/get-packages');
|
|
18
18
|
require('mini-css-extract-plugin');
|
|
19
19
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
20
|
-
require('./run-
|
|
20
|
+
require('./run-26253c68.cjs.js');
|
|
21
21
|
require('eslint-webpack-plugin');
|
|
22
22
|
require('lodash/pickBy');
|
|
23
23
|
var chalk = require('chalk');
|
|
24
24
|
var WebpackDevServer = require('webpack-dev-server');
|
|
25
25
|
var openBrowser = require('react-dev-utils/openBrowser');
|
|
26
|
+
var url = require('url');
|
|
27
|
+
var chokidar = require('chokidar');
|
|
28
|
+
var errors = require('@backstage/errors');
|
|
29
|
+
var debounce = require('lodash/debounce');
|
|
30
|
+
var spawn = require('cross-spawn');
|
|
26
31
|
var uniq = require('lodash/uniq');
|
|
27
|
-
var config = require('./config-
|
|
32
|
+
var config = require('./config-5869f8d3.cjs.js');
|
|
28
33
|
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
29
34
|
require('minimatch');
|
|
30
35
|
require('./yarn-6cd89e16.cjs.js');
|
|
31
|
-
var lint = require('./lint-
|
|
32
|
-
var PackageGraph = require('./PackageGraph-
|
|
33
|
-
var packageRoles = require('./packageRoles-
|
|
36
|
+
var lint = require('./lint-595e2f98.cjs.js');
|
|
37
|
+
var PackageGraph = require('./PackageGraph-81b8406a.cjs.js');
|
|
38
|
+
var packageRoles = require('./packageRoles-70e2946e.cjs.js');
|
|
34
39
|
require('commander');
|
|
35
40
|
require('semver');
|
|
36
|
-
require('@backstage/errors');
|
|
37
41
|
require('./svgrTemplate-550efce6.cjs.js');
|
|
38
42
|
require('child_process');
|
|
39
43
|
require('util');
|
|
@@ -51,6 +55,8 @@ var webpack__default = /*#__PURE__*/_interopDefaultLegacy(webpack);
|
|
|
51
55
|
var chalk__default = /*#__PURE__*/_interopDefaultLegacy(chalk);
|
|
52
56
|
var WebpackDevServer__default = /*#__PURE__*/_interopDefaultLegacy(WebpackDevServer);
|
|
53
57
|
var openBrowser__default = /*#__PURE__*/_interopDefaultLegacy(openBrowser);
|
|
58
|
+
var debounce__default = /*#__PURE__*/_interopDefaultLegacy(debounce);
|
|
59
|
+
var spawn__default = /*#__PURE__*/_interopDefaultLegacy(spawn);
|
|
54
60
|
var uniq__default = /*#__PURE__*/_interopDefaultLegacy(uniq);
|
|
55
61
|
|
|
56
62
|
async function serveBackend(options) {
|
|
@@ -148,15 +154,227 @@ async function serveBundle(options) {
|
|
|
148
154
|
return waitForExit;
|
|
149
155
|
}
|
|
150
156
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
157
|
+
var __accessCheck = (obj, member, msg) => {
|
|
158
|
+
if (!member.has(obj))
|
|
159
|
+
throw TypeError("Cannot " + msg);
|
|
160
|
+
};
|
|
161
|
+
var __privateGet = (obj, member, getter) => {
|
|
162
|
+
__accessCheck(obj, member, "read from private field");
|
|
163
|
+
return getter ? getter.call(obj) : member.get(obj);
|
|
164
|
+
};
|
|
165
|
+
var __privateAdd = (obj, member, value) => {
|
|
166
|
+
if (member.has(obj))
|
|
167
|
+
throw TypeError("Cannot add the same private member more than once");
|
|
168
|
+
member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
169
|
+
};
|
|
170
|
+
var __privateSet = (obj, member, value, setter) => {
|
|
171
|
+
__accessCheck(obj, member, "write to private field");
|
|
172
|
+
setter ? setter.call(obj, value) : member.set(obj, value);
|
|
173
|
+
return value;
|
|
174
|
+
};
|
|
175
|
+
var __privateWrapper = (obj, member, setter, getter) => ({
|
|
176
|
+
set _(value) {
|
|
177
|
+
__privateSet(obj, member, value, setter);
|
|
178
|
+
},
|
|
179
|
+
get _() {
|
|
180
|
+
return __privateGet(obj, member, getter);
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
var _generation, _methods;
|
|
184
|
+
const requestType = "@backstage/cli/channel/request";
|
|
185
|
+
const responseType = "@backstage/cli/channel/response";
|
|
186
|
+
class IpcServer {
|
|
187
|
+
constructor() {
|
|
188
|
+
__privateAdd(this, _generation, 1);
|
|
189
|
+
__privateAdd(this, _methods, /* @__PURE__ */ new Map());
|
|
190
|
+
}
|
|
191
|
+
addChild(child) {
|
|
192
|
+
var _a;
|
|
193
|
+
const generation = __privateWrapper(this, _generation)._++;
|
|
194
|
+
const sendMessage = (_a = child.send) == null ? void 0 : _a.bind(child);
|
|
195
|
+
if (!sendMessage) {
|
|
196
|
+
return;
|
|
197
|
+
}
|
|
198
|
+
const messageListener = (request) => {
|
|
199
|
+
if (request.type !== requestType) {
|
|
200
|
+
return;
|
|
201
|
+
}
|
|
202
|
+
const handler = __privateGet(this, _methods).get(request.method);
|
|
203
|
+
if (!handler) {
|
|
204
|
+
sendMessage({
|
|
205
|
+
type: responseType,
|
|
206
|
+
id: request.id,
|
|
207
|
+
error: {
|
|
208
|
+
name: "NotFoundError",
|
|
209
|
+
message: `No handler registered for method ${request.method}`
|
|
210
|
+
}
|
|
211
|
+
});
|
|
212
|
+
return;
|
|
213
|
+
}
|
|
214
|
+
Promise.resolve().then(() => handler(request.body, { generation })).then(
|
|
215
|
+
(response) => sendMessage({
|
|
216
|
+
type: responseType,
|
|
217
|
+
id: request.id,
|
|
218
|
+
body: response
|
|
219
|
+
})
|
|
220
|
+
).catch(
|
|
221
|
+
(error) => sendMessage({
|
|
222
|
+
type: responseType,
|
|
223
|
+
id: request.id,
|
|
224
|
+
error: errors.serializeError(error)
|
|
225
|
+
})
|
|
226
|
+
);
|
|
227
|
+
};
|
|
228
|
+
child.addListener("message", messageListener);
|
|
229
|
+
child.addListener("exit", () => {
|
|
230
|
+
child.removeListener("message", messageListener);
|
|
231
|
+
});
|
|
232
|
+
}
|
|
233
|
+
registerMethod(method, handler) {
|
|
234
|
+
if (__privateGet(this, _methods).has(method)) {
|
|
235
|
+
throw new Error(`A handler is already registered for method ${method}`);
|
|
236
|
+
}
|
|
237
|
+
__privateGet(this, _methods).set(method, handler);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
_generation = new WeakMap();
|
|
241
|
+
_methods = new WeakMap();
|
|
242
|
+
|
|
243
|
+
class ServerDataStore {
|
|
244
|
+
static bind(server) {
|
|
245
|
+
const store = /* @__PURE__ */ new Map();
|
|
246
|
+
server.registerMethod(
|
|
247
|
+
"DevDataStore.save",
|
|
248
|
+
async (request, { generation }) => {
|
|
249
|
+
const { key, data } = request;
|
|
250
|
+
if (!key) {
|
|
251
|
+
throw new Error("Key is required in DevDataStore.save");
|
|
252
|
+
}
|
|
253
|
+
const item = store.get(key);
|
|
254
|
+
if (!item) {
|
|
255
|
+
store.set(key, { generation, data });
|
|
256
|
+
return { saved: true };
|
|
257
|
+
}
|
|
258
|
+
if (item.generation > generation) {
|
|
259
|
+
return { saved: false };
|
|
260
|
+
}
|
|
261
|
+
store.set(key, { generation, data });
|
|
262
|
+
return { saved: true };
|
|
263
|
+
}
|
|
264
|
+
);
|
|
265
|
+
server.registerMethod(
|
|
266
|
+
"DevDataStore.load",
|
|
267
|
+
async (request) => {
|
|
268
|
+
const item = store.get(request.key);
|
|
269
|
+
return { loaded: Boolean(item), data: item == null ? void 0 : item.data };
|
|
270
|
+
}
|
|
271
|
+
);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
const loaderArgs = ["--require", require.resolve("@esbuild-kit/cjs-loader")];
|
|
276
|
+
async function startBackendExperimental(options) {
|
|
277
|
+
const envEnv = process.env;
|
|
278
|
+
if (!envEnv.NODE_ENV) {
|
|
279
|
+
envEnv.NODE_ENV = "development";
|
|
280
|
+
}
|
|
281
|
+
const server = new IpcServer();
|
|
282
|
+
ServerDataStore.bind(server);
|
|
283
|
+
let exiting = false;
|
|
284
|
+
let child;
|
|
285
|
+
let watcher = void 0;
|
|
286
|
+
let shutdownPromise = void 0;
|
|
287
|
+
const restart = debounce__default["default"](async () => {
|
|
288
|
+
if (shutdownPromise) {
|
|
289
|
+
return;
|
|
290
|
+
}
|
|
291
|
+
if (child && !child.killed && child.exitCode === null) {
|
|
292
|
+
shutdownPromise = new Promise((resolve) => child.once("exit", resolve));
|
|
293
|
+
child.kill();
|
|
294
|
+
await shutdownPromise;
|
|
295
|
+
shutdownPromise = void 0;
|
|
296
|
+
}
|
|
297
|
+
if (exiting) {
|
|
298
|
+
return;
|
|
299
|
+
}
|
|
300
|
+
const optionArgs = new Array();
|
|
301
|
+
if (options.inspectEnabled) {
|
|
302
|
+
optionArgs.push("--inspect");
|
|
303
|
+
} else if (options.inspectBrkEnabled) {
|
|
304
|
+
optionArgs.push("--inspect-brk");
|
|
305
|
+
}
|
|
306
|
+
const userArgs = process.argv.slice(["node", "backstage-cli", "package", "start"].length).filter((arg) => !optionArgs.includes(arg));
|
|
307
|
+
child = spawn__default["default"](
|
|
308
|
+
process.execPath,
|
|
309
|
+
[...loaderArgs, ...optionArgs, options.entry, ...userArgs],
|
|
310
|
+
{
|
|
311
|
+
stdio: ["inherit", "inherit", "inherit", "ipc"],
|
|
312
|
+
env: {
|
|
313
|
+
...process.env,
|
|
314
|
+
BACKSTAGE_CLI_CHANNEL: "1",
|
|
315
|
+
ESBK_TSCONFIG_PATH: index.paths.resolveTargetRoot("tsconfig.json")
|
|
316
|
+
},
|
|
317
|
+
serialization: "advanced"
|
|
318
|
+
}
|
|
319
|
+
);
|
|
320
|
+
server.addChild(child);
|
|
321
|
+
child.on("message", (data) => {
|
|
322
|
+
if (typeof data === "object" && (data == null ? void 0 : data.type) === "dependency") {
|
|
323
|
+
let path$1 = data.path;
|
|
324
|
+
if (path$1.startsWith("file:")) {
|
|
325
|
+
path$1 = url.fileURLToPath(path$1);
|
|
326
|
+
}
|
|
327
|
+
if (path.isAbsolute(path$1)) {
|
|
328
|
+
watcher == null ? void 0 : watcher.add(path$1);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
});
|
|
332
|
+
}, 100);
|
|
333
|
+
restart();
|
|
334
|
+
watcher = chokidar.watch([index.paths.targetDir], {
|
|
335
|
+
cwd: process.cwd(),
|
|
336
|
+
ignored: ["**/.*/**", "**/node_modules/**"],
|
|
337
|
+
ignoreInitial: true,
|
|
338
|
+
ignorePermissionErrors: true
|
|
339
|
+
}).on("all", restart);
|
|
340
|
+
process.stdin.on("data", restart);
|
|
341
|
+
const exitPromise = new Promise((resolveExitPromise) => {
|
|
342
|
+
async function handleSignal(signal) {
|
|
343
|
+
exiting = true;
|
|
344
|
+
if (child && child.exitCode === null) {
|
|
345
|
+
await new Promise((resolve) => {
|
|
346
|
+
child.on("close", resolve);
|
|
347
|
+
child.kill(signal);
|
|
348
|
+
});
|
|
349
|
+
}
|
|
350
|
+
resolveExitPromise();
|
|
351
|
+
}
|
|
352
|
+
process.once("SIGINT", handleSignal);
|
|
353
|
+
process.once("SIGTERM", handleSignal);
|
|
158
354
|
});
|
|
159
|
-
|
|
355
|
+
return () => exitPromise;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
async function startBackend(options) {
|
|
359
|
+
if (process.env.EXPERIMENTAL_BACKEND_START) {
|
|
360
|
+
const waitForExit = await startBackendExperimental({
|
|
361
|
+
entry: "src/index",
|
|
362
|
+
checksEnabled: false,
|
|
363
|
+
// not supported
|
|
364
|
+
inspectEnabled: options.inspectEnabled,
|
|
365
|
+
inspectBrkEnabled: options.inspectBrkEnabled
|
|
366
|
+
});
|
|
367
|
+
await waitForExit();
|
|
368
|
+
} else {
|
|
369
|
+
await fs__default["default"].remove(index.paths.resolveTarget("dist"));
|
|
370
|
+
const waitForExit = await serveBackend({
|
|
371
|
+
entry: "src/index",
|
|
372
|
+
checksEnabled: options.checksEnabled,
|
|
373
|
+
inspectEnabled: options.inspectEnabled,
|
|
374
|
+
inspectBrkEnabled: options.inspectBrkEnabled
|
|
375
|
+
});
|
|
376
|
+
await waitForExit();
|
|
377
|
+
}
|
|
160
378
|
}
|
|
161
379
|
|
|
162
380
|
async function startFrontend(options) {
|
|
@@ -251,4 +469,4 @@ async function command(opts) {
|
|
|
251
469
|
}
|
|
252
470
|
|
|
253
471
|
exports.command = command;
|
|
254
|
-
//# sourceMappingURL=index-
|
|
472
|
+
//# sourceMappingURL=index-557e9f23.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-86b8003d.cjs.js');
|
|
8
8
|
var crypto = require('crypto');
|
|
9
9
|
var openBrowser = require('react-dev-utils/openBrowser');
|
|
10
10
|
var request = require('@octokit/request');
|
|
@@ -222,4 +222,4 @@ async function verifyGithubOrg(org) {
|
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
exports["default"] = index;
|
|
225
|
-
//# sourceMappingURL=index-
|
|
225
|
+
//# sourceMappingURL=index-56ed8080.cjs.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var createDistWorkspace = require('./createDistWorkspace-
|
|
4
|
-
var packageRoles = require('./packageRoles-
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
var buildBackend = require('./buildBackend-
|
|
3
|
+
var createDistWorkspace = require('./createDistWorkspace-ea5933a6.cjs.js');
|
|
4
|
+
var packageRoles = require('./packageRoles-70e2946e.cjs.js');
|
|
5
|
+
var index = require('./index-86b8003d.cjs.js');
|
|
6
|
+
var buildBackend = require('./buildBackend-e5093bff.cjs.js');
|
|
7
7
|
require('chalk');
|
|
8
8
|
require('fs-extra');
|
|
9
9
|
require('path');
|
|
10
10
|
require('os');
|
|
11
11
|
require('tar');
|
|
12
12
|
require('lodash/partition');
|
|
13
|
-
require('./run-
|
|
13
|
+
require('./run-26253c68.cjs.js');
|
|
14
14
|
require('child_process');
|
|
15
15
|
require('util');
|
|
16
16
|
require('@backstage/errors');
|
|
17
|
-
require('./PackageGraph-
|
|
17
|
+
require('./PackageGraph-81b8406a.cjs.js');
|
|
18
18
|
require('@manypkg/get-packages');
|
|
19
19
|
require('./Lockfile-bc3a8337.cjs.js');
|
|
20
20
|
require('semver');
|
|
@@ -45,7 +45,7 @@ require('html-webpack-plugin');
|
|
|
45
45
|
require('react-dev-utils/ModuleScopePlugin');
|
|
46
46
|
require('run-script-webpack-plugin');
|
|
47
47
|
require('webpack-node-externals');
|
|
48
|
-
require('./paths-
|
|
48
|
+
require('./paths-050ed5c7.cjs.js');
|
|
49
49
|
require('mini-css-extract-plugin');
|
|
50
50
|
require('@pmmmwh/react-refresh-webpack-plugin');
|
|
51
51
|
require('eslint-webpack-plugin');
|
|
@@ -55,7 +55,7 @@ require('react-dev-utils/FileSizeReporter');
|
|
|
55
55
|
require('react-dev-utils/formatWebpackMessages');
|
|
56
56
|
require('webpack-dev-server');
|
|
57
57
|
require('react-dev-utils/openBrowser');
|
|
58
|
-
require('./config-
|
|
58
|
+
require('./config-5869f8d3.cjs.js');
|
|
59
59
|
require('@backstage/config-loader');
|
|
60
60
|
require('@backstage/config');
|
|
61
61
|
|
|
@@ -93,4 +93,4 @@ async function command(opts) {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
exports.command = command;
|
|
96
|
-
//# sourceMappingURL=index-
|
|
96
|
+
//# sourceMappingURL=index-691330a9.cjs.js.map
|
|
@@ -46,16 +46,18 @@ class NotFoundError extends CustomError {
|
|
|
46
46
|
|
|
47
47
|
const paths = cliCommon.findPaths(__dirname);
|
|
48
48
|
|
|
49
|
-
var version$a = "0.18.2-next.
|
|
49
|
+
var version$a = "0.18.2-next.2";
|
|
50
50
|
|
|
51
|
-
var version$9 = "0.22.2-next.
|
|
51
|
+
var version$9 = "0.22.2-next.1";
|
|
52
52
|
var dependencies = {
|
|
53
53
|
"@backstage/cli-common": "workspace:^",
|
|
54
54
|
"@backstage/config": "workspace:^",
|
|
55
55
|
"@backstage/config-loader": "workspace:^",
|
|
56
56
|
"@backstage/errors": "workspace:^",
|
|
57
|
+
"@backstage/eslint-plugin": "workspace:^",
|
|
57
58
|
"@backstage/release-manifests": "workspace:^",
|
|
58
59
|
"@backstage/types": "workspace:^",
|
|
60
|
+
"@esbuild-kit/cjs-loader": "^2.4.1",
|
|
59
61
|
"@manypkg/get-packages": "^1.1.3",
|
|
60
62
|
"@octokit/request": "^6.0.0",
|
|
61
63
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
@@ -85,6 +87,7 @@ var dependencies = {
|
|
|
85
87
|
chalk: "^4.0.0",
|
|
86
88
|
chokidar: "^3.3.1",
|
|
87
89
|
commander: "^9.1.0",
|
|
90
|
+
"cross-spawn": "^7.0.3",
|
|
88
91
|
"css-loader": "^6.5.1",
|
|
89
92
|
diff: "^5.0.0",
|
|
90
93
|
esbuild: "^0.17.0",
|
|
@@ -96,7 +99,6 @@ var dependencies = {
|
|
|
96
99
|
"eslint-plugin-import": "^2.25.4",
|
|
97
100
|
"eslint-plugin-jest": "^27.0.0",
|
|
98
101
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
99
|
-
"eslint-plugin-monorepo": "^0.3.2",
|
|
100
102
|
"eslint-plugin-react": "^7.28.0",
|
|
101
103
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
102
104
|
"eslint-webpack-plugin": "^3.1.1",
|
|
@@ -156,6 +158,7 @@ var devDependencies = {
|
|
|
156
158
|
"@backstage/dev-utils": "workspace:^",
|
|
157
159
|
"@backstage/test-utils": "workspace:^",
|
|
158
160
|
"@backstage/theme": "workspace:^",
|
|
161
|
+
"@types/cross-spawn": "^6.0.2",
|
|
159
162
|
"@types/diff": "^5.0.0",
|
|
160
163
|
"@types/express": "^4.17.6",
|
|
161
164
|
"@types/fs-extra": "^9.0.1",
|
|
@@ -183,17 +186,17 @@ var version$8 = "1.0.6";
|
|
|
183
186
|
|
|
184
187
|
var version$7 = "1.4.1-next.0";
|
|
185
188
|
|
|
186
|
-
var version$6 = "0.12.4-next.
|
|
189
|
+
var version$6 = "0.12.4-next.1";
|
|
187
190
|
|
|
188
191
|
var version$5 = "1.3.0";
|
|
189
192
|
|
|
190
|
-
var version$4 = "1.0.12-next.
|
|
193
|
+
var version$4 = "1.0.12-next.2";
|
|
191
194
|
|
|
192
195
|
var version$3 = "1.2.5-next.0";
|
|
193
196
|
|
|
194
197
|
var version$2 = "0.2.16";
|
|
195
198
|
|
|
196
|
-
var version$1 = "1.11.0-next.
|
|
199
|
+
var version$1 = "1.11.0-next.2";
|
|
197
200
|
|
|
198
201
|
const packageVersions = {
|
|
199
202
|
"@backstage/backend-common": version$a,
|
|
@@ -264,7 +267,7 @@ function registerRepoCommand(program) {
|
|
|
264
267
|
).option(
|
|
265
268
|
"--since <ref>",
|
|
266
269
|
"Only build packages and their dev dependents that changed since the specified ref"
|
|
267
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./build-
|
|
270
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./build-fc6b83f0.cjs.js'); }).then((m) => m.command)));
|
|
268
271
|
command.command("lint").description("Lint all packages in the project").option(
|
|
269
272
|
"--format <format>",
|
|
270
273
|
"Lint report output format",
|
|
@@ -272,10 +275,10 @@ function registerRepoCommand(program) {
|
|
|
272
275
|
).option(
|
|
273
276
|
"--since <ref>",
|
|
274
277
|
"Only lint packages that changed since the specified ref"
|
|
275
|
-
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
276
|
-
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
278
|
+
).option("--fix", "Attempt to automatically fix violations").action(lazy(() => Promise.resolve().then(function () { return require('./lint-b3d1ff03.cjs.js'); }).then((m) => m.command)));
|
|
279
|
+
command.command("clean").description("Delete cache and output directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-9ff70433.cjs.js'); }).then((m) => m.command)));
|
|
277
280
|
command.command("list-deprecations").description("List deprecations").option("--json", "Output as JSON").action(
|
|
278
|
-
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-
|
|
281
|
+
lazy(() => Promise.resolve().then(function () { return require('./list-deprecations-d249ce90.cjs.js'); }).then((m) => m.command))
|
|
279
282
|
);
|
|
280
283
|
command.command("test").allowUnknownOption(true).option(
|
|
281
284
|
"--since <ref>",
|
|
@@ -283,14 +286,14 @@ function registerRepoCommand(program) {
|
|
|
283
286
|
).option(
|
|
284
287
|
"--jest-help",
|
|
285
288
|
"Show help for Jest CLI options, which are passed through"
|
|
286
|
-
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
289
|
+
).description("Run tests, forwarding args to Jest, defaulting to watch mode").action(lazy(() => Promise.resolve().then(function () { return require('./test-e461ea1b.cjs.js'); }).then((m) => m.command)));
|
|
287
290
|
}
|
|
288
291
|
function registerScriptCommand(program) {
|
|
289
292
|
const command = program.command("package [command]").description("Lifecycle scripts for individual packages");
|
|
290
293
|
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(
|
|
291
294
|
"--inspect-brk",
|
|
292
295
|
"Enable debugger in Node.js environments, breaking before code starts"
|
|
293
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
296
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-557e9f23.cjs.js'); }).then((m) => m.command)));
|
|
294
297
|
command.command("build").description("Build a package for production deployment or publishing").option("--role <name>", "Run the command with an explicit package role").option(
|
|
295
298
|
"--minify",
|
|
296
299
|
"Minify the generated code. Does not apply to app or backend packages."
|
|
@@ -308,33 +311,33 @@ function registerScriptCommand(program) {
|
|
|
308
311
|
"Config files to load instead of app-config.yaml. Applies to app packages only.",
|
|
309
312
|
(opt, opts) => opts ? [...opts, opt] : [opt],
|
|
310
313
|
Array()
|
|
311
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
314
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./index-691330a9.cjs.js'); }).then((m) => m.command)));
|
|
312
315
|
command.command("lint [directories...]").option(
|
|
313
316
|
"--format <format>",
|
|
314
317
|
"Lint report output format",
|
|
315
318
|
"eslint-formatter-friendly"
|
|
316
|
-
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-
|
|
317
|
-
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-
|
|
318
|
-
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-
|
|
319
|
-
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
320
|
-
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
321
|
-
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-
|
|
319
|
+
).option("--fix", "Attempt to automatically fix violations").description("Lint a package").action(lazy(() => Promise.resolve().then(function () { return require('./lint-ec966dab.cjs.js'); }).then((m) => m.default)));
|
|
320
|
+
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-da527d79.cjs.js'); }).then((m) => m.default)));
|
|
321
|
+
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-7c514b56.cjs.js'); }).then((m) => m.command)));
|
|
322
|
+
command.command("clean").description("Delete cache directories").action(lazy(() => Promise.resolve().then(function () { return require('./clean-5f85d87c.cjs.js'); }).then((m) => m.default)));
|
|
323
|
+
command.command("prepack").description("Prepares a package for packaging before publishing").action(lazy(() => Promise.resolve().then(function () { return require('./pack-c3e9e150.cjs.js'); }).then((m) => m.pre)));
|
|
324
|
+
command.command("postpack").description("Restores the changes made by the prepack command").action(lazy(() => Promise.resolve().then(function () { return require('./pack-c3e9e150.cjs.js'); }).then((m) => m.post)));
|
|
322
325
|
}
|
|
323
326
|
function registerMigrateCommand(program) {
|
|
324
327
|
const command = program.command("migrate [command]").description("Migration utilities");
|
|
325
|
-
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-
|
|
328
|
+
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-4df16813.cjs.js'); }).then((m) => m.default)));
|
|
326
329
|
command.command("package-scripts").description("Set package scripts according to each package role").action(
|
|
327
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-
|
|
330
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageScripts-2652d5f2.cjs.js'); }).then((m) => m.command))
|
|
328
331
|
);
|
|
329
332
|
command.command("package-lint-configs").description(
|
|
330
333
|
"Migrates all packages to use @backstage/cli/config/eslint-factory"
|
|
331
334
|
).action(
|
|
332
|
-
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-
|
|
335
|
+
lazy(() => Promise.resolve().then(function () { return require('./packageLintConfigs-cf6108c5.cjs.js'); }).then((m) => m.command))
|
|
333
336
|
);
|
|
334
337
|
command.command("react-router-deps").description(
|
|
335
338
|
"Migrates the react-router dependencies for all packages to be peer dependencies"
|
|
336
339
|
).action(
|
|
337
|
-
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-
|
|
340
|
+
lazy(() => Promise.resolve().then(function () { return require('./reactRouterDeps-a13fe43f.cjs.js'); }).then((m) => m.command))
|
|
338
341
|
);
|
|
339
342
|
}
|
|
340
343
|
function registerCommands(program) {
|
|
@@ -354,7 +357,7 @@ function registerCommands(program) {
|
|
|
354
357
|
).option(
|
|
355
358
|
"--baseVersion <version>",
|
|
356
359
|
"The version to use for any new packages (default: 0.1.0)"
|
|
357
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
360
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-5fa7a3ce.cjs.js'); }).then((m) => m.default)));
|
|
358
361
|
program.command("create", { hidden: true }).storeOptionsAsProperties(false).description(
|
|
359
362
|
"Open up an interactive guide to creating new things in your app [DEPRECATED]"
|
|
360
363
|
).option(
|
|
@@ -368,43 +371,43 @@ function registerCommands(program) {
|
|
|
368
371
|
).option("--scope <scope>", "The scope to use for new packages").option(
|
|
369
372
|
"--npm-registry <URL>",
|
|
370
373
|
"The package registry to use for new packages"
|
|
371
|
-
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-
|
|
374
|
+
).option("--no-private", "Do not mark new packages as private").action(lazy(() => Promise.resolve().then(function () { return require('./new-5fa7a3ce.cjs.js'); }).then((m) => m.default)));
|
|
372
375
|
program.command("create-plugin", { hidden: true }).option(
|
|
373
376
|
"--backend",
|
|
374
377
|
"Create plugin with the backend dependencies as default"
|
|
375
378
|
).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(
|
|
376
|
-
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-
|
|
379
|
+
lazy(() => Promise.resolve().then(function () { return require('./createPlugin-ec611e33.cjs.js'); }).then((m) => m.default))
|
|
377
380
|
);
|
|
378
381
|
program.command("plugin:diff", { hidden: true }).option("--check", "Fail if changes are required").option("--yes", "Apply all changes").description(
|
|
379
382
|
"Diff an existing plugin with the creation template [DEPRECATED]"
|
|
380
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-
|
|
383
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./diff-24c4c858.cjs.js'); }).then((m) => m.default)));
|
|
381
384
|
program.command("test").allowUnknownOption(true).helpOption(", --backstage-cli-help").description(
|
|
382
385
|
"Run tests, forwarding args to Jest, defaulting to watch mode [DEPRECATED]"
|
|
383
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./test-
|
|
386
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./test-da527d79.cjs.js'); }).then((m) => m.default)));
|
|
384
387
|
program.command("config:docs").option(
|
|
385
388
|
"--package <name>",
|
|
386
389
|
"Only include the schema that applies to the given package"
|
|
387
|
-
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-
|
|
390
|
+
).description("Browse the configuration reference documentation").action(lazy(() => Promise.resolve().then(function () { return require('./docs-4bd247d5.cjs.js'); }).then((m) => m.default)));
|
|
388
391
|
program.command("config:print").option(
|
|
389
392
|
"--package <name>",
|
|
390
393
|
"Only load config schema that applies to the given package"
|
|
391
394
|
).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(
|
|
392
395
|
"--format <format>",
|
|
393
396
|
"Format to print the configuration in, either json or yaml [yaml]"
|
|
394
|
-
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-
|
|
397
|
+
).option(...configOption).description("Print the app configuration for the current package").action(lazy(() => Promise.resolve().then(function () { return require('./print-550198cd.cjs.js'); }).then((m) => m.default)));
|
|
395
398
|
program.command("config:check").option(
|
|
396
399
|
"--package <name>",
|
|
397
400
|
"Only load config schema that applies to the given package"
|
|
398
401
|
).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(
|
|
399
402
|
"Validate that the given configuration loads and matches schema"
|
|
400
|
-
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-
|
|
403
|
+
).action(lazy(() => Promise.resolve().then(function () { return require('./validate-561272ff.cjs.js'); }).then((m) => m.default)));
|
|
401
404
|
program.command("config:schema").option(
|
|
402
405
|
"--package <name>",
|
|
403
406
|
"Only output config schema that applies to the given package"
|
|
404
407
|
).option(
|
|
405
408
|
"--format <format>",
|
|
406
409
|
"Format to print the schema in, either json or yaml [yaml]"
|
|
407
|
-
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-
|
|
410
|
+
).description("Print configuration schema").action(lazy(() => Promise.resolve().then(function () { return require('./schema-ab695b07.cjs.js'); }).then((m) => m.default)));
|
|
408
411
|
registerRepoCommand(program);
|
|
409
412
|
registerScriptCommand(program);
|
|
410
413
|
registerMigrateCommand(program);
|
|
@@ -415,16 +418,16 @@ function registerCommands(program) {
|
|
|
415
418
|
"--release <version|next|main>",
|
|
416
419
|
"Bump to a specific Backstage release line or version",
|
|
417
420
|
"main"
|
|
418
|
-
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-
|
|
419
|
-
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-
|
|
420
|
-
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-
|
|
421
|
-
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-
|
|
422
|
-
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-
|
|
423
|
-
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-
|
|
421
|
+
).option("--skip-install", "Skips yarn install step").description("Bump Backstage packages to the latest versions").action(lazy(() => Promise.resolve().then(function () { return require('./bump-36c8ac3d.cjs.js'); }).then((m) => m.default)));
|
|
422
|
+
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-595e2f98.cjs.js'); }).then((m) => m.default)));
|
|
423
|
+
program.command("clean").description("Delete cache directories [DEPRECATED]").action(lazy(() => Promise.resolve().then(function () { return require('./clean-5f85d87c.cjs.js'); }).then((m) => m.default)));
|
|
424
|
+
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-9d9ec549.cjs.js'); }).then((m) => m.default)));
|
|
425
|
+
program.command("create-github-app <github-org>").description("Create new GitHub App in your organization.").action(lazy(() => Promise.resolve().then(function () { return require('./index-56ed8080.cjs.js'); }).then((m) => m.default)));
|
|
426
|
+
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy(() => Promise.resolve().then(function () { return require('./info-67437aff.cjs.js'); }).then((m) => m.default)));
|
|
424
427
|
program.command("install [plugin-id]", { hidden: true }).option(
|
|
425
428
|
"--from <packageJsonFilePath>",
|
|
426
429
|
"Install from a local package.json containing the installation recipe"
|
|
427
|
-
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-
|
|
430
|
+
).description("Install a Backstage plugin [EXPERIMENTAL]").action(lazy(() => Promise.resolve().then(function () { return require('./install-4b71f261.cjs.js'); }).then((m) => m.default)));
|
|
428
431
|
}
|
|
429
432
|
function lazy(getActionFunc) {
|
|
430
433
|
return async (...args) => {
|
|
@@ -468,4 +471,4 @@ exports.devDependencies = devDependencies;
|
|
|
468
471
|
exports.paths = paths;
|
|
469
472
|
exports.version = version;
|
|
470
473
|
exports.version$1 = version$9;
|
|
471
|
-
//# sourceMappingURL=index-
|
|
474
|
+
//# sourceMappingURL=index-86b8003d.cjs.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-86b8003d.cjs.js');
|
|
4
4
|
var os = require('os');
|
|
5
|
-
var run = require('./run-
|
|
5
|
+
var run = require('./run-26253c68.cjs.js');
|
|
6
6
|
var Lockfile = require('./Lockfile-bc3a8337.cjs.js');
|
|
7
7
|
require('minimatch');
|
|
8
8
|
require('@manypkg/get-packages');
|
|
@@ -58,4 +58,4 @@ var info = async () => {
|
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
exports["default"] = info;
|
|
61
|
-
//# sourceMappingURL=info-
|
|
61
|
+
//# sourceMappingURL=info-67437aff.cjs.js.map
|
|
@@ -4,12 +4,12 @@ var fs = require('fs-extra');
|
|
|
4
4
|
require('semver');
|
|
5
5
|
require('@yarnpkg/parsers');
|
|
6
6
|
require('@yarnpkg/lockfile');
|
|
7
|
-
var packages = require('./packages-
|
|
8
|
-
var index = require('./index-
|
|
7
|
+
var packages = require('./packages-978b2416.cjs.js');
|
|
8
|
+
var index = require('./index-86b8003d.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-26253c68.cjs.js');
|
|
13
13
|
require('minimatch');
|
|
14
14
|
require('@manypkg/get-packages');
|
|
15
15
|
require('./yarn-6cd89e16.cjs.js');
|
|
@@ -268,4 +268,4 @@ var install = async (pluginId, cmd) => {
|
|
|
268
268
|
};
|
|
269
269
|
|
|
270
270
|
exports["default"] = install;
|
|
271
|
-
//# sourceMappingURL=install-
|
|
271
|
+
//# sourceMappingURL=install-4b71f261.cjs.js.map
|