@mastra/react 0.2.17-alpha.1 → 0.2.17-alpha.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @mastra/react
2
2
 
3
+ ## 0.2.17-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix Zod v3 and Zod v4 compatibility across public structured-output APIs. ([#14464](https://github.com/mastra-ai/mastra/pull/14464))
8
+
9
+ Mastra agent and client APIs accept schemas from either `zod/v3` or `zod/v4`, matching the documented peer dependency range and preserving TypeScript compatibility for both Zod versions.
10
+
11
+ - Updated dependencies [[`be37de4`](https://github.com/mastra-ai/mastra/commit/be37de4391bd1d5486ce38efacbf00ca51637262), [`f3ce603`](https://github.com/mastra-ai/mastra/commit/f3ce603fd76180f4a5be90b6dc786d389b6b3e98), [`2871451`](https://github.com/mastra-ai/mastra/commit/2871451703829aefa06c4a5d6eca7fd3731222ef), [`d3930ea`](https://github.com/mastra-ai/mastra/commit/d3930eac51c30b0ecf7eaa54bb9430758b399777)]:
12
+ - @mastra/core@1.16.0-alpha.2
13
+ - @mastra/client-js@1.10.0-alpha.2
14
+
3
15
  ## 0.2.17-alpha.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/react",
3
- "version": "0.2.17-alpha.1",
3
+ "version": "0.2.17-alpha.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/mastra-ai/mastra.git",
@@ -39,7 +39,7 @@
39
39
  "lucide-react": "^0.522.0",
40
40
  "shiki": "^1.29.2",
41
41
  "tailwind-merge": "^3.5.0",
42
- "@mastra/client-js": "1.10.0-alpha.1"
42
+ "@mastra/client-js": "1.10.0-alpha.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@mastra/core": ">=1.8.0-0 <2.0.0-0",
@@ -71,7 +71,7 @@
71
71
  "zod": "^3.25.76",
72
72
  "@internal/lint": "0.0.73",
73
73
  "@internal/types-builder": "0.0.48",
74
- "@mastra/core": "1.16.0-alpha.1"
74
+ "@mastra/core": "1.16.0-alpha.2"
75
75
  },
76
76
  "eslintConfig": {
77
77
  "extends": [