@ai-sdk/gateway 3.0.38 → 3.0.39

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,11 @@
1
1
  # @ai-sdk/gateway
2
2
 
3
+ ## 3.0.39
4
+
5
+ ### Patch Changes
6
+
7
+ - eea5d30: fix: image generation via Gateway warning schema mismatch
8
+
3
9
  ## 3.0.38
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1187,7 +1187,7 @@ async function getVercelRequestId() {
1187
1187
  var import_provider_utils12 = require("@ai-sdk/provider-utils");
1188
1188
 
1189
1189
  // src/version.ts
1190
- var VERSION = true ? "3.0.38" : "0.0.0-test";
1190
+ var VERSION = true ? "3.0.39" : "0.0.0-test";
1191
1191
 
1192
1192
  // src/gateway-provider.ts
1193
1193
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/dist/index.mjs CHANGED
@@ -1207,7 +1207,7 @@ async function getVercelRequestId() {
1207
1207
  import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
1208
1208
 
1209
1209
  // src/version.ts
1210
- var VERSION = true ? "3.0.38" : "0.0.0-test";
1210
+ var VERSION = true ? "3.0.39" : "0.0.0-test";
1211
1211
 
1212
1212
  // src/gateway-provider.ts
1213
1213
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ai-sdk/gateway",
3
3
  "private": false,
4
- "version": "3.0.38",
4
+ "version": "3.0.39",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",