@ai-sdk/provider-utils 4.0.0-beta.58 → 4.0.0
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 +94 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -382,7 +382,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
// src/version.ts
|
|
385
|
-
var VERSION = true ? "4.0.0
|
|
385
|
+
var VERSION = true ? "4.0.0" : "0.0.0-test";
|
|
386
386
|
|
|
387
387
|
// src/get-from-api.ts
|
|
388
388
|
var getOriginalFetch = () => globalThis.fetch;
|