@mastra/schema-compat 1.1.3-alpha.0 → 1.1.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 +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/schema-compat
|
|
2
2
|
|
|
3
|
+
## 1.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix `ZodNull` throwing "does not support zod type: ZodNull" for Anthropic and OpenAI reasoning models. MCP tools with nullable properties in their JSON Schema produce `z.null()` which was unhandled by these provider compat layers. ([#13496](https://github.com/mastra-ai/mastra/pull/13496))
|
|
8
|
+
|
|
3
9
|
## 1.1.3-alpha.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/schema-compat",
|
|
3
|
-
"version": "1.1.3
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Tool schema compatibility layer for Mastra.ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"vitest": "4.0.18",
|
|
86
86
|
"zod": "^3.25.76",
|
|
87
87
|
"zod-v4": "npm:zod@^4.0.0",
|
|
88
|
-
"@internal/ai-v6": "0.0.
|
|
89
|
-
"@internal/
|
|
90
|
-
"@internal/
|
|
91
|
-
"@internal/
|
|
88
|
+
"@internal/ai-v6": "0.0.10",
|
|
89
|
+
"@internal/lint": "0.0.63",
|
|
90
|
+
"@internal/ai-sdk-v4": "0.0.10",
|
|
91
|
+
"@internal/types-builder": "0.0.38"
|
|
92
92
|
},
|
|
93
93
|
"homepage": "https://mastra.ai",
|
|
94
94
|
"repository": {
|