@ai-sdk/mcp 2.0.0-beta.25 → 2.0.0-beta.27

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @ai-sdk/mcp
2
2
 
3
+ ## 2.0.0-beta.27
4
+
5
+ ### Patch Changes
6
+
7
+ - ff5eba1: feat: roll `image-*` tool output types into their equivalent `file-*` types
8
+ - Updated dependencies [b3976a2]
9
+ - Updated dependencies [ff5eba1]
10
+ - @ai-sdk/provider-utils@5.0.0-beta.20
11
+ - @ai-sdk/provider@4.0.0-beta.12
12
+
13
+ ## 2.0.0-beta.26
14
+
15
+ ### Major Changes
16
+
17
+ - ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [ef992f8]
22
+ - @ai-sdk/provider@4.0.0-beta.11
23
+ - @ai-sdk/provider-utils@5.0.0-beta.19
24
+
3
25
  ## 2.0.0-beta.25
4
26
 
5
27
  ### Patch Changes