local-operator-ui 0.1.0-beta.2 → 0.1.0-beta.3

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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "local-operator-ui",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "User interface for the Local Operator agent environment",
5
5
  "main": "./out/main/index.js",
6
+ "bin": {
7
+ "local-operator-ui": "./out/main/index.js"
8
+ },
6
9
  "license": "MIT",
7
10
  "author": {
8
11
  "name": "Damian Tran",
@@ -32,7 +35,6 @@
32
35
  "scripts": {
33
36
  "start": "electron-vite preview",
34
37
  "dev": "electron-vite dev",
35
- "prebuild": "electron-vite build",
36
38
  "build": "electron-vite build",
37
39
  "lint": "npx @biomejs/biome check src",
38
40
  "lint:fix": "npx @biomejs/biome check --apply src",