cicy-code 2.3.192 → 2.3.194

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.
Files changed (2) hide show
  1. package/bin/cicy-code.js +1 -1
  2. package/package.json +5 -6
package/bin/cicy-code.js CHANGED
@@ -31,7 +31,7 @@ try {
31
31
  } catch {
32
32
  console.error(`cicy-code: no prebuilt binary for ${process.platform}-${process.arch}.`);
33
33
  console.error(`The optional dependency "${platformPkg}" is not installed.`);
34
- console.error(`Supported platforms: darwin-arm64, darwin-x64, linux-x64, linux-arm64, windows-x64.`);
34
+ console.error(`Supported platforms: darwin-arm64, darwin-x64, linux-x64, linux-arm64.`);
35
35
  console.error(`Reinstall: npm install -g cicy-code` +
36
36
  ` (in China add --registry=https://registry.npmmirror.com)`);
37
37
  process.exit(1);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.3.192",
6
+ "version": "2.3.194",
7
7
  "description": "CiCy Code - AI-powered development environment",
8
8
  "author": {
9
9
  "name": "cicybot",
@@ -16,11 +16,10 @@
16
16
  "bin/cicy-code.js"
17
17
  ],
18
18
  "optionalDependencies": {
19
- "cicy-code-darwin-arm64": "2.3.192",
20
- "cicy-code-darwin-x64": "2.3.192",
21
- "cicy-code-linux-arm64": "2.3.192",
22
- "cicy-code-linux-x64": "2.3.192",
23
- "cicy-code-windows-x64": "2.3.192"
19
+ "cicy-code-darwin-arm64": "2.3.194",
20
+ "cicy-code-darwin-x64": "2.3.194",
21
+ "cicy-code-linux-arm64": "2.3.194",
22
+ "cicy-code-linux-x64": "2.3.194"
24
23
  },
25
24
  "repository": {
26
25
  "type": "git",