@m8t-stack/cli 0.2.112 → 0.2.114
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 +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
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.
|
|
1457
|
+
var CLI_VERSION = "0.2.114";
|
|
1458
1458
|
|
|
1459
1459
|
// src/lib/render-error.ts
|
|
1460
1460
|
init_errors();
|
|
@@ -32801,7 +32801,7 @@ ${colors.error("\u2717")} The GitHub App on disk is installed on ${colors.field(
|
|
|
32801
32801
|
// src/commands/bootstrap/launch.ts
|
|
32802
32802
|
var DEFAULT_RG = "rg-m8t-stack";
|
|
32803
32803
|
var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
|
|
32804
|
-
var DEFAULT_INSTALLER_TAG = "v0.1.
|
|
32804
|
+
var DEFAULT_INSTALLER_TAG = "v0.1.80";
|
|
32805
32805
|
var ACI_NAME = "m8t-installer";
|
|
32806
32806
|
var MI_NAME = "m8t-installer-mi";
|
|
32807
32807
|
var BootstrapLaunchCommand = class extends M8tCommand {
|