1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

Release redis@5.6.1

This commit is contained in:
GitHub Action
2025-07-23 15:53:25 +00:00
parent 3365920470
commit e96db0d13c
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.0",
"version": "5.6.1",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -13,11 +13,11 @@
"release": "release-it"
},
"dependencies": {
"@redis/bloom": "5.6.0",
"@redis/client": "5.6.0",
"@redis/json": "5.6.0",
"@redis/search": "5.6.0",
"@redis/time-series": "5.6.0"
"@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"
},
"engines": {
"node": ">= 18"