ai 5.0.99 → 5.0.100

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,13 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.100
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c9520e5]
8
+ - Updated dependencies [2382c89]
9
+ - @ai-sdk/gateway@2.0.14
10
+
3
11
  ## 5.0.99
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -777,7 +777,7 @@ function detectMediaType({
777
777
  var import_provider_utils2 = require("@ai-sdk/provider-utils");
778
778
 
779
779
  // src/version.ts
780
- var VERSION = true ? "5.0.99" : "0.0.0-test";
780
+ var VERSION = true ? "5.0.100" : "0.0.0-test";
781
781
 
782
782
  // src/util/download/download.ts
783
783
  var download = async ({ url }) => {