@m8t-stack/cli 0.2.153 → 0.2.154
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
|
@@ -1464,7 +1464,7 @@ function installFoundryDnsShim() {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
1466
|
// src/lib/package-version.ts
|
|
1467
|
-
var CLI_VERSION = "0.2.
|
|
1467
|
+
var CLI_VERSION = "0.2.154";
|
|
1468
1468
|
|
|
1469
1469
|
// src/lib/render-error.ts
|
|
1470
1470
|
init_errors();
|
|
@@ -19600,11 +19600,11 @@ function fromBuild(raw, fallbackRef) {
|
|
|
19600
19600
|
};
|
|
19601
19601
|
}
|
|
19602
19602
|
var DEV_TAG = "v0.0.0-dev";
|
|
19603
|
-
var PINNED_INSTALLER = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-installer:v0.1.
|
|
19603
|
+
var PINNED_INSTALLER = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-installer:v0.1.124","registry":"ghcr.io/m8t-labs","image":"m8t-installer","tag":"v0.1.124"}', "ghcr.io/m8t-labs/m8t-installer");
|
|
19604
19604
|
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");
|
|
19605
19605
|
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");
|
|
19606
19606
|
var PINNED_PLATFORM_VERSION = (() => {
|
|
19607
|
-
const raw = "0.8.
|
|
19607
|
+
const raw = "0.8.9";
|
|
19608
19608
|
return /^\d+\.\d+\.\d+$/.test(raw) ? raw : "";
|
|
19609
19609
|
})();
|
|
19610
19610
|
|
package/package.json
CHANGED