@ai-sdk/gateway 2.0.105 → 2.0.106
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
|
@@ -1289,7 +1289,7 @@ async function getVercelRequestId() {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
// src/version.ts
|
|
1292
|
-
var VERSION = true ? "2.0.
|
|
1292
|
+
var VERSION = true ? "2.0.106" : "0.0.0-test";
|
|
1293
1293
|
|
|
1294
1294
|
// src/gateway-provider.ts
|
|
1295
1295
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
package/dist/index.mjs
CHANGED
|
@@ -1315,7 +1315,7 @@ async function getVercelRequestId() {
|
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
// src/version.ts
|
|
1318
|
-
var VERSION = true ? "2.0.
|
|
1318
|
+
var VERSION = true ? "2.0.106" : "0.0.0-test";
|
|
1319
1319
|
|
|
1320
1320
|
// src/gateway-provider.ts
|
|
1321
1321
|
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.
|
|
4
|
+
"version": "2.0.106",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@vercel/oidc": "3.1.0",
|
|
24
24
|
"@ai-sdk/provider": "2.0.3",
|
|
25
|
-
"@ai-sdk/provider-utils": "3.0.
|
|
25
|
+
"@ai-sdk/provider-utils": "3.0.28"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "18.15.11",
|