nexvora 0.3.13 → 0.3.14

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexvora",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "NexVora — one binary for the MCP server, CLI, and donor daemon. Single login, run anything.",
5
5
  "keywords": [
6
6
  "nexvora",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "//": "The actual native (Rust) binary ships in exactly one of these per-platform packages; npm installs only the one matching the user's os/cpu (see each package's os/cpu fields). bin/nexvora.js resolves and execs it.",
30
30
  "optionalDependencies": {
31
- "@nexvora/cli-darwin-arm64": "0.3.13",
32
- "@nexvora/cli-darwin-x64": "0.3.13",
33
- "@nexvora/cli-linux-x64": "0.3.13",
34
- "@nexvora/cli-win32-x64": "0.3.13"
31
+ "@nexvora/cli-darwin-arm64": "0.3.14",
32
+ "@nexvora/cli-darwin-x64": "0.3.14",
33
+ "@nexvora/cli-linux-x64": "0.3.14",
34
+ "@nexvora/cli-win32-x64": "0.3.14"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",