@coana-tech/cli 14.0.14 → 14.0.16
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/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -99375,7 +99375,7 @@ var init_other_modules_communicator = __esm({
|
|
|
99375
99375
|
return Spinner.instance().wrap(
|
|
99376
99376
|
this.getSpinnerTextForPackageManagerCommand(commandName, packageManagerName, subprojectPath),
|
|
99377
99377
|
async () => {
|
|
99378
|
-
let succeeded
|
|
99378
|
+
let succeeded;
|
|
99379
99379
|
if (this.options.runWithoutDocker) {
|
|
99380
99380
|
succeeded = await execPipeAndLogOnFailure(
|
|
99381
99381
|
["node", PACKAGE_MANAGER_SCRIPT_PATH(), commandName, ...finalArgs],
|
|
@@ -193988,7 +193988,7 @@ var require_version = __commonJS({
|
|
|
193988
193988
|
"use strict";
|
|
193989
193989
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
193990
193990
|
exports2.version = void 0;
|
|
193991
|
-
exports2.version = "14.0.
|
|
193991
|
+
exports2.version = "14.0.16";
|
|
193992
193992
|
}
|
|
193993
193993
|
});
|
|
193994
193994
|
|