nur-cli 0.29.2 → 0.29.3

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.js +1 -1
  2. package/package.json +1 -1
package/bin.js CHANGED
@@ -21,7 +21,7 @@ const { spawnSync } = require("child_process");
21
21
 
22
22
  const REPO = "nuroctane/nur-cli";
23
23
  // Falls back to this pinned version when `latest/download` is unreachable.
24
- const FALLBACK_VERSION = "0.29.2";
24
+ const FALLBACK_VERSION = "0.29.3";
25
25
 
26
26
  function fail(msg) {
27
27
  process.stderr.write(`nur-cli: ${msg}\n`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nur-cli",
3
- "version": "0.29.2",
3
+ "version": "0.29.3",
4
4
  "description": "NurCLI - fully loaded multi-provider coding agent (TUI, vision, tools, sandbox, skills). One command installs the native binary: npx nur-cli",
5
5
  "license": "MIT",
6
6
  "repository": {