@wong2kim/wmux 1.0.1 → 1.0.6
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wong2kim/wmux",
|
|
3
3
|
"productName": "wmux",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"description": "Windows terminal multiplexer with MCP server for AI agents - run multiple CLI sessions in parallel, control via Claude Code and other AI tools",
|
|
6
6
|
"main": ".vite/build/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"start": "npm run build:mcp && electron-forge start",
|
|
10
10
|
"package": "npm run build:mcp && electron-forge package",
|
|
11
11
|
"make": "npm run build:mcp && electron-forge make",
|
|
12
|
-
"publish": "electron-forge publish",
|
|
12
|
+
"forge-publish": "electron-forge publish",
|
|
13
13
|
"lint": "eslint --ext .ts,.tsx .",
|
|
14
14
|
"build:cli": "tsc -p tsconfig.cli.json",
|
|
15
15
|
"build:mcp": "tsc -p tsconfig.mcp.json",
|