@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.
package/dist/index.js CHANGED
@@ -379,7 +379,7 @@ var socket = signal2(null);
379
379
  var SocketService = {
380
380
  async connect() {
381
381
  const token = sessionToken.value;
382
- socket.value = io("https://ws.spacinbox.com", {
382
+ socket.value = io("https://ws.simple-login.com", {
383
383
  auth: { token },
384
384
  reconnection: true
385
385
  });