@statezero/core 0.1.72 → 0.1.73

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.
@@ -87,7 +87,7 @@ export class SyncManager {
87
87
  this.maxWaitMs = 2000; // Maximum time to hold events
88
88
  this.batchStartTime = null;
89
89
  // SyncQueue
90
- this.syncQueue = new PQueue({ concurrency: 3 });
90
+ this.syncQueue = new PQueue({ concurrency: 1 });
91
91
  }
92
92
  withTimeout(promise, ms) {
93
93
  // If no timeout specified, use 2x the periodic sync interval, or 30s as fallback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@statezero/core",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "type": "module",
5
5
  "module": "ESNext",
6
6
  "description": "The type-safe frontend client for StateZero - connect directly to your backend models with zero boilerplate",