@m8t-stack/cli 0.2.141 → 0.2.142

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.141";
1467
+ var CLI_VERSION = "0.2.142";
1468
1468
 
1469
1469
  // src/lib/render-error.ts
1470
1470
  init_errors();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m8t-stack/cli",
3
- "version": "0.2.141",
3
+ "version": "0.2.142",
4
4
  "type": "module",
5
5
  "description": "CLI for managing m8t deployments on Azure / Microsoft Agent Foundry",
6
6
  "homepage": "https://github.com/m8t-labs/m8t-releases#readme",