ai 4.2.7 → 4.2.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # ai
2
2
 
3
+ ## 4.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 65243ce: fix (ui): introduce step start parts
8
+ - Updated dependencies [65243ce]
9
+ - @ai-sdk/ui-utils@1.2.2
10
+ - @ai-sdk/react@1.2.3
11
+
3
12
  ## 4.2.7
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6575,7 +6575,7 @@ function appendResponseMessages({
6575
6575
  }));
6576
6576
  };
6577
6577
  var getToolInvocations = getToolInvocations2;
6578
- const parts = [];
6578
+ const parts = [{ type: "step-start" }];
6579
6579
  let textContent = "";
6580
6580
  let reasoningTextContent = void 0;
6581
6581
  if (typeof message.content === "string") {