@ai-sdk/klingai 4.0.5 → 4.0.6

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/klingai
2
2
 
3
+ ## 4.0.6
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.5
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -674,7 +674,7 @@ var klingaiTaskStatusSchema = z3.object({
674
674
  });
675
675
 
676
676
  // src/version.ts
677
- var VERSION = true ? "4.0.5" : "0.0.0-test";
677
+ var VERSION = true ? "4.0.6" : "0.0.0-test";
678
678
 
679
679
  // src/klingai-provider.ts
680
680
  var defaultBaseURL = "https://api-singapore.klingai.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/klingai",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -25,8 +25,8 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/provider": "4.0.1",
29
- "@ai-sdk/provider-utils": "5.0.4"
28
+ "@ai-sdk/provider": "4.0.2",
29
+ "@ai-sdk/provider-utils": "5.0.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "22.19.19",