llmtab-desktop 2.0.4 → 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.
- package/README.md +1 -1
- package/package.json +7 -7
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
|
|
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.
|
|
4
|
-
"description": "Menu-bar / tray app for LLMTab
|
|
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
|
|
21
|
+
"url": "git+https://github.com/naninanides/llmtab.git",
|
|
22
22
|
"directory": "packages/desktop"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://github.com/naninanides/llmtab
|
|
24
|
+
"homepage": "https://github.com/naninanides/llmtab#readme",
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/naninanides/llmtab
|
|
26
|
+
"url": "https://github.com/naninanides/llmtab/issues"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
|
-
"node": ">=
|
|
29
|
+
"node": ">=22"
|
|
30
30
|
},
|
|
31
31
|
"bin": {
|
|
32
32
|
"llmtab-desktop": "./bin.mjs"
|
|
@@ -41,4 +41,4 @@
|
|
|
41
41
|
"electron": "^44.0.0",
|
|
42
42
|
"llmtab": "^2.0.2"
|
|
43
43
|
}
|
|
44
|
-
}
|
|
44
|
+
}
|