asab_webui_shell 27.6.0 → 27.7.0

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.
@@ -36,7 +36,7 @@ class AttentionRequiredService extends _asab_webui_components.Service {
36
36
  this.reconnectBeaconWebSocket();
37
37
  return;
38
38
  }
39
- var BeaconServiceClient = this.App.createWebSocket('asab-remote-control', "/beacon/".concat(currentTenant, "/ws"));
39
+ var BeaconServiceClient = this.App.createWebSocket('asab-lighthouse', "/beacon/".concat(currentTenant, "/ws"));
40
40
  this.beaconWebSocket = BeaconServiceClient;
41
41
  this.beaconWebSocket.onopen = () => {
42
42
  this.connectionStatus('online');
@@ -31,7 +31,7 @@ export default class AttentionRequiredService extends Service {
31
31
  return;
32
32
  }
33
33
 
34
- const BeaconServiceClient = this.App.createWebSocket('asab-remote-control', `/beacon/${currentTenant}/ws`);
34
+ const BeaconServiceClient = this.App.createWebSocket('asab-lighthouse', `/beacon/${currentTenant}/ws`);
35
35
  this.beaconWebSocket = BeaconServiceClient;
36
36
 
37
37
  this.beaconWebSocket.onopen = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "27.6.0",
3
+ "version": "27.7.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [