@telepath-computer/vault-server 0.4.1 → 0.4.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/dist/src/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/src/cli.js CHANGED
@@ -11,7 +11,7 @@ Serve an Obsidian vault — or any folder of markdown — as JSON over HTTP.
11
11
 
12
12
  path vault root (default: current directory)
13
13
  --host bind address (default: 127.0.0.1)
14
- --port port (default: 4747, or the next free port up to 4846)
14
+ --port port (default: 4747, or the next free port up to 4846; 0 for any free port)
15
15
  --help show this help
16
16
  --version print the version
17
17
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepath-computer/vault-server",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Local HTTP and WebSocket sidecar for an Obsidian vault.",
5
5
  "type": "module",
6
6
  "bin": {