@mastra/server 0.20.2-alpha.1 → 0.20.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 +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.20.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Pass through input/output processors to the server agent endpoints ([#8546](https://github.com/mastra-ai/mastra/pull/8546))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
|
|
10
|
+
- @mastra/core@0.20.2
|
|
11
|
+
|
|
3
12
|
## 0.20.2-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.20.2
|
|
3
|
+
"version": "0.20.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"typescript": "^5.8.3",
|
|
71
71
|
"vitest": "^3.2.4",
|
|
72
72
|
"zod": "^3.25.76",
|
|
73
|
-
"@internal/lint": "0.0.
|
|
74
|
-
"@internal/storage-test-utils": "0.0.43",
|
|
75
|
-
"@mastra/core": "0.20.2-alpha.1",
|
|
73
|
+
"@internal/lint": "0.0.48",
|
|
76
74
|
"@mastra/agent-builder": "0.1.1",
|
|
77
|
-
"@internal/
|
|
75
|
+
"@internal/storage-test-utils": "0.0.44",
|
|
76
|
+
"@internal/types-builder": "0.0.23",
|
|
77
|
+
"@mastra/core": "0.20.2"
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://mastra.ai",
|
|
80
80
|
"repository": {
|