raffel 1.0.23 → 1.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raffel",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Unified multi-protocol server runtime. One core, multiple transports.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -186,7 +186,8 @@
186
186
  "pino": "^10.3.1",
187
187
  "pino-pretty": "^13.1.3",
188
188
  "tsx": "^4.21.0",
189
- "ws": "^8.20.0"
189
+ "ws": "^8.20.0",
190
+ "zod-to-json-schema": "^3.25.2"
190
191
  },
191
192
  "optionalDependencies": {
192
193
  "marked": "^17.0.5"
@@ -205,8 +206,7 @@
205
206
  "typescript": "^6.0.2",
206
207
  "vitest": "^4.1.2",
207
208
  "yup": "^1.7.1",
208
- "zod": "^4.3.6",
209
- "zod-to-json-schema": "^3.25.2"
209
+ "zod": "^4.3.6"
210
210
  },
211
211
  "peerDependencies": {
212
212
  "ajv": "^8.0.0",