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

Release redis@5.7.0

This commit is contained in:
GitHub Action
2025-07-31 13:39:49 +00:00
parent c75809ec65
commit e2d4b43e39
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.6.1",
"version": "5.7.0",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -13,11 +13,11 @@
"release": "release-it"
},
"dependencies": {
"@redis/bloom": "5.6.1",
"@redis/client": "5.6.1",
"@redis/json": "5.6.1",
"@redis/search": "5.6.1",
"@redis/time-series": "5.6.1"
"@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"
},
"engines": {
"node": ">= 18"