@apicity/kimicoding 0.2.1 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +2 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apicity/kimicoding",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Kimi for Coding provider for Apicity - completely standalone with Anthropic Messages API format, streaming-first, and built-in middleware.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -24,14 +24,9 @@
24
24
  "types": "./dist/src/zod.d.ts"
25
25
  }
26
26
  },
27
- "peerDependencies": {
27
+ "dependencies": {
28
28
  "zod": "^3.24.0"
29
29
  },
30
- "peerDependenciesMeta": {
31
- "zod": {
32
- "optional": true
33
- }
34
- },
35
30
  "files": [
36
31
  "dist",
37
32
  "README.md",