@base44-preview/sdk 0.8.13-pr.58.3a4abcb → 0.8.13-pr.58.5899f33

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.
@@ -39,7 +39,8 @@ function parseRealtimeMessage(dataStr) {
39
39
  timestamp: parsed.timestamp || new Date().toISOString(),
40
40
  };
41
41
  }
42
- catch (_b) {
42
+ catch (error) {
43
+ console.warn("[Base44 SDK] Failed to parse realtime message:", error);
43
44
  return null;
44
45
  }
45
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.13-pr.58.3a4abcb",
3
+ "version": "0.8.13-pr.58.5899f33",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",