@ai-sdk/gateway 2.0.98 → 2.0.99
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/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1264,7 +1264,7 @@ async function getVercelRequestId() {
|
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
// src/version.ts
|
|
1267
|
-
var VERSION = true ? "2.0.
|
|
1267
|
+
var VERSION = true ? "2.0.99" : "0.0.0-test";
|
|
1268
1268
|
|
|
1269
1269
|
// src/gateway-provider.ts
|
|
1270
1270
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
package/dist/index.mjs
CHANGED
|
@@ -1291,7 +1291,7 @@ async function getVercelRequestId() {
|
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
1293
|
// src/version.ts
|
|
1294
|
-
var VERSION = true ? "2.0.
|
|
1294
|
+
var VERSION = true ? "2.0.99" : "0.0.0-test";
|
|
1295
1295
|
|
|
1296
1296
|
// src/gateway-provider.ts
|
|
1297
1297
|
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.99",
|
|
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.26"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "18.15.11",
|