@mastra/schema-compat 0.11.2-alpha.3 → 0.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 0.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ab48c97: dependencies updates:
8
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
9
+ - 637f323: Fix issue with some compilers and calling zod v4's toJSONSchema function
10
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
11
+ - 45e4d39: Try fixing the `Attempted import error: 'z'.'toJSONSchema' is not exported from 'zod'` error by tricking the compiler
12
+
3
13
  ## 0.11.2-alpha.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/schema-compat",
3
- "version": "0.11.2-alpha.3",
3
+ "version": "0.11.2",
4
4
  "description": "Tool schema compatibility layer for Mastra.ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -60,7 +60,7 @@
60
60
  "typescript": "^5.8.3",
61
61
  "vitest": "^3.2.4",
62
62
  "zod": "^3.25.76",
63
- "@internal/lint": "0.0.34"
63
+ "@internal/lint": "0.0.35"
64
64
  },
65
65
  "homepage": "https://mastra.ai",
66
66
  "repository": {