vibedate 0.8.6 → 0.8.7

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/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -2795,7 +2795,7 @@ async function handle(req, res, opts) {
2795
2795
  }
2796
2796
 
2797
2797
  // src/cli.ts
2798
- var VERSION = "0.8.6";
2798
+ var VERSION = "0.8.7";
2799
2799
  function parsePort(raw) {
2800
2800
  const n = Number(raw);
2801
2801
  if (!Number.isInteger(n) || n < 1 || n > 65535) return void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibedate",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "Dating by tokens — matched by usage league across agentic CLIs. Raw usage stays local; only your league is shared. CLI + local web app + MCP. Local-first.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@modelcontextprotocol/sdk": "^1.0.0",
34
- "@pooriaarab/vibe-core": "^0.3.0",
34
+ "@pooriaarab/vibe-core": "^0.4.0",
35
35
  "hyperswarm": "^4.17.0",
36
36
  "nostr-tools": "^2.24.1"
37
37
  },