@m8t-stack/cli 0.2.32 → 0.2.33

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
@@ -1247,7 +1247,7 @@ var init_enable_hosted_brain = __esm({
1247
1247
  import { Builtins, Cli } from "clipanion";
1248
1248
 
1249
1249
  // src/lib/package-version.ts
1250
- var CLI_VERSION = "0.2.32";
1250
+ var CLI_VERSION = "0.2.33";
1251
1251
 
1252
1252
  // src/lib/render-error.ts
1253
1253
  init_errors();
@@ -26078,7 +26078,7 @@ async function writeBootstrapState(state, home = os13.homedir()) {
26078
26078
  // src/commands/bootstrap/launch.ts
26079
26079
  var DEFAULT_RG = "rg-m8t-stack";
26080
26080
  var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
26081
- var DEFAULT_INSTALLER_TAG = "v0.1.38";
26081
+ var DEFAULT_INSTALLER_TAG = "v0.1.39";
26082
26082
  var ACI_NAME = "m8t-installer";
26083
26083
  var MI_NAME = "m8t-installer-mi";
26084
26084
  var BootstrapLaunchCommand = class extends M8tCommand {