@mastra/core 0.23.0 → 0.23.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.
- package/CHANGELOG.md +7 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/core",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"sift": "^17.1.3",
|
|
220
220
|
"xstate": "^5.20.1",
|
|
221
221
|
"zod-to-json-schema": "^3.24.6",
|
|
222
|
-
"@mastra/schema-compat": "0.11.
|
|
222
|
+
"@mastra/schema-compat": "0.11.5"
|
|
223
223
|
},
|
|
224
224
|
"peerDependencies": {
|
|
225
225
|
"zod": "^3.25.0 || ^4.0.0"
|
|
@@ -245,9 +245,9 @@
|
|
|
245
245
|
"typescript": "^5.8.3",
|
|
246
246
|
"vitest": "^3.2.4",
|
|
247
247
|
"zod": "^3.25.76",
|
|
248
|
-
"@internal/lint": "0.0.
|
|
249
|
-
"@internal/
|
|
250
|
-
"@internal/types
|
|
248
|
+
"@internal/lint": "0.0.55",
|
|
249
|
+
"@internal/types-builder": "0.0.30",
|
|
250
|
+
"@internal/external-types": "0.0.5"
|
|
251
251
|
},
|
|
252
252
|
"engines": {
|
|
253
253
|
"node": ">=20"
|