@ai-sdk/klingai 3.0.26 → 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/CHANGELOG.md +14 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @ai-sdk/klingai
|
|
2
2
|
|
|
3
|
+
## 3.0.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d559de9]
|
|
8
|
+
- @ai-sdk/provider-utils@4.0.37
|
|
9
|
+
|
|
10
|
+
## 3.0.27
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0952964]
|
|
15
|
+
- @ai-sdk/provider-utils@4.0.36
|
|
16
|
+
|
|
3
17
|
## 3.0.26
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -680,7 +680,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
|
|
|
680
680
|
});
|
|
681
681
|
|
|
682
682
|
// src/version.ts
|
|
683
|
-
var VERSION = true ? "3.0.
|
|
683
|
+
var VERSION = true ? "3.0.28" : "0.0.0-test";
|
|
684
684
|
|
|
685
685
|
// src/klingai-provider.ts
|
|
686
686
|
var defaultBaseURL = "https://api-singapore.klingai.com";
|
package/dist/index.mjs
CHANGED
|
@@ -672,7 +672,7 @@ var klingaiTaskStatusSchema = z2.object({
|
|
|
672
672
|
});
|
|
673
673
|
|
|
674
674
|
// src/version.ts
|
|
675
|
-
var VERSION = true ? "3.0.
|
|
675
|
+
var VERSION = true ? "3.0.28" : "0.0.0-test";
|
|
676
676
|
|
|
677
677
|
// src/klingai-provider.ts
|
|
678
678
|
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": "3.0.
|
|
3
|
+
"version": "3.0.28",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@ai-sdk/provider": "3.0.13",
|
|
29
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
29
|
+
"@ai-sdk/provider-utils": "4.0.37"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "20.17.24",
|