@m8t-stack/cli 0.2.77 → 0.2.78

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
@@ -1390,7 +1390,7 @@ var init_enable_hosted_brain = __esm({
1390
1390
  import { Builtins, Cli } from "clipanion";
1391
1391
 
1392
1392
  // src/lib/package-version.ts
1393
- var CLI_VERSION = "0.2.77";
1393
+ var CLI_VERSION = "0.2.78";
1394
1394
 
1395
1395
  // src/lib/render-error.ts
1396
1396
  init_errors();
@@ -30113,7 +30113,7 @@ ${colors.error("\u2717")} The GitHub App on disk is installed on ${colors.field(
30113
30113
  // src/commands/bootstrap/launch.ts
30114
30114
  var DEFAULT_RG = "rg-m8t-stack";
30115
30115
  var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
30116
- var DEFAULT_INSTALLER_TAG = "v0.1.60";
30116
+ var DEFAULT_INSTALLER_TAG = "v0.1.61";
30117
30117
  var ACI_NAME = "m8t-installer";
30118
30118
  var MI_NAME = "m8t-installer-mi";
30119
30119
  var BootstrapLaunchCommand = class extends M8tCommand {