@ai-sdk/provider-utils 3.0.15 → 3.0.16
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 +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -308,7 +308,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
// src/version.ts
|
|
311
|
-
var VERSION = true ? "3.0.
|
|
311
|
+
var VERSION = true ? "3.0.16" : "0.0.0-test";
|
|
312
312
|
|
|
313
313
|
// src/get-from-api.ts
|
|
314
314
|
var getOriginalFetch = () => globalThis.fetch;
|
package/dist/index.mjs
CHANGED
|
@@ -216,7 +216,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
// src/version.ts
|
|
219
|
-
var VERSION = true ? "3.0.
|
|
219
|
+
var VERSION = true ? "3.0.16" : "0.0.0-test";
|
|
220
220
|
|
|
221
221
|
// src/get-from-api.ts
|
|
222
222
|
var getOriginalFetch = () => globalThis.fetch;
|