@openchamber/web 1.8.0 → 1.8.1

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/dist/index.html CHANGED
@@ -203,7 +203,7 @@
203
203
  pointer-events: none;
204
204
  }
205
205
  </style>
206
- <script type="module" crossorigin src="/assets/index-BvZjrpc0.js"></script>
206
+ <script type="module" crossorigin src="/assets/index-BcefsbYU.js"></script>
207
207
  <link rel="modulepreload" crossorigin href="/assets/vendor-.bun-Byc0cUD3.js">
208
208
  <link rel="stylesheet" crossorigin href="/assets/vendor--DbVqbJpV.css">
209
209
  <link rel="stylesheet" crossorigin href="/assets/index-DGX6jOFq.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openchamber/web",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./server/index.js",
@@ -167,6 +167,10 @@ export const createTunnelAuth = () => {
167
167
  return 'local';
168
168
  }
169
169
 
170
+ if (!activeTunnelId) {
171
+ return 'local';
172
+ }
173
+
170
174
  return 'unknown-public';
171
175
  };
172
176