@m8t-stack/cli 0.2.145 → 0.2.146
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.146";
|
|
1468
1468
|
|
|
1469
1469
|
// src/lib/render-error.ts
|
|
1470
1470
|
init_errors();
|
|
@@ -19546,11 +19546,11 @@ function fromBuild(raw, fallbackRef) {
|
|
|
19546
19546
|
};
|
|
19547
19547
|
}
|
|
19548
19548
|
var DEV_TAG = "v0.0.0-dev";
|
|
19549
|
-
var PINNED_INSTALLER = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-installer:v0.1.
|
|
19549
|
+
var PINNED_INSTALLER = fromBuild('{"ref":"ghcr.io/m8t-labs/m8t-installer:v0.1.114","registry":"ghcr.io/m8t-labs","image":"m8t-installer","tag":"v0.1.114"}', "ghcr.io/m8t-labs/m8t-installer");
|
|
19550
19550
|
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");
|
|
19551
19551
|
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");
|
|
19552
19552
|
var PINNED_PLATFORM_VERSION = (() => {
|
|
19553
|
-
const raw = "0.8.
|
|
19553
|
+
const raw = "0.8.6";
|
|
19554
19554
|
return /^\d+\.\d+\.\d+$/.test(raw) ? raw : "";
|
|
19555
19555
|
})();
|
|
19556
19556
|
|
package/package.json
CHANGED