@ai-sdk/provider-utils 4.0.0-beta.19 → 4.0.0-beta.20
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.d.mts +4 -2
 - package/dist/index.d.ts +4 -2
 - 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 +1 -1
 
    
        package/dist/index.mjs
    CHANGED
    
    | 
         @@ -194,7 +194,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) { 
     | 
|
| 
       194 
194 
     | 
    
         
             
            }
         
     | 
| 
       195 
195 
     | 
    
         | 
| 
       196 
196 
     | 
    
         
             
            // src/version.ts
         
     | 
| 
       197 
     | 
    
         
            -
            var VERSION = true ? "4.0.0-beta. 
     | 
| 
      
 197 
     | 
    
         
            +
            var VERSION = true ? "4.0.0-beta.20" : "0.0.0-test";
         
     | 
| 
       198 
198 
     | 
    
         | 
| 
       199 
199 
     | 
    
         
             
            // src/get-from-api.ts
         
     | 
| 
       200 
200 
     | 
    
         
             
            var getOriginalFetch = () => globalThis.fetch;
         
     |