@mastra/ai-sdk 0.0.1 → 0.0.2-alpha.0

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
+ ## 0.0.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 376913a: Update peerdeps
8
+ - Updated dependencies [8fbf79e]
9
+ - @mastra/core@0.16.0-alpha.1
10
+
3
11
  ## 0.0.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/ai-sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-alpha.0",
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",
@@ -22,7 +22,7 @@
22
22
  "CHANGELOG.md"
23
23
  ],
24
24
  "peerDependencies": {
25
- "@mastra/core": ">=0.15.3-0 <0.16.0-0",
25
+ "@mastra/core": ">=0.15.3-0 <0.17.0-0",
26
26
  "zod": "^3.25.0 || ^4.0.0"
27
27
  },
28
28
  "devDependencies": {
@@ -32,9 +32,9 @@
32
32
  "typescript": "^5.8.3",
33
33
  "vitest": "^3.2.4",
34
34
  "zod": "^3.25.67",
35
- "@internal/types-builder": "0.0.10",
36
35
  "@internal/lint": "0.0.35",
37
- "@mastra/core": "0.15.3"
36
+ "@mastra/core": "0.16.0-alpha.1",
37
+ "@internal/types-builder": "0.0.10"
38
38
  },
39
39
  "keywords": [
40
40
  "mastra",