cmux-tui-darwin-x64 0.9.0 → 0.9.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/bin/cmux-tui +0 -0
- package/package.json +4 -4
- package/bin/cmux-mux +0 -0
package/bin/cmux-tui
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmux-tui-darwin-x64",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "Prebuilt cmux-
|
|
3
|
+
"version": "0.9.1",
|
|
4
|
+
"description": "Prebuilt cmux-tui TUI binary for darwin-x64.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/manaflow-ai/cmux.git",
|
|
8
|
-
"directory": "
|
|
8
|
+
"directory": "cmux-tui/dist"
|
|
9
9
|
},
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"os": [
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
"x64"
|
|
16
16
|
],
|
|
17
17
|
"files": [
|
|
18
|
-
"bin/cmux-
|
|
18
|
+
"bin/cmux-tui"
|
|
19
19
|
]
|
|
20
20
|
}
|
package/bin/cmux-mux
DELETED
|
Binary file
|