@mastra/server 1.24.1-alpha.1 → 1.24.1
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 +7 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 1.24.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ef94400`](https://github.com/mastra-ai/mastra/commit/ef9440049402596b31f2ab976c5e4508f6cb6c91), [`3db852b`](https://github.com/mastra-ai/mastra/commit/3db852bff74e29f60d415a7b0f1583d6ce2bad92)]:
|
|
8
|
+
- @mastra/core@1.24.1
|
|
9
|
+
|
|
3
10
|
## 1.24.1-alpha.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "1.24.1
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -113,13 +113,13 @@
|
|
|
113
113
|
"vitest": "4.0.18",
|
|
114
114
|
"zod": "^4.3.6",
|
|
115
115
|
"@internal/core": "0.0.0",
|
|
116
|
-
"@internal/storage-test-utils": "0.0.
|
|
117
|
-
"@internal/lint": "0.0.
|
|
118
|
-
"@
|
|
119
|
-
"@
|
|
120
|
-
"@internal/test-utils": "0.0.17",
|
|
116
|
+
"@internal/storage-test-utils": "0.0.78",
|
|
117
|
+
"@internal/lint": "0.0.82",
|
|
118
|
+
"@mastra/core": "1.24.1",
|
|
119
|
+
"@internal/types-builder": "0.0.57",
|
|
121
120
|
"@mastra/schema-compat": "1.2.7",
|
|
122
|
-
"@
|
|
121
|
+
"@internal/test-utils": "0.0.18",
|
|
122
|
+
"@mastra/agent-builder": "1.0.25"
|
|
123
123
|
},
|
|
124
124
|
"homepage": "https://mastra.ai",
|
|
125
125
|
"repository": {
|