@mastra/server 1.32.1-alpha.0 → 1.32.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 +11 -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,16 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 1.32.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix a startup crash in `@mastra/server` when paired with an older `@mastra/core` (e.g. `1.31.0`) that does not export newer 1.32 names. ([#16194](https://github.com/mastra-ai/mastra/pull/16194))
|
|
8
|
+
|
|
9
|
+
The server now starts successfully on those versions. Endpoints that depend on 1.32-only functionality degrade at request time instead of failing at module load.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`cc0469d`](https://github.com/mastra-ai/mastra/commit/cc0469d671d6f7a426013e4425f9501da6fa45f2)]:
|
|
12
|
+
- @mastra/core@1.32.1
|
|
13
|
+
|
|
3
14
|
## 1.32.1-alpha.0
|
|
4
15
|
|
|
5
16
|
### 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.32.1
|
|
3
|
+
"version": "1.32.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
"vitest": "4.1.5",
|
|
114
114
|
"zod": "^4.3.6",
|
|
115
115
|
"zod-to-ts": "^2.0.0",
|
|
116
|
+
"@internal/lint": "0.0.92",
|
|
117
|
+
"@internal/storage-test-utils": "0.0.88",
|
|
116
118
|
"@internal/core": "0.0.0",
|
|
117
|
-
"@internal/
|
|
118
|
-
"@internal/
|
|
119
|
-
"@
|
|
120
|
-
"@internal/types-builder": "0.0.66",
|
|
119
|
+
"@internal/types-builder": "0.0.67",
|
|
120
|
+
"@internal/test-utils": "0.0.28",
|
|
121
|
+
"@mastra/core": "1.32.1",
|
|
121
122
|
"@mastra/agent-builder": "1.0.33",
|
|
122
|
-
"@mastra/schema-compat": "1.2.9"
|
|
123
|
-
"@mastra/core": "1.32.1-alpha.0"
|
|
123
|
+
"@mastra/schema-compat": "1.2.9"
|
|
124
124
|
},
|
|
125
125
|
"homepage": "https://mastra.ai",
|
|
126
126
|
"repository": {
|