@m8t-stack/cli 0.2.54 → 0.2.55
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 +1 -1
package/dist/cli.js
CHANGED
|
@@ -1364,7 +1364,7 @@ var init_enable_hosted_brain = __esm({
|
|
|
1364
1364
|
import { Builtins, Cli } from "clipanion";
|
|
1365
1365
|
|
|
1366
1366
|
// src/lib/package-version.ts
|
|
1367
|
-
var CLI_VERSION = "0.2.
|
|
1367
|
+
var CLI_VERSION = "0.2.55";
|
|
1368
1368
|
|
|
1369
1369
|
// src/lib/render-error.ts
|
|
1370
1370
|
init_errors();
|
|
@@ -28776,7 +28776,7 @@ ${colors.error("\u2717")} The GitHub App on disk is installed on ${colors.field(
|
|
|
28776
28776
|
// src/commands/bootstrap/launch.ts
|
|
28777
28777
|
var DEFAULT_RG = "rg-m8t-stack";
|
|
28778
28778
|
var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
|
|
28779
|
-
var DEFAULT_INSTALLER_TAG = "v0.1.
|
|
28779
|
+
var DEFAULT_INSTALLER_TAG = "v0.1.49";
|
|
28780
28780
|
var ACI_NAME = "m8t-installer";
|
|
28781
28781
|
var MI_NAME = "m8t-installer-mi";
|
|
28782
28782
|
var BootstrapLaunchCommand = class extends M8tCommand {
|