raffel 1.1.50 → 1.1.52
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/package.json +2 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "raffel",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.52",
|
|
4
4
|
"description": "Unified multi-protocol server runtime. One core, multiple transports.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
"dependencies": {
|
|
250
250
|
"@grpc/grpc-js": "^1.14.4",
|
|
251
251
|
"@grpc/proto-loader": "^0.8.1",
|
|
252
|
+
"ajv": "^8.18.0",
|
|
252
253
|
"ajv-formats": "^3.0.1",
|
|
253
254
|
"cli-args-parser": "^1.0.6",
|
|
254
255
|
"graphql": "^17.0.1",
|
|
@@ -273,7 +274,6 @@
|
|
|
273
274
|
"@types/ssh2": "^1.15.5",
|
|
274
275
|
"@types/ws": "^8.18.1",
|
|
275
276
|
"@vitest/coverage-v8": "^4.1.9",
|
|
276
|
-
"ajv": "^8.18.0",
|
|
277
277
|
"fastest-validator": "^1.19.1",
|
|
278
278
|
"joi": "^18.2.3",
|
|
279
279
|
"jsdom": "^29.1.1",
|
|
@@ -286,16 +286,12 @@
|
|
|
286
286
|
"zod": "^4.3.6"
|
|
287
287
|
},
|
|
288
288
|
"peerDependencies": {
|
|
289
|
-
"ajv": "^8.0.0",
|
|
290
289
|
"fastest-validator": "^1.17.0",
|
|
291
290
|
"joi": "^17.0.0",
|
|
292
291
|
"yup": "^1.0.0",
|
|
293
292
|
"zod": "^3.0.0 || ^4.0.0"
|
|
294
293
|
},
|
|
295
294
|
"peerDependenciesMeta": {
|
|
296
|
-
"ajv": {
|
|
297
|
-
"optional": true
|
|
298
|
-
},
|
|
299
295
|
"fastest-validator": {
|
|
300
296
|
"optional": true
|
|
301
297
|
},
|