@ai-sdk/anthropic 3.0.27 → 3.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/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  } from "@ai-sdk/provider-utils";
13
13
 
14
14
  // src/version.ts
15
- var VERSION = true ? "3.0.27" : "0.0.0-test";
15
+ var VERSION = true ? "3.0.28" : "0.0.0-test";
16
16
 
17
17
  // src/anthropic-messages-language-model.ts
18
18
  import {
@@ -1353,7 +1353,7 @@ function convertAnthropicMessagesUsage(usage) {
1353
1353
  },
1354
1354
  outputTokens: {
1355
1355
  total: outputTokens,
1356
- text: void 0,
1356
+ text: outputTokens,
1357
1357
  reasoning: void 0
1358
1358
  },
1359
1359
  raw: usage