@ai-sdk/gateway 2.0.25 → 2.0.26

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
+ ## 2.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 655377e: fix(gateway): bump `@vercel/oidc` to 3.1.0
8
+
3
9
  ## 2.0.25
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -893,7 +893,7 @@ async function getVercelRequestId() {
893
893
  var import_provider_utils10 = require("@ai-sdk/provider-utils");
894
894
 
895
895
  // src/version.ts
896
- var VERSION = true ? "2.0.25" : "0.0.0-test";
896
+ var VERSION = true ? "2.0.26" : "0.0.0-test";
897
897
 
898
898
  // src/gateway-provider.ts
899
899
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/dist/index.mjs CHANGED
@@ -901,7 +901,7 @@ async function getVercelRequestId() {
901
901
  import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
902
902
 
903
903
  // src/version.ts
904
- var VERSION = true ? "2.0.25" : "0.0.0-test";
904
+ var VERSION = true ? "2.0.26" : "0.0.0-test";
905
905
 
906
906
  // src/gateway-provider.ts
907
907
  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": "2.0.25",
4
+ "version": "2.0.26",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@vercel/oidc": "3.0.5",
23
+ "@vercel/oidc": "3.1.0",
24
24
  "@ai-sdk/provider": "2.0.1",
25
25
  "@ai-sdk/provider-utils": "3.0.20"
26
26
  },