@mastra/client-js 1.46.0 → 1.46.1-alpha.0

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
@@ -5825,9 +5825,7 @@ function isKnownParsedEvent(event) {
5825
5825
  /** The stream carries every timestamp as an ISO string; give consumers back the `Date`s {@link Hydrated} promises. */
5826
5826
  function hydrateKnownEvent(event) {
5827
5827
  switch (event.type) {
5828
- case "message_start":
5829
- case "message_update":
5830
- case "message_end": return {
5828
+ case "message_start": return {
5831
5829
  ...event,
5832
5830
  message: hydrateMessage(event.message)
5833
5831
  };