@mentio-dev/cli 0.1.0 → 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/README.md +2 -2
- package/dist/index.js +117 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mentio-dev/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Command-line client for the Mentio API: one command per endpoint, plus watch and MCP helpers.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://docs.mentio.dev/cli",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"tsx": "^4.23.1",
|
|
43
43
|
"typescript": "^5.7.0",
|
|
44
44
|
"vitest": "^3.0.0",
|
|
45
|
-
"@mentio-dev/sdk": "0.
|
|
45
|
+
"@mentio-dev/sdk": "0.2.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"generate": "tsx scripts/generate-operations.ts",
|