codex-threadripper 0.2.1 → 0.2.2

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
@@ -4,4 +4,4 @@ This package is the npm entrypoint for `codex-threadripper`.
4
4
 
5
5
  It installs the matching prebuilt platform package for your machine and runs the native binary from there.
6
6
 
7
- Published from release `v0.2.1`.
7
+ Published from release `v0.2.2`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-threadripper",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Human-first CLI that keeps Codex thread history aligned to one provider bucket.",
5
5
  "author": "Wangnov",
6
6
  "license": "MIT",
@@ -23,10 +23,10 @@
23
23
  "codex-threadripper": "bin/codex-threadripper.js"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@wangnov/codex-threadripper-macos-arm64": "0.2.1",
27
- "@wangnov/codex-threadripper-macos-x64": "0.2.1",
28
- "@wangnov/codex-threadripper-linux-arm64": "0.2.1",
29
- "@wangnov/codex-threadripper-linux-x64": "0.2.1",
30
- "@wangnov/codex-threadripper-windows-x64": "0.2.1"
26
+ "@wangnov/codex-threadripper-macos-arm64": "0.2.2",
27
+ "@wangnov/codex-threadripper-macos-x64": "0.2.2",
28
+ "@wangnov/codex-threadripper-linux-arm64": "0.2.2",
29
+ "@wangnov/codex-threadripper-linux-x64": "0.2.2",
30
+ "@wangnov/codex-threadripper-windows-x64": "0.2.2"
31
31
  }
32
32
  }