cicy-code 2.3.193 → 2.3.199
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/cicy-code.js +1 -1
- 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
|
|
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.
|
|
6
|
+
"version": "2.3.199",
|
|
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.
|
|
20
|
-
"cicy-code-darwin-x64": "2.3.
|
|
21
|
-
"cicy-code-linux-arm64": "2.3.
|
|
22
|
-
"cicy-code-linux-x64": "2.3.
|
|
23
|
-
"cicy-code-windows-x64": "2.3.193"
|
|
19
|
+
"cicy-code-darwin-arm64": "2.3.199",
|
|
20
|
+
"cicy-code-darwin-x64": "2.3.199",
|
|
21
|
+
"cicy-code-linux-arm64": "2.3.199",
|
|
22
|
+
"cicy-code-linux-x64": "2.3.199"
|
|
24
23
|
},
|
|
25
24
|
"repository": {
|
|
26
25
|
"type": "git",
|