@ai-sdk/provider-utils 3.0.23 → 3.0.24
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 +4 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -440,7 +440,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
// src/version.ts
|
|
443
|
-
var VERSION = true ? "3.0.
|
|
443
|
+
var VERSION = true ? "3.0.24" : "0.0.0-test";
|
|
444
444
|
|
|
445
445
|
// src/get-from-api.ts
|
|
446
446
|
var getOriginalFetch = () => globalThis.fetch;
|
package/dist/index.mjs
CHANGED
|
@@ -343,7 +343,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
// src/version.ts
|
|
346
|
-
var VERSION = true ? "3.0.
|
|
346
|
+
var VERSION = true ? "3.0.24" : "0.0.0-test";
|
|
347
347
|
|
|
348
348
|
// src/get-from-api.ts
|
|
349
349
|
var getOriginalFetch = () => globalThis.fetch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/provider-utils",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.24",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@standard-schema/spec": "^1.0.0",
|
|
30
30
|
"eventsource-parser": "^3.0.6",
|
|
31
|
-
"@ai-sdk/provider": "2.0.
|
|
31
|
+
"@ai-sdk/provider": "2.0.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "20.17.24",
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
"homepage": "https://ai-sdk.dev/docs",
|
|
51
51
|
"repository": {
|
|
52
52
|
"type": "git",
|
|
53
|
-
"url": "
|
|
53
|
+
"url": "https://github.com/vercel/ai",
|
|
54
|
+
"directory": "packages/provider-utils"
|
|
54
55
|
},
|
|
55
56
|
"bugs": {
|
|
56
57
|
"url": "https://github.com/vercel/ai/issues"
|