@ai-sdk/klingai 3.0.19 → 3.0.20
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 +8 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -591,7 +591,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
|
|
|
591
591
|
});
|
|
592
592
|
|
|
593
593
|
// src/version.ts
|
|
594
|
-
var VERSION = true ? "3.0.
|
|
594
|
+
var VERSION = true ? "3.0.20" : "0.0.0-test";
|
|
595
595
|
|
|
596
596
|
// src/klingai-provider.ts
|
|
597
597
|
var defaultBaseURL = "https://api-singapore.klingai.com";
|
package/dist/index.mjs
CHANGED
|
@@ -583,7 +583,7 @@ var klingaiTaskStatusSchema = z2.object({
|
|
|
583
583
|
});
|
|
584
584
|
|
|
585
585
|
// src/version.ts
|
|
586
|
-
var VERSION = true ? "3.0.
|
|
586
|
+
var VERSION = true ? "3.0.20" : "0.0.0-test";
|
|
587
587
|
|
|
588
588
|
// src/klingai-provider.ts
|
|
589
589
|
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.20",
|
|
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.10",
|
|
29
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
29
|
+
"@ai-sdk/provider-utils": "4.0.29"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "20.17.24",
|