local-operator-ui 0.3.5 → 0.3.7
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/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/package.json +11 -13
package/out/main/index.jsc
CHANGED
|
Binary file
|
package/out/preload/index.jsc
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-operator-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"productName": "Local Operator",
|
|
5
|
-
"description": "User interface for
|
|
5
|
+
"description": "User interface for AI agent assistants that run Python code safely on your device through an intuitive chat interface. Supports local and cloud LLM models with built-in security features.",
|
|
6
6
|
"main": "./out/main/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"local-operator-ui": "./bin/local-operator-ui.js"
|
|
@@ -55,11 +55,10 @@
|
|
|
55
55
|
"pack": "yarn build && electron-builder --dir",
|
|
56
56
|
"dist": "yarn build && electron-builder",
|
|
57
57
|
"dist:mac": "yarn build && electron-builder --mac --publish never",
|
|
58
|
-
"dist:win": "yarn build && electron-builder --win --publish never
|
|
58
|
+
"dist:win": "yarn build && electron-builder --win --publish never",
|
|
59
59
|
"dist:linux": "yarn build && electron-builder --linux --publish never",
|
|
60
|
-
"dist:all": "yarn build && electron-builder -mwl --publish never
|
|
61
|
-
"release": "yarn build && electron-builder --publish always
|
|
62
|
-
"update-win-hashes": "node scripts/update-windows-hashes.js",
|
|
60
|
+
"dist:all": "yarn build && electron-builder -mwl --publish never",
|
|
61
|
+
"release": "yarn build && electron-builder --publish always",
|
|
63
62
|
"generate-icons": "node scripts/generate-icons.js",
|
|
64
63
|
"setup-python": "./scripts/setup-python-resource.sh",
|
|
65
64
|
"storybook": "storybook dev -p 6006",
|
|
@@ -74,7 +73,6 @@
|
|
|
74
73
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
75
74
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
76
75
|
"@mui/material": "^6.4.2",
|
|
77
|
-
"@resvg/resvg-js": "^2.6.2",
|
|
78
76
|
"@tanstack/react-query": "^5.67.1",
|
|
79
77
|
"@tanstack/react-query-devtools": "^5.67.1",
|
|
80
78
|
"date-fns": "^4.1.0",
|
|
@@ -125,6 +123,7 @@
|
|
|
125
123
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
126
124
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
127
125
|
"eslint-plugin-storybook": "^0.11.4",
|
|
126
|
+
"icns-lib": "^1.0.1",
|
|
128
127
|
"jest": "^29.7.0",
|
|
129
128
|
"prismjs": "^1.30.0",
|
|
130
129
|
"sharp": "^0.33.2",
|
|
@@ -151,7 +150,7 @@
|
|
|
151
150
|
"files": ["out/**/*", "bin/**/*", "LICENSE", "README.md"],
|
|
152
151
|
"directories": {
|
|
153
152
|
"output": "dist",
|
|
154
|
-
"buildResources": "
|
|
153
|
+
"buildResources": "build"
|
|
155
154
|
},
|
|
156
155
|
"extraResources": [
|
|
157
156
|
{
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"afterSign": "scripts/notarize.js",
|
|
164
163
|
"mac": {
|
|
165
164
|
"notarize": false,
|
|
166
|
-
"icon": "resources/icon-512x512.png",
|
|
167
165
|
"category": "public.app-category.developer-tools",
|
|
168
166
|
"hardenedRuntime": true,
|
|
169
167
|
"gatekeeperAssess": false,
|
|
@@ -192,24 +190,24 @@
|
|
|
192
190
|
}
|
|
193
191
|
},
|
|
194
192
|
"win": {
|
|
195
|
-
"icon": "resources/icon-512x512.png",
|
|
196
193
|
"target": [
|
|
197
194
|
{
|
|
198
195
|
"target": "nsis",
|
|
199
196
|
"arch": ["x64", "arm64"]
|
|
200
197
|
}
|
|
201
198
|
],
|
|
202
|
-
"artifactName": "${name}-${version}-${arch}.${ext}"
|
|
199
|
+
"artifactName": "${name}-setup-${version}-${arch}.${ext}"
|
|
203
200
|
},
|
|
204
201
|
"nsis": {
|
|
205
202
|
"createDesktopShortcut": true,
|
|
206
203
|
"createStartMenuShortcut": true,
|
|
207
204
|
"deleteAppDataOnUninstall": true,
|
|
208
|
-
"
|
|
205
|
+
"displayLanguageSelector": true,
|
|
206
|
+
"multiLanguageInstaller": true
|
|
209
207
|
},
|
|
210
208
|
"linux": {
|
|
211
|
-
"icon": "resources/icon-512x512.png",
|
|
212
209
|
"category": "ArtificialIntelligence",
|
|
210
|
+
"icon": "build/",
|
|
213
211
|
"target": [
|
|
214
212
|
{
|
|
215
213
|
"target": "deb",
|