vibedate 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  } from "./chunk-AU7FN2LY.js";
13
13
 
14
14
  // src/cli.ts
15
- import { pathToFileURL } from "url";
15
+ import "url";
16
16
  import process from "process";
17
17
 
18
18
  // src/server.ts
@@ -1052,7 +1052,7 @@ var entryUrl = process.argv[1];
1052
1052
  if (entryUrl !== void 0) {
1053
1053
  let isMain = false;
1054
1054
  try {
1055
- isMain = import.meta.url === pathToFileURL(entryUrl).href;
1055
+ isMain = true;
1056
1056
  } catch {
1057
1057
  isMain = false;
1058
1058
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibedate",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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",