@m8t-stack/cli 0.2.100 → 0.2.103

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
@@ -1454,7 +1454,7 @@ function installFoundryDnsShim() {
1454
1454
  }
1455
1455
 
1456
1456
  // src/lib/package-version.ts
1457
- var CLI_VERSION = "0.2.100";
1457
+ var CLI_VERSION = "0.2.103";
1458
1458
 
1459
1459
  // src/lib/render-error.ts
1460
1460
  init_errors();
@@ -31925,7 +31925,7 @@ ${colors.error("\u2717")} The GitHub App on disk is installed on ${colors.field(
31925
31925
  // src/commands/bootstrap/launch.ts
31926
31926
  var DEFAULT_RG = "rg-m8t-stack";
31927
31927
  var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
31928
- var DEFAULT_INSTALLER_TAG = "v0.1.68";
31928
+ var DEFAULT_INSTALLER_TAG = "v0.1.71";
31929
31929
  var ACI_NAME = "m8t-installer";
31930
31930
  var MI_NAME = "m8t-installer-mi";
31931
31931
  var BootstrapLaunchCommand = class extends M8tCommand {