@ai-sdk/gateway 2.0.11 → 2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/gateway
2
2
 
3
+ ## 2.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 6465dc3: bump `@vercel/oidc` to 3.0.5
8
+
3
9
  ## 2.0.11
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -805,7 +805,7 @@ async function getVercelRequestId() {
805
805
  var import_provider_utils9 = require("@ai-sdk/provider-utils");
806
806
 
807
807
  // src/version.ts
808
- var VERSION = true ? "2.0.11" : "0.0.0-test";
808
+ var VERSION = true ? "2.0.12" : "0.0.0-test";
809
809
 
810
810
  // src/gateway-provider.ts
811
811
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/dist/index.mjs CHANGED
@@ -809,7 +809,7 @@ async function getVercelRequestId() {
809
809
  import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
810
810
 
811
811
  // src/version.ts
812
- var VERSION = true ? "2.0.11" : "0.0.0-test";
812
+ var VERSION = true ? "2.0.12" : "0.0.0-test";
813
813
 
814
814
  // src/gateway-provider.ts
815
815
  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.11",
4
+ "version": "2.0.12",
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.3",
23
+ "@vercel/oidc": "3.0.5",
24
24
  "@ai-sdk/provider": "2.0.0",
25
25
  "@ai-sdk/provider-utils": "3.0.17"
26
26
  },