@mastra/schema-compat 1.2.1-alpha.0 → 1.2.1-alpha.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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 1.2.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#14119](https://github.com/mastra-ai/mastra/pull/14119))
8
+ - Updated dependency [`zod-from-json-schema@^0.5.2` ↗︎](https://www.npmjs.com/package/zod-from-json-schema/v/0.5.2) (from `^0.5.0`, in `dependencies`)
9
+
3
10
  ## 1.2.1-alpha.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/schema-compat",
3
- "version": "1.2.1-alpha.0",
3
+ "version": "1.2.1-alpha.1",
4
4
  "description": "Tool schema compatibility layer for Mastra.ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -93,7 +93,7 @@
93
93
  "license": "Apache-2.0",
94
94
  "dependencies": {
95
95
  "json-schema-to-zod": "^2.7.0",
96
- "zod-from-json-schema": "^0.5.0",
96
+ "zod-from-json-schema": "^0.5.2",
97
97
  "zod-from-json-schema-v3": "npm:zod-from-json-schema@^0.0.5",
98
98
  "zod-to-json-schema": "^3.24.6"
99
99
  },
@@ -117,9 +117,9 @@
117
117
  "zod-v3": "npm:zod@^3.0.0",
118
118
  "@internal/ai-sdk-v4": "0.0.14",
119
119
  "@internal/ai-sdk-v5": "0.0.14",
120
+ "@internal/types-builder": "0.0.42",
120
121
  "@internal/ai-v6": "0.0.14",
121
- "@internal/lint": "0.0.67",
122
- "@internal/types-builder": "0.0.42"
122
+ "@internal/lint": "0.0.67"
123
123
  },
124
124
  "homepage": "https://mastra.ai",
125
125
  "repository": {