@eclipse-glsp/cli 2.7.0-next.0 → 2.7.0-next.7
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/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -20615,7 +20615,7 @@ var child = __toESM(require("child_process"));
|
|
|
20615
20615
|
var path3 = __toESM(require("path"));
|
|
20616
20616
|
|
|
20617
20617
|
// package.json
|
|
20618
|
-
var version = "2.
|
|
20618
|
+
var version = "2.7.0-next";
|
|
20619
20619
|
|
|
20620
20620
|
// src/util/process-util.ts
|
|
20621
20621
|
var COMMAND_VERSION = version;
|
|
@@ -21779,7 +21779,7 @@ async function updateNext(rootDir, options) {
|
|
|
21779
21779
|
configureExec({ silent: false, fatal: true });
|
|
21780
21780
|
LOGGER.info("Updating next dependencies ...");
|
|
21781
21781
|
rootDir = path12.resolve(rootDir);
|
|
21782
|
-
const packages = getYarnWorkspacePackages(rootDir);
|
|
21782
|
+
const packages = getYarnWorkspacePackages(rootDir, true);
|
|
21783
21783
|
LOGGER.debug(`Scanning ${packages.length} packages to derive resolutions`, packages);
|
|
21784
21784
|
const resolutions = await getResolutions(packages);
|
|
21785
21785
|
if (Object.keys(resolutions).length === 0) {
|