@mastra/core 1.0.0 → 1.0.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 +4 -0
- package/dist/docs/README.md +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/SOURCE_MAP.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/docs/README.md
CHANGED
package/dist/docs/SKILL.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -251,12 +251,12 @@
|
|
|
251
251
|
"typescript": "^5.9.3",
|
|
252
252
|
"vitest": "4.0.16",
|
|
253
253
|
"zod": "^3.25.76",
|
|
254
|
-
"@internal/ai-sdk-
|
|
255
|
-
"@internal/ai-
|
|
256
|
-
"@internal/ai-
|
|
257
|
-
"@internal/types
|
|
258
|
-
"@internal/
|
|
259
|
-
"@internal/
|
|
254
|
+
"@internal/ai-sdk-v4": "0.0.2",
|
|
255
|
+
"@internal/ai-v6": "0.0.2",
|
|
256
|
+
"@internal/ai-sdk-v5": "0.0.2",
|
|
257
|
+
"@internal/external-types": "0.0.5",
|
|
258
|
+
"@internal/types-builder": "0.0.30",
|
|
259
|
+
"@internal/lint": "0.0.55"
|
|
260
260
|
},
|
|
261
261
|
"engines": {
|
|
262
262
|
"node": ">=22.13.0"
|