@ai-sdk/provider-utils 4.0.35 → 4.0.36

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/dist/index.mjs CHANGED
@@ -677,7 +677,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
677
677
  }
678
678
 
679
679
  // src/version.ts
680
- var VERSION = true ? "4.0.35" : "0.0.0-test";
680
+ var VERSION = true ? "4.0.36" : "0.0.0-test";
681
681
 
682
682
  // src/get-from-api.ts
683
683
  var getOriginalFetch = () => globalThis.fetch;
@@ -2953,6 +2953,7 @@ export {
2953
2953
  retryWithExponentialBackoff,
2954
2954
  safeParseJSON,
2955
2955
  safeValidateTypes,
2956
+ secureJsonParse,
2956
2957
  stripFileExtension,
2957
2958
  tool,
2958
2959
  validateDownloadUrl,