@mastra/schema-compat 1.2.4-alpha.0 → 1.2.4
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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/schema-compat
|
|
2
2
|
|
|
3
|
+
## 1.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Lazily load createRequire to fix 'Uncaught (in promise) TypeError: lzt.createRequire is not a function' error ([#14275](https://github.com/mastra-ai/mastra/pull/14275))
|
|
8
|
+
|
|
3
9
|
## 1.2.4-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.2.4
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Tool schema compatibility layer for Mastra.ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"vitest": "4.0.18",
|
|
116
116
|
"zod": "^4.3.6",
|
|
117
117
|
"zod-v3": "npm:zod@^3.0.0",
|
|
118
|
-
"@internal/ai-sdk-v4": "0.0.
|
|
119
|
-
"@internal/
|
|
120
|
-
"@internal/ai-
|
|
121
|
-
"@internal/
|
|
122
|
-
"@internal/types-builder": "0.0.
|
|
118
|
+
"@internal/ai-sdk-v4": "0.0.18",
|
|
119
|
+
"@internal/lint": "0.0.71",
|
|
120
|
+
"@internal/ai-sdk-v5": "0.0.18",
|
|
121
|
+
"@internal/ai-v6": "0.0.18",
|
|
122
|
+
"@internal/types-builder": "0.0.46"
|
|
123
123
|
},
|
|
124
124
|
"homepage": "https://mastra.ai",
|
|
125
125
|
"repository": {
|