@mastra/ai-sdk 0.0.0-standard-schema-20260126101119 → 0.0.0-standard-schema-20260126130907

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 +2 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
- ## 0.0.0-standard-schema-20260126101119
3
+ ## 0.0.0-standard-schema-20260126130907
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  This resolves issue #11884 where users encountered the error: "Type 'ReadableStream<InferUIMessageChunk<UIMessage>>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator."
12
12
 
13
13
  - Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72)]:
14
- - @mastra/core@0.0.0-standard-schema-20260126101119
14
+ - @mastra/core@0.0.0-standard-schema-20260126130907
15
15
 
16
16
  ## 1.0.2
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/ai-sdk",
3
- "version": "0.0.0-standard-schema-20260126101119",
3
+ "version": "0.0.0-standard-schema-20260126130907",
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",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "peerDependencies": {
35
35
  "zod": "^3.25.0 || ^4.0.0",
36
- "@mastra/core": "0.0.0-standard-schema-20260126101119"
36
+ "@mastra/core": "0.0.0-standard-schema-20260126130907"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@ai-sdk/provider": "^2.0.0",
@@ -46,10 +46,10 @@
46
46
  "typescript": "^5.9.3",
47
47
  "vitest": "4.0.16",
48
48
  "zod": "^3.25.76",
49
- "@internal/lint": "0.0.0-standard-schema-20260126101119",
50
- "@internal/types-builder": "0.0.0-standard-schema-20260126101119",
51
- "@mastra/core": "0.0.0-standard-schema-20260126101119",
52
- "@mastra/libsql": "0.0.0-standard-schema-20260126101119"
49
+ "@internal/lint": "0.0.0-standard-schema-20260126130907",
50
+ "@internal/types-builder": "0.0.0-standard-schema-20260126130907",
51
+ "@mastra/libsql": "0.0.0-standard-schema-20260126130907",
52
+ "@mastra/core": "0.0.0-standard-schema-20260126130907"
53
53
  },
54
54
  "keywords": [
55
55
  "mastra",