sextant-cli 0.0.1-rc4 → 0.0.1-rc5
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/sxt.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sextant-cli",
|
|
3
|
-
"version": "0.0.1-
|
|
3
|
+
"version": "0.0.1-rc5",
|
|
4
4
|
"description": "Sextant (sxt) — 用手机远程驾驶你电脑上的 Claude Code。安装后运行: sxt up",
|
|
5
5
|
"bin": { "sxt": "bin/sxt.js" },
|
|
6
6
|
"engines": { "node": ">=16" },
|
|
7
7
|
"keywords": ["claude", "claude-code", "remote", "mobile", "ai"],
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"sextant-cli-darwin-amd64": "0.0.1-
|
|
10
|
-
"sextant-cli-darwin-arm64": "0.0.1-
|
|
11
|
-
"sextant-cli-linux-amd64": "0.0.1-
|
|
12
|
-
"sextant-cli-linux-arm64": "0.0.1-
|
|
9
|
+
"sextant-cli-darwin-amd64": "0.0.1-rc5",
|
|
10
|
+
"sextant-cli-darwin-arm64": "0.0.1-rc5",
|
|
11
|
+
"sextant-cli-linux-amd64": "0.0.1-rc5",
|
|
12
|
+
"sextant-cli-linux-arm64": "0.0.1-rc5"
|
|
13
13
|
},
|
|
14
14
|
"license": "SEE LICENSE IN https://github.com/ddos798/claude_control"
|
|
15
15
|
}
|