@mastra/ai-sdk 1.0.0-beta.13 → 1.0.0-beta.14

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
@@ -3973,6 +3973,10 @@ function transformNetwork(payload, bufferedNetworks, isNested) {
3973
3973
  }
3974
3974
  };
3975
3975
  }
3976
+ case "network-object":
3977
+ case "network-object-result": {
3978
+ return null;
3979
+ }
3976
3980
  default: {
3977
3981
  if (isAgentExecutionDataChunkType(payload)) {
3978
3982
  if (!("data" in payload.payload)) {