@gallop.software/studio 1.3.2 → 1.3.3
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/{StudioUI-NXJ2QUYQ.mjs → StudioUI-IHTWNJHB.mjs} +2 -2
- package/dist/{StudioUI-NXJ2QUYQ.mjs.map → StudioUI-IHTWNJHB.mjs.map} +1 -1
- package/dist/{StudioUI-X22T6A7A.js → StudioUI-X5SN52MU.js} +2 -2
- package/dist/{StudioUI-X22T6A7A.js.map → StudioUI-X5SN52MU.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -5533,7 +5533,7 @@ function useStudioActions({
|
|
|
5533
5533
|
const { done, value } = await reader.read();
|
|
5534
5534
|
if (done) break;
|
|
5535
5535
|
buffer += decoder.decode(value, { stream: true });
|
|
5536
|
-
const lines = buffer.split("\n
|
|
5536
|
+
const lines = buffer.split("\n");
|
|
5537
5537
|
buffer = lines.pop() || "";
|
|
5538
5538
|
for (const line of lines) {
|
|
5539
5539
|
if (line.startsWith("data: ")) {
|
|
@@ -6111,4 +6111,4 @@ var StudioUI_default = StudioUI;
|
|
|
6111
6111
|
|
|
6112
6112
|
|
|
6113
6113
|
exports.StudioUI = StudioUI; exports.default = StudioUI_default;
|
|
6114
|
-
//# sourceMappingURL=StudioUI-
|
|
6114
|
+
//# sourceMappingURL=StudioUI-X5SN52MU.js.map
|