ai 5.0.0-canary.3 → 5.0.0-canary.5

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,35 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-canary.5
4
+
5
+ ### Patch Changes
6
+
7
+ - b71fe8d: fix(ai): remove jsondiffpatch dependency
8
+ - d91b50d: chore(ui-utils): merge into ai package
9
+ - Updated dependencies [d1a1aa1]
10
+ - @ai-sdk/provider@2.0.0-canary.3
11
+ - @ai-sdk/provider-utils@3.0.0-canary.4
12
+
13
+ ## 5.0.0-canary.4
14
+
15
+ ### Major Changes
16
+
17
+ - e1cbf8a: chore(@ai-sdk/rsc): extract to separate package
18
+
19
+ ### Patch Changes
20
+
21
+ - 225f087: fix (ai/mcp): prevent mutation of customEnv
22
+ - a166433: feat: add transcription with experimental_transcribe
23
+ - 0a87932: core (ai): change transcription model mimeType to mediaType
24
+ - Updated dependencies [a166433]
25
+ - Updated dependencies [abf9a79]
26
+ - Updated dependencies [9f95b35]
27
+ - Updated dependencies [0a87932]
28
+ - Updated dependencies [6dc848c]
29
+ - @ai-sdk/provider-utils@3.0.0-canary.3
30
+ - @ai-sdk/provider@2.0.0-canary.2
31
+ - @ai-sdk/ui-utils@2.0.0-canary.3
32
+
3
33
  ## 5.0.0-canary.3
4
34
 
5
35
  ### Patch Changes