@depup/ai-sdk__google 3.0.58-depup.0 → 3.0.60-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,19 @@
1
1
  # @ai-sdk/google
2
2
 
3
+ ## 3.0.60
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
9
+ ## 3.0.59
10
+
11
+ ### Patch Changes
12
+
13
+ - 6247886: chore(provider-utils,google): fix grammar errors in error and warning messages
14
+ - Updated dependencies [6247886]
15
+ - @ai-sdk/provider-utils@4.0.23
16
+
3
17
  ## 3.0.58
4
18
 
5
19
  ### 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) @ 3.0.58 |
17
- | Processed | 2026-04-03 |
16
+ | Original | [@ai-sdk/google](https://www.npmjs.com/package/@ai-sdk/google) @ 3.0.60 |
17
+ | Processed | 2026-04-08 |
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-04-03T20:13:05.754Z",
3
+ "timestamp": "2026-04-08T00:40:00.484Z",
4
4
  "totalUpdated": 0
5
5
  }
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ module.exports = __toCommonJS(index_exports);
30
30
  var import_provider_utils16 = require("@ai-sdk/provider-utils");
31
31
 
32
32
  // src/version.ts
33
- var VERSION = true ? "3.0.58" : "0.0.0-test";
33
+ var VERSION = true ? "3.0.60" : "0.0.0-test";
34
34
 
35
35
  // src/google-generative-ai-embedding-model.ts
36
36
  var import_provider = require("@ai-sdk/provider");
@@ -901,7 +901,7 @@ function prepareTools({
901
901
  toolWarnings.push({
902
902
  type: "unsupported",
903
903
  feature: `provider-defined tool ${tool.id}`,
904
- details: "The code execution tools is not supported with other Gemini models than Gemini 2."
904
+ details: "The code execution tool is not supported with other Gemini models than Gemini 2."
905
905
  });
906
906
  }
907
907
  break;