@chikhamx/voidx 2.0.3 → 2.0.5

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.
@@ -18,7 +18,7 @@ const pkg = require("../package.json");
18
18
  // Update these when upgrading the bundled Python.
19
19
  const PBS_TAG = "20260602";
20
20
  const PBS_CPYTHON = "3.12.13";
21
- const PBS_RELEASE_BASE = `https://github.com/astral-sh/python-build-standalone/releases/download/${PBS_TAG}`;
21
+ const PBS_RELEASE_BASE = `https://github.com/astral-sh/python-build-standalone/releases/download`;
22
22
 
23
23
  // ── Platform mapping ───────────────────────────────────────────────────────
24
24
  function getPlatformInfo() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chikhamx/voidx",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "npm launcher for voidx, a terminal AI coding agent.",
5
5
  "bin": {
6
6
  "voidx": "bin/voidx.js"