@just-every/code 0.6.14 → 0.6.16
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@just-every/code",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.16",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
|
|
6
6
|
"bin": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"prettier": "^3.3.3"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@just-every/code-darwin-arm64": "0.6.
|
|
39
|
-
"@just-every/code-darwin-x64": "0.6.
|
|
40
|
-
"@just-every/code-linux-x64-musl": "0.6.
|
|
41
|
-
"@just-every/code-linux-arm64-musl": "0.6.
|
|
42
|
-
"@just-every/code-win32-x64": "0.6.
|
|
38
|
+
"@just-every/code-darwin-arm64": "0.6.16",
|
|
39
|
+
"@just-every/code-darwin-x64": "0.6.16",
|
|
40
|
+
"@just-every/code-linux-x64-musl": "0.6.16",
|
|
41
|
+
"@just-every/code-linux-arm64-musl": "0.6.16",
|
|
42
|
+
"@just-every/code-win32-x64": "0.6.16"
|
|
43
43
|
}
|
|
44
44
|
}
|