@ai-sdk/klingai 4.0.1 → 4.0.2

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ai-sdk/klingai
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6a436e3]
8
+ - @ai-sdk/provider-utils@5.0.1
9
+
3
10
  ## 4.0.1
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -587,7 +587,7 @@ var klingaiTaskStatusSchema = z3.object({
587
587
  });
588
588
 
589
589
  // src/version.ts
590
- var VERSION = true ? "4.0.1" : "0.0.0-test";
590
+ var VERSION = true ? "4.0.2" : "0.0.0-test";
591
591
 
592
592
  // src/klingai-provider.ts
593
593
  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": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@ai-sdk/provider": "4.0.0",
29
- "@ai-sdk/provider-utils": "5.0.0"
29
+ "@ai-sdk/provider-utils": "5.0.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "22.19.19",