local-operator-ui 0.1.2-beta.2 → 0.1.2-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.
- package/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/package.json +2 -7
package/out/main/index.jsc
CHANGED
|
Binary file
|
package/out/preload/index.jsc
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-operator-ui",
|
|
3
|
-
"version": "0.1.2-beta.
|
|
3
|
+
"version": "0.1.2-beta.3",
|
|
4
4
|
"productName": "Local Operator",
|
|
5
5
|
"description": "User interface for the Local Operator agent environment",
|
|
6
6
|
"main": "./out/main/index.js",
|
|
@@ -215,12 +215,7 @@
|
|
|
215
215
|
"Categories": "Development;Utility"
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
|
-
"publish":
|
|
219
|
-
"provider": "github",
|
|
220
|
-
"owner": "damianvtran",
|
|
221
|
-
"repo": "local-operator-ui",
|
|
222
|
-
"releaseType": "release"
|
|
223
|
-
}
|
|
218
|
+
"publish": null
|
|
224
219
|
},
|
|
225
220
|
"eslintConfig": {
|
|
226
221
|
"extends": ["plugin:storybook/recommended"]
|