ai 5.0.53 → 5.0.54

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,14 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.54
4
+
5
+ ### Patch Changes
6
+
7
+ - bc5ed71: chore: update zod peer depenedency version
8
+ - Updated dependencies [bc5ed71]
9
+ - @ai-sdk/provider-utils@3.0.10
10
+ - @ai-sdk/gateway@1.0.30
11
+
3
12
  ## 5.0.53
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -768,7 +768,7 @@ function detectMediaType({
768
768
  var import_provider_utils2 = require("@ai-sdk/provider-utils");
769
769
 
770
770
  // src/version.ts
771
- var VERSION = true ? "5.0.53" : "0.0.0-test";
771
+ var VERSION = true ? "5.0.54" : "0.0.0-test";
772
772
 
773
773
  // src/util/download/download.ts
774
774
  var download = async ({ url }) => {