@ai-sdk/provider-utils 5.0.27 → 5.0.28

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/provider-utils
2
2
 
3
+ ## 5.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - e6087c9: fix: handle empty string tool call IDs
8
+
3
9
  ## 5.0.27
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1329,7 +1329,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
1329
1329
  }
1330
1330
 
1331
1331
  // src/version.ts
1332
- var VERSION = true ? "5.0.27" : "0.0.0-test";
1332
+ var VERSION = true ? "5.0.28" : "0.0.0-test";
1333
1333
 
1334
1334
  // src/get-from-api.ts
1335
1335
  var getOriginalFetch = () => globalThis.fetch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/provider-utils",
3
- "version": "5.0.27",
3
+ "version": "5.0.28",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,