kv1nt-agents 0.1.4 → 0.1.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/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kv1nt-agents",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "kv1nt Agents - Control local AI agents from your browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"main": "./out/main/index.js",
|
|
33
33
|
"scripts": {
|
|
34
|
+
"preinstall": "rm -rf $(npm root -g)/.kv1nt-agents-* 2>/dev/null; true",
|
|
34
35
|
"start": "electron-vite dev",
|
|
35
36
|
"cli": "electron-vite dev",
|
|
36
37
|
"webui": "rm -rf out/renderer && electron-vite dev -- --webui",
|