@ai-sdk/gateway 4.0.0-canary.81 → 4.0.0-canary.82

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,13 @@
1
1
  # @ai-sdk/gateway
2
2
 
3
+ ## 4.0.0-canary.82
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [28dfa06]
8
+ - Updated dependencies [e93fa91]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.41
10
+
3
11
  ## 4.0.0-canary.81
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1719,7 +1719,7 @@ async function getVercelRequestId() {
1719
1719
  }
1720
1720
 
1721
1721
  // src/version.ts
1722
- var VERSION = true ? "4.0.0-canary.81" : "0.0.0-test";
1722
+ var VERSION = true ? "4.0.0-canary.82" : "0.0.0-test";
1723
1723
 
1724
1724
  // src/gateway-provider.ts
1725
1725
  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": "4.0.0-canary.81",
4
+ "version": "4.0.0-canary.82",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "sideEffects": false,
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@vercel/oidc": "3.2.0",
34
34
  "@ai-sdk/provider": "4.0.0-canary.16",
35
- "@ai-sdk/provider-utils": "5.0.0-canary.40"
35
+ "@ai-sdk/provider-utils": "5.0.0-canary.41"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "18.15.11",