@m8t-stack/cli 0.0.1-bootstrap → 0.2.0
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 +1 -1
- package/package.json +4 -12
package/dist/cli.js
CHANGED
|
@@ -1036,7 +1036,7 @@ var init_enable_hosted_brain = __esm({
|
|
|
1036
1036
|
import { Builtins, Cli } from "clipanion";
|
|
1037
1037
|
|
|
1038
1038
|
// src/lib/package-version.ts
|
|
1039
|
-
var CLI_VERSION = "0.0
|
|
1039
|
+
var CLI_VERSION = "0.2.0";
|
|
1040
1040
|
|
|
1041
1041
|
// src/lib/render-error.ts
|
|
1042
1042
|
init_errors();
|
package/package.json
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m8t-stack/cli",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for managing m8t-stack deployments on Azure / Microsoft Agent Foundry",
|
|
6
6
|
"homepage": "https://github.com/m8t-run/m8t/tree/main/apps/cli#readme",
|
|
7
|
-
"repository": {
|
|
8
|
-
|
|
9
|
-
"url": "git+https://github.com/m8t-run/m8t.git",
|
|
10
|
-
"directory": "apps/cli"
|
|
11
|
-
},
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/m8t-run/m8t/issues"
|
|
14
|
-
},
|
|
7
|
+
"repository": { "type": "git", "url": "git+https://github.com/m8t-run/m8t.git", "directory": "apps/cli" },
|
|
8
|
+
"bugs": { "url": "https://github.com/m8t-run/m8t/issues" },
|
|
15
9
|
"license": "MIT",
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
10
|
+
"publishConfig": { "access": "public" },
|
|
19
11
|
"main": "./dist/cli.js",
|
|
20
12
|
"bin": {
|
|
21
13
|
"m8t": "./dist/cli.js"
|