@apteva/apteva-kit 0.1.79 → 0.1.80

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.js CHANGED
@@ -644,7 +644,8 @@ function parseWidgetsFromText(text) {
644
644
  type: widgetType,
645
645
  id: widgetId,
646
646
  props: widgetType === "table" ? { rows: items, columns: [] } : { items },
647
- isStreaming: true
647
+ isStreaming
648
+ // Use actual streaming state from items array parsing
648
649
  }
649
650
  });
650
651
  hasWidgets = true;