@mastra/ai-sdk 1.3.3-alpha.0 → 1.3.3
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 +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/ai-sdk
|
|
2
2
|
|
|
3
|
+
## 1.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added toAISdkMessages() for loading stored Mastra messages into AI SDK v5 or v6 chat UIs. ([#14592](https://github.com/mastra-ai/mastra/pull/14592))
|
|
8
|
+
|
|
9
|
+
Use the default v5 behavior or pass { version: 'v6' } when your app is typed against AI SDK v6 useChat() message types.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`8db7663`](https://github.com/mastra-ai/mastra/commit/8db7663c9a9c735828094c359d2e327fd4f8fba3), [`153e864`](https://github.com/mastra-ai/mastra/commit/153e86476b425db7cd0dc8490050096e92964a38), [`715710d`](https://github.com/mastra-ai/mastra/commit/715710d12fa47cf88e09d41f13843eddc29327b0), [`378c6c4`](https://github.com/mastra-ai/mastra/commit/378c6c4755726e8d8cf83a14809b350b90d46c62), [`9f91fd5`](https://github.com/mastra-ai/mastra/commit/9f91fd538ab2a44f8cc740bcad8e51205f74fbea), [`ba6fa9c`](https://github.com/mastra-ai/mastra/commit/ba6fa9cc0f3e1912c49fd70d4c3bb8c44903ddaa)]:
|
|
12
|
+
- @mastra/core@1.24.0
|
|
13
|
+
|
|
3
14
|
## 1.3.3-alpha.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/ai-sdk",
|
|
3
|
-
"version": "1.3.3
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Adds custom API routes to be compatible with the AI SDK UI parts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
47
|
"vitest": "4.0.18",
|
|
48
48
|
"zod": "^4.3.6",
|
|
49
|
-
"@internal/ai-sdk-
|
|
50
|
-
"@internal/ai-v6": "0.0.
|
|
51
|
-
"@internal/lint": "0.0.
|
|
49
|
+
"@internal/ai-sdk-v4": "0.0.28",
|
|
50
|
+
"@internal/ai-v6": "0.0.28",
|
|
51
|
+
"@internal/lint": "0.0.81",
|
|
52
|
+
"@internal/ai-sdk-v5": "0.0.28",
|
|
53
|
+
"@mastra/core": "1.24.0",
|
|
52
54
|
"@mastra/libsql": "1.8.0",
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@mastra/memory": "1.15.0-alpha.0",
|
|
56
|
-
"@internal/ai-sdk-v4": "0.0.27"
|
|
55
|
+
"@mastra/memory": "1.15.0",
|
|
56
|
+
"@internal/types-builder": "0.0.56"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"mastra",
|