local-operator-ui 0.1.2 → 0.1.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
@@ -7,7 +7,7 @@
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 https://1.1.1.1; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111; font-src 'self'" />
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; font-src 'self'" />
11
11
  <script type="module" crossorigin src="./assets/index-BOYHDbPZ.js"></script>
12
12
  <link rel="modulepreload" crossorigin href="./assets/theme-D7qnOAQJ.js">
13
13
  <link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
@@ -7,7 +7,7 @@
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 https://1.1.1.1; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111; font-src 'self'" />
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; font-src 'self'" />
11
11
  <script type="module" crossorigin src="./assets/installer-DzZ9md8b.js"></script>
12
12
  <link rel="modulepreload" crossorigin href="./assets/theme-D7qnOAQJ.js">
13
13
  <link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-operator-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "productName": "Local Operator",
5
5
  "description": "User interface for the Local Operator agent environment",
6
6
  "main": "./out/main/index.js",