@depup/ai-sdk__google 4.0.67-depup.0 → 4.0.69-depup.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ai-sdk/google
2
2
 
3
+ ## 4.0.69
4
+
5
+ ### Patch Changes
6
+
7
+ - f88c7dc: fix(vertex): download tool result file URLs
8
+
9
+ ## 4.0.68
10
+
11
+ ### Patch Changes
12
+
13
+ - 5ec21a6: fix: reject unsupported batch request types
14
+ - 7469a3b: feat: support image generation requests in batches
15
+ - Updated dependencies [5ec21a6]
16
+ - Updated dependencies [7469a3b]
17
+ - Updated dependencies [813bb36]
18
+ - Updated dependencies [c43e4b7]
19
+ - @ai-sdk/provider@4.0.14
20
+ - @ai-sdk/provider-utils@5.0.40
21
+
3
22
  ## 4.0.67
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/ai-sdk__google
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@ai-sdk/google](https://www.npmjs.com/package/@ai-sdk/google) @ 4.0.67 |
17
- | Processed | 2026-09-10 |
16
+ | Original | [@ai-sdk/google](https://www.npmjs.com/package/@ai-sdk/google) @ 4.0.69 |
17
+ | Processed | 2026-09-12 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-09-10T00:30:13.877Z",
3
+ "timestamp": "2026-09-12T08:09:52.486Z",
4
4
  "totalUpdated": 0
5
5
  }
package/dist/index.d.ts CHANGED
@@ -594,6 +594,7 @@ interface GoogleProvider extends ProviderV4 {
594
594
  chat(modelId: GoogleModelId): LanguageModelV4;
595
595
  experimental_batch(): Experimental_BatchV4<{
596
596
  text: GoogleModelId;
597
+ image: GoogleImageModelId;
597
598
  }>;
598
599
  /**
599
600
  * Creates a model for image generation.