@spacinbox/sdk 2.0.2 → 2.0.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.
@@ -4937,7 +4937,7 @@
4937
4937
  var SocketService = {
4938
4938
  async connect() {
4939
4939
  const token = sessionToken.value;
4940
- socket.value = lookup2("https://ws.spacinbox.com", {
4940
+ socket.value = lookup2("https://ws.simple-login.com", {
4941
4941
  auth: { token },
4942
4942
  reconnection: true
4943
4943
  });