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-next.7

This commit is contained in:
H. Temelski
2025-03-25 10:34:55 +02:00
parent 57e323ae16
commit a3debec021

View File

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