1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

Release redis@5.8.0

This commit is contained in:
GitHub Action
2025-08-05 09:58:40 +00:00
parent 0916d33b12
commit 12f7d8a7fe
2 changed files with 12 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "redis",
"description": "A modern, high performance Redis client",
"version": "5.7.0",
"version": "5.8.0",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -13,11 +13,11 @@
"release": "release-it"
},
"dependencies": {
"@redis/bloom": "5.7.0",
"@redis/client": "5.7.0",
"@redis/json": "5.7.0",
"@redis/search": "5.7.0",
"@redis/time-series": "5.7.0"
"@redis/bloom": "5.8.0",
"@redis/client": "5.8.0",
"@redis/json": "5.8.0",
"@redis/search": "5.8.0",
"@redis/time-series": "5.8.0"
},
"engines": {
"node": ">= 18"