@just-every/code 0.2.185 → 0.2.187

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -267,7 +267,7 @@ npm install
267
267
  ./build-fast.sh
268
268
 
269
269
  # Run locally
270
- ./codex-rs/target/dev-fast/code
270
+ ./code-rs/target/dev-fast/code
271
271
  ```
272
272
 
273
273
  ### Opening a pull request
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/code",
3
- "version": "0.2.185",
3
+ "version": "0.2.187",
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.2.185",
39
- "@just-every/code-darwin-x64": "0.2.185",
40
- "@just-every/code-linux-x64-musl": "0.2.185",
41
- "@just-every/code-linux-arm64-musl": "0.2.185",
42
- "@just-every/code-win32-x64": "0.2.185"
38
+ "@just-every/code-darwin-arm64": "0.2.187",
39
+ "@just-every/code-darwin-x64": "0.2.187",
40
+ "@just-every/code-linux-x64-musl": "0.2.187",
41
+ "@just-every/code-linux-arm64-musl": "0.2.187",
42
+ "@just-every/code-win32-x64": "0.2.187"
43
43
  }
44
44
  }