@m8t-stack/cli 0.2.59 → 0.2.61

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 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.59";
1367
+ var CLI_VERSION = "0.2.61";
1368
1368
 
1369
1369
  // src/lib/render-error.ts
1370
1370
  init_errors();
@@ -28858,7 +28858,7 @@ ${colors.error("\u2717")} The GitHub App on disk is installed on ${colors.field(
28858
28858
  // src/commands/bootstrap/launch.ts
28859
28859
  var DEFAULT_RG = "rg-m8t-stack";
28860
28860
  var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
28861
- var DEFAULT_INSTALLER_TAG = "v0.1.51";
28861
+ var DEFAULT_INSTALLER_TAG = "v0.1.53";
28862
28862
  var ACI_NAME = "m8t-installer";
28863
28863
  var MI_NAME = "m8t-installer-mi";
28864
28864
  var BootstrapLaunchCommand = class extends M8tCommand {