@ai-sdk/gateway 3.0.169 → 3.0.170
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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -2147,7 +2147,7 @@ async function getVercelRequestId() {
|
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
2149
|
// src/version.ts
|
|
2150
|
-
var VERSION = true ? "3.0.
|
|
2150
|
+
var VERSION = true ? "3.0.170" : "0.0.0-test";
|
|
2151
2151
|
|
|
2152
2152
|
// src/gateway-provider.ts
|
|
2153
2153
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
package/dist/index.mjs
CHANGED
|
@@ -2207,7 +2207,7 @@ async function getVercelRequestId() {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
// src/version.ts
|
|
2210
|
-
var VERSION = true ? "3.0.
|
|
2210
|
+
var VERSION = true ? "3.0.170" : "0.0.0-test";
|
|
2211
2211
|
|
|
2212
2212
|
// src/gateway-provider.ts
|
|
2213
2213
|
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.
|
|
4
|
+
"version": "3.0.170",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@vercel/oidc": "3.2.0",
|
|
34
34
|
"@ai-sdk/provider": "3.0.15",
|
|
35
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
35
|
+
"@ai-sdk/provider-utils": "4.0.45"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "18.15.11",
|