@mastra/schema-compat 1.3.1-alpha.0 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed createTool type error when passing jsonSchema() or a Schema object from @ai-sdk/provider-utils as inputSchema — no more cast needed ([#17435](https://github.com/mastra-ai/mastra/pull/17435))
8
+
3
9
  ## 1.3.1-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.3.1-alpha.0",
3
+ "version": "1.3.1",
4
4
  "description": "Tool schema compatibility layer for Mastra.ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -118,13 +118,13 @@
118
118
  "vitest": "4.1.8",
119
119
  "zod": "^4.4.3",
120
120
  "zod-v3": "npm:zod@^3.25.76",
121
- "@internal/ai-sdk-v5": "0.0.55",
122
- "@internal/ai-v6": "0.0.55",
123
- "@internal/ai-sdk-v4": "0.0.55",
124
- "@internal/lint": "0.0.108",
125
- "@internal/llm-recorder": "0.0.44",
126
- "@internal/test-utils": "0.0.44",
127
- "@internal/types-builder": "0.0.83"
121
+ "@internal/ai-sdk-v4": "0.0.56",
122
+ "@internal/ai-v6": "0.0.56",
123
+ "@internal/llm-recorder": "0.0.45",
124
+ "@internal/test-utils": "0.0.45",
125
+ "@internal/ai-sdk-v5": "0.0.56",
126
+ "@internal/types-builder": "0.0.84",
127
+ "@internal/lint": "0.0.109"
128
128
  },
129
129
  "homepage": "https://mastra.ai",
130
130
  "repository": {