@spacinbox/sdk 2.0.1 → 2.0.2

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.cjs CHANGED
@@ -298,7 +298,7 @@ var init_service2 = __esm({
298
298
  "use strict";
299
299
  init_state();
300
300
  init_mock();
301
- BASE_URL = "https://api.spacinbox.com";
301
+ BASE_URL = "https://app.spacinbox.com";
302
302
  IS_MOCKED = false;
303
303
  ApiService = IS_MOCKED ? mockService : {
304
304
  createSession(dto) {
package/dist/index.js CHANGED
@@ -286,7 +286,7 @@ var init_service2 = __esm({
286
286
  "use strict";
287
287
  init_state();
288
288
  init_mock();
289
- BASE_URL = "https://api.spacinbox.com";
289
+ BASE_URL = "https://app.spacinbox.com";
290
290
  IS_MOCKED = false;
291
291
  ApiService = IS_MOCKED ? mockService : {
292
292
  createSession(dto) {
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spacinbox/sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Official SDK for Spaceinbox",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",