@base44-preview/sdk 0.8.11-pr.58.0494dbf → 0.8.11-pr.58.300696a

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.
@@ -125,10 +125,6 @@ function createEntityHandler(axios, appId, entityName, getSocket) {
125
125
  const socket = getSocket();
126
126
  const unsubscribe = socket.subscribeToRoom(room, {
127
127
  update_model: (msg) => {
128
- // Only process messages for our room
129
- if (msg.room !== room) {
130
- return;
131
- }
132
128
  const event = parseRealtimeMessage(msg.data);
133
129
  if (!event) {
134
130
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.11-pr.58.0494dbf",
3
+ "version": "0.8.11-pr.58.300696a",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",