@getmonoceros/workbench 1.11.1 → 1.11.2
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/bin.js +2 -3
- package/dist/bin.js.map +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -121,8 +121,7 @@ function formatWslBackendHint() {
|
|
|
121
121
|
cyan(` wsl --update`),
|
|
122
122
|
cyan(` wsl --install -d Ubuntu`),
|
|
123
123
|
``,
|
|
124
|
-
`Then reboot and start Docker Desktop
|
|
125
|
-
`docs/install-windows.md in the workbench repo.`
|
|
124
|
+
`Then reboot and start Docker Desktop.`
|
|
126
125
|
].join("\n");
|
|
127
126
|
}
|
|
128
127
|
function defaultProbe2(cmd, args) {
|
|
@@ -4698,7 +4697,7 @@ async function persistPromptedIdentity(prompted, ymlPath, home, logger) {
|
|
|
4698
4697
|
}
|
|
4699
4698
|
|
|
4700
4699
|
// src/version.ts
|
|
4701
|
-
var CLI_VERSION = true ? "1.11.
|
|
4700
|
+
var CLI_VERSION = true ? "1.11.2" : "dev";
|
|
4702
4701
|
|
|
4703
4702
|
// src/commands/_dispatch.ts
|
|
4704
4703
|
import { consola as consola12 } from "consola";
|