@vidda/llm-watcher 1.0.0 → 1.0.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@ and record the requests/responses.
16
16
  This project requires Node.js v22.5 or newer
17
17
  ### With npx
18
18
  ```bash
19
- npx llm-watcher
19
+ npx @vidda/llm-watcher
20
20
  ```
21
21
  This will start both the proxy and the frontend on `localhost:3001`
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidda/llm-watcher",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/vidda/llm-watcher.git"
11
11
  },
12
12
  "bin": {
13
- "promptglass": "cli.js"
13
+ "@vidda/llm-watcher": "cli.js"
14
14
  },
15
15
  "files": [
16
16
  "cli.js",