@mastra/ai-sdk 1.6.3-alpha.1 → 1.6.3

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
@@ -10,7 +10,7 @@ import { TripWire, MessageList, aiV5ModelMessageToV2PromptMessage } from '@mastr
10
10
  import { RequestContext } from '@mastra/core/di';
11
11
  import { WorkingMemory, MessageHistory, SemanticRecall } from '@mastra/core/processors';
12
12
 
13
- // ../../packages/_vendored/ai_v5/dist/chunk-NFYQIWQU.js
13
+ // ../../packages/_vendored/ai_v5/dist/chunk-3XRJ23FP.js
14
14
  var marker = "vercel.ai.error";
15
15
  var symbol = Symbol.for(marker);
16
16
  var _a;
@@ -565,7 +565,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
565
565
  );
566
566
  return Object.fromEntries(normalizedHeaders.entries());
567
567
  }
568
- var VERSION = "3.0.29";
568
+ var VERSION = "3.0.30";
569
569
  var getOriginalFetch = () => globalThis.fetch;
570
570
  var getFromApi = async ({
571
571
  url,
@@ -3440,7 +3440,7 @@ async function getVercelRequestId() {
3440
3440
  var _a1032;
3441
3441
  return (_a1032 = getContext().headers) == null ? void 0 : _a1032["x-vercel-id"];
3442
3442
  }
3443
- var VERSION2 = "2.0.113";
3443
+ var VERSION2 = "2.0.115";
3444
3444
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
3445
3445
  function createGatewayProvider(options = {}) {
3446
3446
  var _a1032, _b103;