@apicity/kie 0.3.3 → 0.4.0
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/README.md +6 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# @apicity/kie
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@apicity/kie)
|
|
4
|
-
[](package.json)
|
|
5
5
|
[](tsconfig.json)
|
|
6
6
|
|
|
7
7
|
Kie provider for video and image generation (Kling 3.0, Grok Imagine, Nano Banana Pro).
|
|
8
8
|
|
|
9
|
+
Runtime dependencies:
|
|
10
|
+
|
|
11
|
+
- `@apicity/cost@workspace:*` — OTP pay-gate (`withPaidGate`) for paid endpoints
|
|
12
|
+
- `zod@^4.0.0` — request schemas attached to every POST endpoint as `.schema`
|
|
13
|
+
|
|
9
14
|
## Installation
|
|
10
15
|
|
|
11
16
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicity/kie",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Kie provider for video and image generation (Kling 3.0, Grok Imagine, Nano Banana Pro).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"zod": "^4.0.0",
|
|
29
|
-
"@apicity/cost": "0.
|
|
29
|
+
"@apicity/cost": "0.4.0"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|