@mastra/server 0.24.3-alpha.0 → 0.24.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/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.24.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Network handler now accesses thread and resource parameters from the nested memory object instead of directly from request body. ([#10299](https://github.com/mastra-ai/mastra/pull/10299))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7491cc0`](https://github.com/mastra-ai/mastra/commit/7491cc0350b2ba067f98c4915bf607119bd0150f), [`0d10ac7`](https://github.com/mastra-ai/mastra/commit/0d10ac7b8efa03c2f0c330eb2520148bfa6091e9), [`e3e899c`](https://github.com/mastra-ai/mastra/commit/e3e899c650f4c435445303bd97a66f5840a52a1e)]:
|
|
10
|
+
- @mastra/core@0.24.3
|
|
11
|
+
|
|
3
12
|
## 0.24.3-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.24.3
|
|
3
|
+
"version": "0.24.3",
|
|
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
|
-
"@
|
|
74
|
-
"@internal/
|
|
73
|
+
"@internal/lint": "0.0.61",
|
|
74
|
+
"@internal/storage-test-utils": "0.0.57",
|
|
75
75
|
"@mastra/agent-builder": "0.2.4",
|
|
76
|
-
"@
|
|
77
|
-
"@internal/types-builder": "0.0.
|
|
76
|
+
"@mastra/core": "0.24.3",
|
|
77
|
+
"@internal/types-builder": "0.0.36"
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://mastra.ai",
|
|
80
80
|
"repository": {
|