@absolutejs/sync 1.12.0 → 1.12.1
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/engine/index.js +3 -2
- package/dist/engine/index.js.map +3 -3
- package/dist/index.js +7 -4
- package/dist/index.js.map +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -179,7 +179,8 @@ var sync = ({
|
|
|
179
179
|
headers: {
|
|
180
180
|
"cache-control": "no-cache, no-transform",
|
|
181
181
|
connection: "keep-alive",
|
|
182
|
-
"content-type": "text/event-stream"
|
|
182
|
+
"content-type": "text/event-stream",
|
|
183
|
+
"x-accel-buffering": "no"
|
|
183
184
|
}
|
|
184
185
|
});
|
|
185
186
|
});
|
|
@@ -2498,7 +2499,8 @@ var syncCdc = ({
|
|
|
2498
2499
|
headers: {
|
|
2499
2500
|
"cache-control": "no-cache, no-transform",
|
|
2500
2501
|
connection: "keep-alive",
|
|
2501
|
-
"content-type": "text/event-stream"
|
|
2502
|
+
"content-type": "text/event-stream",
|
|
2503
|
+
"x-accel-buffering": "no"
|
|
2502
2504
|
}
|
|
2503
2505
|
});
|
|
2504
2506
|
});
|
|
@@ -2613,7 +2615,8 @@ data: ${JSON.stringify(event)}
|
|
|
2613
2615
|
headers: {
|
|
2614
2616
|
"cache-control": "no-cache, no-transform",
|
|
2615
2617
|
connection: "keep-alive",
|
|
2616
|
-
"content-type": "text/event-stream"
|
|
2618
|
+
"content-type": "text/event-stream",
|
|
2619
|
+
"x-accel-buffering": "no"
|
|
2617
2620
|
}
|
|
2618
2621
|
});
|
|
2619
2622
|
});
|
|
@@ -2695,5 +2698,5 @@ export {
|
|
|
2695
2698
|
createPresenceHub
|
|
2696
2699
|
};
|
|
2697
2700
|
|
|
2698
|
-
//# debugId=
|
|
2701
|
+
//# debugId=D6679B754081BCC764756E2164756E21
|
|
2699
2702
|
//# sourceMappingURL=index.js.map
|