@mastra/agent-builder 1.1.7-alpha.1 → 1.1.7-alpha.2
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 +13 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 1.1.7-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dependencies updates: ([#19813](https://github.com/mastra-ai/mastra/pull/19813))
|
|
8
|
+
- Updated dependency [`@ai-sdk/anthropic-v5@npm:@ai-sdk/anthropic@2.0.87` ↗︎](https://www.npmjs.com/package/@ai-sdk/anthropic-v5/v/2.0.87) (from `npm:@ai-sdk/anthropic@2.0.85`, in `dependencies`)
|
|
9
|
+
- Updated dependency [`@ai-sdk/google-v5@npm:@ai-sdk/google@2.0.82` ↗︎](https://www.npmjs.com/package/@ai-sdk/google-v5/v/2.0.82) (from `npm:@ai-sdk/google@2.0.79`, in `dependencies`)
|
|
10
|
+
- Updated dependency [`@ai-sdk/groq-v5@npm:@ai-sdk/groq@2.0.45` ↗︎](https://www.npmjs.com/package/@ai-sdk/groq-v5/v/2.0.45) (from `npm:@ai-sdk/groq@2.0.43`, in `dependencies`)
|
|
11
|
+
- Updated dependency [`@ai-sdk/openai-v5@npm:@ai-sdk/openai@2.0.114` ↗︎](https://www.npmjs.com/package/@ai-sdk/openai-v5/v/2.0.114) (from `npm:@ai-sdk/openai@2.0.111`, in `dependencies`)
|
|
12
|
+
- Updated dependency [`@ai-sdk/xai-v5@npm:@ai-sdk/xai@2.0.81` ↗︎](https://www.npmjs.com/package/@ai-sdk/xai-v5/v/2.0.81) (from `npm:@ai-sdk/xai@2.0.77`, in `dependencies`)
|
|
13
|
+
- Updated dependencies [[`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9)]:
|
|
14
|
+
- @mastra/core@1.52.0-alpha.10
|
|
15
|
+
|
|
3
16
|
## 1.1.7-alpha.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -5345,7 +5345,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
5345
5345
|
);
|
|
5346
5346
|
return Object.fromEntries(normalizedHeaders.entries());
|
|
5347
5347
|
}
|
|
5348
|
-
var VERSION = "3.0.
|
|
5348
|
+
var VERSION = "3.0.30";
|
|
5349
5349
|
var getOriginalFetch = () => globalThis.fetch;
|
|
5350
5350
|
var getFromApi = async ({
|
|
5351
5351
|
url,
|
|
@@ -8220,7 +8220,7 @@ async function getVercelRequestId() {
|
|
|
8220
8220
|
var _a103;
|
|
8221
8221
|
return (_a103 = getContext().headers) == null ? void 0 : _a103["x-vercel-id"];
|
|
8222
8222
|
}
|
|
8223
|
-
var VERSION2 = "2.0.
|
|
8223
|
+
var VERSION2 = "2.0.115";
|
|
8224
8224
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
|
8225
8225
|
function createGatewayProvider(options = {}) {
|
|
8226
8226
|
var _a103, _b102;
|