@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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.node.cjs.js
CHANGED
|
@@ -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 =
|
|
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.
|
|
1564
|
+
const version = "0.7.1-20260526192810";
|
|
1565
1565
|
|
|
1566
1566
|
/**
|
|
1567
1567
|
* @license
|