@ai-sdk/google 4.0.11 → 4.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/google",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -263,6 +263,7 @@ function convertFilePartToContent({
263
263
  kind = 'video';
264
264
  break;
265
265
  case 'application':
266
+ case 'text':
266
267
  kind = 'document';
267
268
  break;
268
269
  default: