@keelcode-ai/keelcode 0.1.6-linux-x64-musl → 0.1.6-win32-x64
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/{keelcode → keelcode.exe} +0 -0
- package/bin/rg.exe +0 -0
- package/package.json +5 -8
- package/bin/rg +0 -0
|
Binary file
|
package/bin/rg.exe
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,24 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keelcode-ai/keelcode",
|
|
3
|
-
"version": "0.1.6-
|
|
4
|
-
"description": "Native Keelcode executable for
|
|
3
|
+
"version": "0.1.6-win32-x64",
|
|
4
|
+
"description": "Native Keelcode executable for win32-x64. Install the keelcode package instead.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"homepage": "https://keelcode.ai",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"os": [
|
|
11
|
-
"
|
|
11
|
+
"win32"
|
|
12
12
|
],
|
|
13
13
|
"cpu": [
|
|
14
14
|
"x64"
|
|
15
15
|
],
|
|
16
|
-
"libc": [
|
|
17
|
-
"musl"
|
|
18
|
-
],
|
|
19
16
|
"files": [
|
|
20
|
-
"bin/keelcode",
|
|
21
|
-
"bin/rg",
|
|
17
|
+
"bin/keelcode.exe",
|
|
18
|
+
"bin/rg.exe",
|
|
22
19
|
"LICENSE"
|
|
23
20
|
]
|
|
24
21
|
}
|
package/bin/rg
DELETED
|
Binary file
|