@ai-sdk/anthropic 4.0.6 → 4.0.7

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,14 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 4.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI `gpt-realtime-whisper` and xAI WebSocket STT.
8
+ - Updated dependencies [5c5c0f5]
9
+ - @ai-sdk/provider@4.0.2
10
+ - @ai-sdk/provider-utils@5.0.5
11
+
3
12
  ## 4.0.6
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6291,7 +6291,7 @@ var AnthropicSkills = class {
6291
6291
  };
6292
6292
 
6293
6293
  // src/version.ts
6294
- var VERSION = true ? "4.0.6" : "0.0.0-test";
6294
+ var VERSION = true ? "4.0.7" : "0.0.0-test";
6295
6295
 
6296
6296
  // src/anthropic-provider.ts
6297
6297
  var ANTHROPIC_API_URL = "https://api.anthropic.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/anthropic",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -35,8 +35,8 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@ai-sdk/provider": "4.0.1",
39
- "@ai-sdk/provider-utils": "5.0.4"
38
+ "@ai-sdk/provider": "4.0.2",
39
+ "@ai-sdk/provider-utils": "5.0.5"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "22.19.19",