@ai-sdk/gateway 3.0.48 → 3.0.49

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.49
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f693c8: chore(provider/gateway): update gateway model settings files
8
+
3
9
  ## 3.0.48
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1267,7 +1267,7 @@ async function getVercelRequestId() {
1267
1267
  var import_provider_utils12 = require("@ai-sdk/provider-utils");
1268
1268
 
1269
1269
  // src/version.ts
1270
- var VERSION = true ? "3.0.48" : "0.0.0-test";
1270
+ var VERSION = true ? "3.0.49" : "0.0.0-test";
1271
1271
 
1272
1272
  // src/gateway-provider.ts
1273
1273
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/dist/index.mjs CHANGED
@@ -1287,7 +1287,7 @@ async function getVercelRequestId() {
1287
1287
  import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
1288
1288
 
1289
1289
  // src/version.ts
1290
- var VERSION = true ? "3.0.48" : "0.0.0-test";
1290
+ var VERSION = true ? "3.0.49" : "0.0.0-test";
1291
1291
 
1292
1292
  // src/gateway-provider.ts
1293
1293
  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.48",
4
+ "version": "3.0.49",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",