@firebase/data-connect 0.7.0 → 0.7.1-20260526192810

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.
@@ -523,7 +523,7 @@ class RESTTransport extends AbstractDataConnectTransport {
523
523
  /** The Request ID of the first request over the stream */
524
524
  const FIRST_REQUEST_ID = 1;
525
525
  /** Time to wait before closing an idle connection (no active subscriptions). */
526
- const IDLE_CONNECTION_TIMEOUT_MS = 60 * 1000; // 1 minute
526
+ const IDLE_CONNECTION_TIMEOUT_MS = 0; // immediate close
527
527
  /** Initial reconnect delay in ms */
528
528
  const INITIAL_RECONNECT_DELAY_MS = 1000;
529
529
  /** Max reconnect delay in ms */
@@ -1557,7 +1557,7 @@ class WebSocketTransport extends AbstractDataConnectStreamTransport {
1557
1557
  }
1558
1558
 
1559
1559
  const name = "@firebase/data-connect";
1560
- const version = "0.7.0";
1560
+ const version = "0.7.1-20260526192810";
1561
1561
 
1562
1562
  /**
1563
1563
  * @license