@ai-sdk/provider-utils 4.0.45 → 4.0.46
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 +6 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -892,7 +892,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
// src/version.ts
|
|
895
|
-
var VERSION = true ? "4.0.
|
|
895
|
+
var VERSION = true ? "4.0.46" : "0.0.0-test";
|
|
896
896
|
|
|
897
897
|
// src/get-from-api.ts
|
|
898
898
|
var getOriginalFetch = () => globalThis.fetch;
|
package/dist/index.mjs
CHANGED
|
@@ -790,7 +790,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
// src/version.ts
|
|
793
|
-
var VERSION = true ? "4.0.
|
|
793
|
+
var VERSION = true ? "4.0.46" : "0.0.0-test";
|
|
794
794
|
|
|
795
795
|
// src/get-from-api.ts
|
|
796
796
|
var getOriginalFetch = () => globalThis.fetch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/provider-utils",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.46",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@standard-schema/spec": "^1.1.0",
|
|
37
37
|
"eventsource-parser": "^3.0.8",
|
|
38
|
-
"undici": "^
|
|
38
|
+
"undici": "^6.28.0",
|
|
39
39
|
"@ai-sdk/provider": "3.0.15"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"zod": "^3.25.76 || ^4.1.8"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
|
-
"node": ">=18"
|
|
53
|
+
"node": ">=18.17"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|