@ai-sdk/klingai 3.0.23 → 3.0.24
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
|
@@ -593,7 +593,7 @@ var klingaiTaskStatusSchema = import_v42.z.object({
|
|
|
593
593
|
});
|
|
594
594
|
|
|
595
595
|
// src/version.ts
|
|
596
|
-
var VERSION = true ? "3.0.
|
|
596
|
+
var VERSION = true ? "3.0.24" : "0.0.0-test";
|
|
597
597
|
|
|
598
598
|
// src/klingai-provider.ts
|
|
599
599
|
var defaultBaseURL = "https://api-singapore.klingai.com";
|
package/dist/index.mjs
CHANGED
|
@@ -585,7 +585,7 @@ var klingaiTaskStatusSchema = z2.object({
|
|
|
585
585
|
});
|
|
586
586
|
|
|
587
587
|
// src/version.ts
|
|
588
|
-
var VERSION = true ? "3.0.
|
|
588
|
+
var VERSION = true ? "3.0.24" : "0.0.0-test";
|
|
589
589
|
|
|
590
590
|
// src/klingai-provider.ts
|
|
591
591
|
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.24",
|
|
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.12",
|
|
29
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
29
|
+
"@ai-sdk/provider-utils": "4.0.33"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "20.17.24",
|