@m8t-stack/cli 0.2.129 → 0.2.130
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 +3 -3
- 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.130";
|
|
1458
1458
|
|
|
1459
1459
|
// src/lib/render-error.ts
|
|
1460
1460
|
init_errors();
|
|
@@ -19536,11 +19536,11 @@ function fromBuild(raw, fallbackRef) {
|
|
|
19536
19536
|
};
|
|
19537
19537
|
}
|
|
19538
19538
|
var DEV_TAG = "v0.0.0-dev";
|
|
19539
|
-
var PINNED_INSTALLER = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-installer:v0.1.
|
|
19539
|
+
var PINNED_INSTALLER = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-installer:v0.1.96","registry":"ghcr.io/m8t-labs","image":"m8t-installer","tag":"v0.1.96"}', "ghcr.io/m8t-labs/m8t-installer");
|
|
19540
19540
|
var PINNED_CODING_AGENT = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-coding-agent:v0.1.5","registry":"ghcr.io/m8t-labs","image":"m8t-coding-agent","tag":"v0.1.5"}', "ghcr.io/m8t-labs/m8t-coding-agent");
|
|
19541
19541
|
var PINNED_AZURE_EXECUTOR = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-azure-executor:v0.1.5","registry":"ghcr.io/m8t-labs","image":"m8t-azure-executor","tag":"v0.1.5"}', "ghcr.io/m8t-labs/m8t-azure-executor");
|
|
19542
19542
|
var PINNED_PLATFORM_VERSION = (() => {
|
|
19543
|
-
const raw = "0.8.
|
|
19543
|
+
const raw = "0.8.1";
|
|
19544
19544
|
return /^\d+\.\d+\.\d+$/.test(raw) ? raw : "";
|
|
19545
19545
|
})();
|
|
19546
19546
|
|
package/package.json
CHANGED