@mastra/schema-compat 1.1.2-alpha.0 → 1.1.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 +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/schema-compat
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed Groq provider not receiving schema compatibility transformations, which caused HTTP 400 errors when AI models omitted optional parameters from workspace tool calls (e.g. list_files). Groq now correctly gets the same optional-to-nullable schema handling as OpenAI. ([#13303](https://github.com/mastra-ai/mastra/pull/13303))
|
|
8
|
+
|
|
3
9
|
## 1.1.2-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.2
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Tool schema compatibility layer for Mastra.ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -74,21 +74,21 @@
|
|
|
74
74
|
"@standard-schema/spec": "^1.1.0",
|
|
75
75
|
"@types/json-schema": "^7.0.15",
|
|
76
76
|
"@types/node": "22.19.7",
|
|
77
|
-
"@vitest/coverage-v8": "4.0.
|
|
78
|
-
"@vitest/ui": "4.0.
|
|
77
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
78
|
+
"@vitest/ui": "4.0.18",
|
|
79
79
|
"ajv": "^8.17.1",
|
|
80
80
|
"arktype": "^2.1.29",
|
|
81
81
|
"eslint": "^9.37.0",
|
|
82
82
|
"json-schema-traverse": "^1.0.0",
|
|
83
83
|
"tsup": "^8.5.1",
|
|
84
84
|
"typescript": "^5.9.3",
|
|
85
|
-
"vitest": "4.0.
|
|
85
|
+
"vitest": "4.0.18",
|
|
86
86
|
"zod": "^3.25.76",
|
|
87
87
|
"zod-v4": "npm:zod@^4.0.0",
|
|
88
|
-
"@internal/ai-sdk-v4": "0.0.
|
|
89
|
-
"@internal/
|
|
90
|
-
"@internal/
|
|
91
|
-
"@internal/
|
|
88
|
+
"@internal/ai-sdk-v4": "0.0.8",
|
|
89
|
+
"@internal/ai-v6": "0.0.8",
|
|
90
|
+
"@internal/types-builder": "0.0.36",
|
|
91
|
+
"@internal/lint": "0.0.61"
|
|
92
92
|
},
|
|
93
93
|
"homepage": "https://mastra.ai",
|
|
94
94
|
"repository": {
|