@m8t-stack/cli 0.2.98 → 0.2.99

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
@@ -1487,7 +1487,7 @@ function installFoundryDnsShim() {
1487
1487
  }
1488
1488
 
1489
1489
  // src/lib/package-version.ts
1490
- var CLI_VERSION = "0.2.98";
1490
+ var CLI_VERSION = "0.2.99";
1491
1491
 
1492
1492
  // src/lib/render-error.ts
1493
1493
  init_errors();
@@ -31677,7 +31677,7 @@ ${colors.error("\u2717")} The GitHub App on disk is installed on ${colors.field(
31677
31677
  // src/commands/bootstrap/launch.ts
31678
31678
  var DEFAULT_RG = "rg-m8t-stack";
31679
31679
  var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
31680
- var DEFAULT_INSTALLER_TAG = "v0.1.66";
31680
+ var DEFAULT_INSTALLER_TAG = "v0.1.67";
31681
31681
  var ACI_NAME = "m8t-installer";
31682
31682
  var MI_NAME = "m8t-installer-mi";
31683
31683
  var BootstrapLaunchCommand = class extends M8tCommand {