@ai-sdk/klingai 3.0.29 → 3.0.30
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 +7 -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
|
@@ -716,7 +716,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
|
|
|
716
716
|
});
|
|
717
717
|
|
|
718
718
|
// src/version.ts
|
|
719
|
-
var VERSION = true ? "3.0.
|
|
719
|
+
var VERSION = true ? "3.0.30" : "0.0.0-test";
|
|
720
720
|
|
|
721
721
|
// src/klingai-provider.ts
|
|
722
722
|
var defaultBaseURL = "https://api-singapore.klingai.com";
|
package/dist/index.mjs
CHANGED
|
@@ -708,7 +708,7 @@ var klingaiTaskStatusSchema = z2.object({
|
|
|
708
708
|
});
|
|
709
709
|
|
|
710
710
|
// src/version.ts
|
|
711
|
-
var VERSION = true ? "3.0.
|
|
711
|
+
var VERSION = true ? "3.0.30" : "0.0.0-test";
|
|
712
712
|
|
|
713
713
|
// src/klingai-provider.ts
|
|
714
714
|
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.30",
|
|
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.14",
|
|
29
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
29
|
+
"@ai-sdk/provider-utils": "4.0.39"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "20.17.24",
|