@ai-sdk/provider-utils 3.0.0-canary.13 → 3.0.0-canary.14
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 +11 -0
- package/dist/test/index.d.mts +1 -1
- package/dist/test/index.d.ts +1 -1
- package/dist/test/index.js +1 -2
- package/dist/test/index.js.map +1 -1
- package/dist/test/index.mjs +1 -2
- package/dist/test/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/test/index.mjs
CHANGED
@@ -18454,8 +18454,7 @@ var TestServerCall = class {
|
|
18454
18454
|
constructor(request) {
|
18455
18455
|
this.request = request;
|
18456
18456
|
}
|
18457
|
-
|
18458
|
-
get requestBody() {
|
18457
|
+
get requestBodyJson() {
|
18459
18458
|
return this.request.text().then(JSON.parse);
|
18460
18459
|
}
|
18461
18460
|
get requestBodyMultipart() {
|