@ai-sdk/klingai 3.0.41 → 3.0.42
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
|
@@ -761,7 +761,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
|
|
|
761
761
|
});
|
|
762
762
|
|
|
763
763
|
// src/version.ts
|
|
764
|
-
var VERSION = true ? "3.0.
|
|
764
|
+
var VERSION = true ? "3.0.42" : "0.0.0-test";
|
|
765
765
|
|
|
766
766
|
// src/klingai-provider.ts
|
|
767
767
|
var defaultBaseURL = "https://api-singapore.klingai.com";
|
package/dist/index.mjs
CHANGED
|
@@ -753,7 +753,7 @@ var klingaiTaskStatusSchema = z2.object({
|
|
|
753
753
|
});
|
|
754
754
|
|
|
755
755
|
// src/version.ts
|
|
756
|
-
var VERSION = true ? "3.0.
|
|
756
|
+
var VERSION = true ? "3.0.42" : "0.0.0-test";
|
|
757
757
|
|
|
758
758
|
// src/klingai-provider.ts
|
|
759
759
|
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.42",
|
|
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.15",
|
|
29
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
29
|
+
"@ai-sdk/provider-utils": "4.0.50"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "20.17.24",
|