@mugwork/mug 0.1.0 → 0.1.1
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/src/cli.js +1 -1
- package/package.json +2 -2
package/dist/src/cli.js
CHANGED
|
@@ -43777,7 +43777,7 @@ async function init2(workspaceRoot, product, sourceName) {
|
|
|
43777
43777
|
|
|
43778
43778
|
// src/cli.ts
|
|
43779
43779
|
var program2 = new Command();
|
|
43780
|
-
var VERSION = "0.
|
|
43780
|
+
var VERSION = "0.1.1";
|
|
43781
43781
|
program2.name("mug").version(VERSION).action(() => {
|
|
43782
43782
|
if (!process.stdin.isTTY) {
|
|
43783
43783
|
program2.outputHelp();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mugwork/mug",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Mug
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Mug is an AI automation platform for building deployed agents, real code workflows, & headless web surfaces for everyday business, integrated with any API, and accessed via email, SMS, & Slack — all built locally using Claude Code, Codex, & Cursor.",
|
|
5
5
|
"author": "Mug.work <support@mug.work>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|