llmtab-desktop 2.0.3 → 2.0.5

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 +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # llmtab-desktop
2
2
 
3
- Menu-bar / tray app for [LLMTab](https://github.com/naninanides/llmtab-v2).
3
+ Menu-bar / tray app for [LLMTab](https://github.com/naninanides/llmtab).
4
4
 
5
5
  This package is a thin launcher. All the application code lives in the
6
6
  [`llmtab`](https://www.npmjs.com/package/llmtab) package; `llmtab-desktop`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "llmtab-desktop",
3
- "version": "2.0.3",
4
- "description": "Menu-bar / tray app for LLMTab \u2014 adds the Electron shell to the llmtab CLI.",
3
+ "version": "2.0.5",
4
+ "description": "Menu-bar / tray app for LLMTab adds the Electron shell to the llmtab CLI.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "naninanides",
@@ -18,15 +18,15 @@
18
18
  ],
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/naninanides/llmtab-v2.git",
21
+ "url": "git+https://github.com/naninanides/llmtab.git",
22
22
  "directory": "packages/desktop"
23
23
  },
24
- "homepage": "https://github.com/naninanides/llmtab-v2#readme",
24
+ "homepage": "https://github.com/naninanides/llmtab#readme",
25
25
  "bugs": {
26
- "url": "https://github.com/naninanides/llmtab-v2/issues"
26
+ "url": "https://github.com/naninanides/llmtab/issues"
27
27
  },
28
28
  "engines": {
29
- "node": ">=20"
29
+ "node": ">=22"
30
30
  },
31
31
  "bin": {
32
32
  "llmtab-desktop": "./bin.mjs"