local-operator-ui 0.3.8 → 0.4.2

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.
@@ -7,8 +7,8 @@
7
7
  <link rel="icon" href="./assets/favicon.ico" />
8
8
  <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
9
9
  <meta http-equiv="Content-Security-Policy"
10
- content="default-src 'self'; connect-src 'self' http://localhost:1111 http://127.0.0.1:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111 http://127.0.0.1:1111; media-src 'self' http://localhost:1111 http://127.0.0.1:1111; font-src 'self'" />
11
- <script type="module" crossorigin src="./assets/index-mDCtISs5.js"></script>
10
+ content="default-src 'self'; connect-src 'self' http://localhost:1111 http://127.0.0.1:1111 ws://localhost:1111 ws://127.0.0.1:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111 http://127.0.0.1:1111; media-src 'self' http://localhost:1111 http://127.0.0.1:1111; font-src 'self'" />
11
+ <script type="module" crossorigin src="./assets/index-DHvoVezG.js"></script>
12
12
  <link rel="modulepreload" crossorigin href="./assets/error-boundary-HK_94N6W.js">
13
13
  <link rel="stylesheet" crossorigin href="./assets/error-boundary-B9KBGB-g.css">
14
14
  <link rel="stylesheet" crossorigin href="./assets/index-94BTFuhu.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-operator-ui",
3
- "version": "0.3.8",
3
+ "version": "0.4.2",
4
4
  "productName": "Local Operator",
5
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",
@@ -167,8 +167,18 @@
167
167
  "gatekeeperAssess": false,
168
168
  "entitlements": "build/entitlements.mac.plist",
169
169
  "entitlementsInherit": "build/entitlements.mac.plist",
170
- "target": ["dmg", "zip"],
171
- "artifactName": "${name}-${version}-${arch}.${ext}"
170
+ "target": [
171
+ {
172
+ "target": "dmg",
173
+ "arch": ["universal"]
174
+ },
175
+ {
176
+ "target": "zip",
177
+ "arch": ["universal"]
178
+ }
179
+ ],
180
+ "artifactName": "${name}-${version}-${arch}.${ext}",
181
+ "x64ArchFiles": "Contents/Resources/python/**/*"
172
182
  },
173
183
  "dmg": {
174
184
  "sign": false,