@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.
@@ -18454,8 +18454,7 @@ var TestServerCall = class {
18454
18454
  constructor(request) {
18455
18455
  this.request = request;
18456
18456
  }
18457
- // TODO: rename to requestBodyJson
18458
- get requestBody() {
18457
+ get requestBodyJson() {
18459
18458
  return this.request.text().then(JSON.parse);
18460
18459
  }
18461
18460
  get requestBodyMultipart() {