@ai-sdk/gateway 4.0.0-canary.91 → 4.0.0-canary.92
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 +8 -0
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1961,7 +1961,7 @@ async function getVercelRequestId() {
|
|
|
1961
1961
|
}
|
|
1962
1962
|
|
|
1963
1963
|
// src/version.ts
|
|
1964
|
-
var VERSION = true ? "4.0.0-canary.
|
|
1964
|
+
var VERSION = true ? "4.0.0-canary.92" : "0.0.0-test";
|
|
1965
1965
|
|
|
1966
1966
|
// src/gateway-provider.ts
|
|
1967
1967
|
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.
|
|
4
|
+
"version": "4.0.0-canary.92",
|
|
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.17",
|
|
35
|
-
"@ai-sdk/provider-utils": "5.0.0-canary.
|
|
35
|
+
"@ai-sdk/provider-utils": "5.0.0-canary.44"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "22.19.19",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"tsx": "4.19.2",
|
|
41
41
|
"typescript": "5.8.3",
|
|
42
42
|
"zod": "3.25.76",
|
|
43
|
-
"@ai-
|
|
44
|
-
"@
|
|
43
|
+
"@vercel/ai-tsconfig": "0.0.0",
|
|
44
|
+
"@ai-sdk/test-server": "2.0.0-canary.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"zod": "^3.25.76 || ^4.1.8"
|