@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.
@@ -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\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 @@ export {
6111
6111
  StudioUI,
6112
6112
  StudioUI_default as default
6113
6113
  };
6114
- //# sourceMappingURL=StudioUI-NXJ2QUYQ.mjs.map
6114
+ //# sourceMappingURL=StudioUI-IHTWNJHB.mjs.map