@mastra/agent-builder 1.0.28-alpha.1 → 1.0.28
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 +10 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 1.0.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Hide internal log during `mastra dev` startup (that was previously already hidden but got exposed again by a recent change) ([#15616](https://github.com/mastra-ai/mastra/pull/15616))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f112db1`](https://github.com/mastra-ai/mastra/commit/f112db179557ae9b5a0f1d25dc47f928d7d61cd9), [`21d9706`](https://github.com/mastra-ai/mastra/commit/21d970604d89eee970cbf8013d26d7551aff6ea5), [`0a0aa94`](https://github.com/mastra-ai/mastra/commit/0a0aa94729592e99885af2efb90c56aaada62247), [`ed07df3`](https://github.com/mastra-ai/mastra/commit/ed07df32a9d539c8261e892fc1bade783f5b41a6), [`01a7d51`](https://github.com/mastra-ai/mastra/commit/01a7d513493d21562f677f98550f7ceb165ba78c), [`6e9ab07`](https://github.com/mastra-ai/mastra/commit/6e9ab07b7120e0f4ed1e117c45db0f94840f4afd)]:
|
|
10
|
+
- @mastra/core@1.27.0
|
|
11
|
+
- @mastra/memory@1.17.0
|
|
12
|
+
|
|
3
13
|
## 1.0.28-alpha.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/agent-builder",
|
|
3
|
-
"version": "1.0.28
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"ignore": "^7.0.5",
|
|
37
37
|
"semver": "^7.7.4",
|
|
38
38
|
"swpm": "^2.6.0",
|
|
39
|
-
"@mastra/memory": "1.17.0
|
|
39
|
+
"@mastra/memory": "1.17.0",
|
|
40
40
|
"@mastra/schema-compat": "1.2.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"typescript-eslint": "^8.57.0",
|
|
52
52
|
"vitest": "4.1.4",
|
|
53
53
|
"zod": "^4.3.6",
|
|
54
|
-
"@internal/ai-sdk-v5": "0.0.
|
|
55
|
-
"@internal/lint": "0.0.
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
54
|
+
"@internal/ai-sdk-v5": "0.0.32",
|
|
55
|
+
"@internal/lint": "0.0.85",
|
|
56
|
+
"@internal/types-builder": "0.0.60",
|
|
57
|
+
"@mastra/core": "1.27.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0",
|