@spacinbox/sdk 2.0.1 → 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.
@@ -1283,7 +1283,7 @@
1283
1283
  "use strict";
1284
1284
  init_state();
1285
1285
  init_mock();
1286
- BASE_URL = "https://api.spacinbox.com";
1286
+ BASE_URL = "https://app.spacinbox.com";
1287
1287
  IS_MOCKED = false;
1288
1288
  ApiService = IS_MOCKED ? mockService : {
1289
1289
  createSession(dto) {
@@ -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
  });