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