cicy-desktop 2.1.114 → 2.1.115

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cicy-desktop",
3
- "version": "2.1.114",
3
+ "version": "2.1.115",
4
4
  "description": "CiCy - AI-powered operating system browser",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -133,11 +133,11 @@
133
133
  "//optionalDependencies": "Runtime Bundle v1 (主人指令): platform binaries delivered by `npm i -g cicy-desktop` itself — npm installs only the current-platform subpackage (os/cpu pinned in each), so first start seeds the runtime store with ZERO network, ZERO npx. Windows packages are named *-windows-* (npm spam filter 403s new names containing win32). cicy-msys2 added once published.",
134
134
  "optionalDependencies": {
135
135
  "electron": "41.0.3",
136
- "cicy-code-darwin-x64": "2.3.15",
137
- "cicy-code-darwin-arm64": "2.3.15",
138
- "cicy-code-linux-x64": "2.3.15",
139
- "cicy-code-linux-arm64": "2.3.15",
140
- "cicy-code-windows-x64": "2.3.15",
136
+ "cicy-code-darwin-x64": "2.3.16",
137
+ "cicy-code-darwin-arm64": "2.3.16",
138
+ "cicy-code-linux-x64": "2.3.16",
139
+ "cicy-code-linux-arm64": "2.3.16",
140
+ "cicy-code-windows-x64": "2.3.16",
141
141
  "cicy-mihomo-darwin-x64": "1.10.4",
142
142
  "cicy-mihomo-darwin-arm64": "1.10.4",
143
143
  "cicy-mihomo-linux-x64": "1.10.4",
@@ -162,6 +162,7 @@ contextBridge.exposeInMainWorld("cicy", {
162
162
  appStatus: () => logInvoke("docker:app-status"),
163
163
  appBootstrap: () => logInvoke("docker:app-bootstrap"),
164
164
  appRestart: () => logInvoke("docker:app-restart"),
165
+ appUpdate: () => logInvoke("docker:app-update"),
165
166
  appStop: () => logInvoke("docker:app-stop"),
166
167
  appUpgrade: () => logInvoke("docker:app-upgrade"),
167
168
  // Open :8009 with the live container token (refuses if it can't read it).