@gallop.software/studio 1.3.2 → 1.3.4

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 @@ var StudioUI_default = StudioUI;
6111
6111
 
6112
6112
 
6113
6113
  exports.StudioUI = StudioUI; exports.default = StudioUI_default;
6114
- //# sourceMappingURL=StudioUI-X22T6A7A.js.map
6114
+ //# sourceMappingURL=StudioUI-X5SN52MU.js.map