recodex 0.1.1 → 0.1.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/bin/recodex.js +1 -1
  2. package/package.json +1 -1
package/bin/recodex.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  import { tmpdir } from "node:os";
19
19
  import path from "node:path";
20
20
 
21
- const VERSION = "0.1.1";
21
+ const VERSION = "0.1.2";
22
22
  const GITHUB = "Kartvya69/recodex";
23
23
 
24
24
  // process.platform/process.arch -> release asset + entry binary name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recodex",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "recodex — a community fork of OpenAI Codex with a restored Chat Completions wire API and models.dev BYOK metadata enrichment.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "",