1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Updated the Redis package to use client@5.0.0

This commit is contained in:
Nikolay Karadzhov
2025-04-30 17:17:15 +03:00
parent 16fb7e02da
commit 1daf0f02da

View File

@@ -10,11 +10,11 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@redis/bloom": "5.0.0-next.7",
"@redis/client": "5.0.0-next.7",
"@redis/json": "5.0.0-next.7",
"@redis/search": "5.0.0-next.7",
"@redis/time-series": "5.0.0-next.7"
"@redis/bloom": "5.0.0",
"@redis/client": "5.0.0",
"@redis/json": "5.0.0",
"@redis/search": "5.0.0",
"@redis/time-series": "5.0.0"
},
"engines": {
"node": ">= 18"