@kingingwang/codex 0.149.1-fork.20260824151021 → 0.151.0-fork.20260829202354

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 +7 -7
package/README.md CHANGED
@@ -24,4 +24,4 @@ codex --version
24
24
 
25
25
  ## Distribution version
26
26
 
27
- This README was generated for `@kingingwang/codex@0.149.1-fork.20260824151021`.
27
+ This README was generated for `@kingingwang/codex@0.151.0-fork.20260829202354`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kingingwang/codex",
3
- "version": "0.149.1-fork.20260824151021",
3
+ "version": "0.151.0-fork.20260829202354",
4
4
  "description": "Codex CLI fork distribution with platform-specific binaries",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -16,12 +16,12 @@
16
16
  "node": ">=18"
17
17
  },
18
18
  "optionalDependencies": {
19
- "@kingingwang/codex-linux-x64": "0.149.1-fork.20260824151021",
20
- "@kingingwang/codex-linux-arm64": "0.149.1-fork.20260824151021",
21
- "@kingingwang/codex-darwin-x64": "0.149.1-fork.20260824151021",
22
- "@kingingwang/codex-darwin-arm64": "0.149.1-fork.20260824151021",
23
- "@kingingwang/codex-win32-x64": "0.149.1-fork.20260824151021",
24
- "@kingingwang/codex-win32-arm64": "0.149.1-fork.20260824151021"
19
+ "@kingingwang/codex-linux-x64": "0.151.0-fork.20260829202354",
20
+ "@kingingwang/codex-linux-arm64": "0.151.0-fork.20260829202354",
21
+ "@kingingwang/codex-darwin-x64": "0.151.0-fork.20260829202354",
22
+ "@kingingwang/codex-darwin-arm64": "0.151.0-fork.20260829202354",
23
+ "@kingingwang/codex-win32-x64": "0.151.0-fork.20260829202354",
24
+ "@kingingwang/codex-win32-arm64": "0.151.0-fork.20260829202354"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"