proxitor 0.9.0-beta.11 → 0.9.0-beta.12
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.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -21481,7 +21481,7 @@ async function runConfigMenu(client) {
|
|
|
21481
21481
|
}
|
|
21482
21482
|
//#endregion
|
|
21483
21483
|
//#region src/version.ts
|
|
21484
|
-
const version = "0.9.0-beta.
|
|
21484
|
+
const version = "0.9.0-beta.12";
|
|
21485
21485
|
//#endregion
|
|
21486
21486
|
//#region src/commands/doctor.ts
|
|
21487
21487
|
const DEFAULT_TIMEOUT_MS = 3e3;
|
|
@@ -21647,7 +21647,7 @@ function checkVersion() {
|
|
|
21647
21647
|
return {
|
|
21648
21648
|
name: "version",
|
|
21649
21649
|
status: "ok",
|
|
21650
|
-
|
|
21650
|
+
value: version
|
|
21651
21651
|
};
|
|
21652
21652
|
}
|
|
21653
21653
|
const STATUS_GLYPHS = {
|