@syra.fm/sdk 0.8.0 → 0.9.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.
@@ -23,7 +23,7 @@ class RoomSocketService {
23
23
  this.socket.disconnect();
24
24
  this.socket = null;
25
25
  }
26
- const baseUrl = this.socketUrl || 'ws://localhost:3000';
26
+ const baseUrl = this.socketUrl || 'ws://localhost:4120';
27
27
  this.socket = (0, _socket.io)(`${baseUrl}/rooms`, {
28
28
  transports: ['websocket', 'polling'],
29
29
  auth: {
@@ -19,7 +19,7 @@ export class RoomSocketService {
19
19
  this.socket.disconnect();
20
20
  this.socket = null;
21
21
  }
22
- const baseUrl = this.socketUrl || 'ws://localhost:3000';
22
+ const baseUrl = this.socketUrl || 'ws://localhost:4120';
23
23
  this.socket = io(`${baseUrl}/rooms`, {
24
24
  transports: ['websocket', 'polling'],
25
25
  auth: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syra.fm/sdk",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Syra SDK — headless, isomorphic catalog client (Node/React-free, public reads + 30s previews) that also ships the Syra live-rooms engine (audio rooms over LiveKit) on React Native and web.",
5
5
  "source": "src/index.ts",
6
6
  "main": "lib/commonjs/index.js",
@@ -90,7 +90,7 @@
90
90
  "react-native": "^0.85.3",
91
91
  "react-native-reanimated": "^4.3.1",
92
92
  "react-native-safe-area-context": "^5.7.0",
93
- "@oxyhq/services": "^22.1.0",
93
+ "@oxyhq/services": "^22.13.1 || ^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0",
94
94
  "livekit-client": "^2.20.0",
95
95
  "@livekit/react-native": "^2.11.1",
96
96
  "expo-audio": "~56.0.12",
@@ -151,7 +151,7 @@
151
151
  "react-native": "^0.85.3",
152
152
  "react-native-reanimated": "^4.3.1",
153
153
  "react-native-safe-area-context": "^5.7.0",
154
- "@oxyhq/services": "^22.1.0",
154
+ "@oxyhq/services": "^25.0.1",
155
155
  "livekit-client": "^2.20.0",
156
156
  "@livekit/react-native": "^2.11.1",
157
157
  "expo-audio": "~56.0.12",
@@ -26,7 +26,7 @@ export class RoomSocketService {
26
26
  this.socket = null;
27
27
  }
28
28
 
29
- const baseUrl = this.socketUrl || 'ws://localhost:3000';
29
+ const baseUrl = this.socketUrl || 'ws://localhost:4120';
30
30
 
31
31
  this.socket = io(`${baseUrl}/rooms`, {
32
32
  transports: ['websocket', 'polling'],