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

Release search@5.6.0

This commit is contained in:
GitHub Action
2025-07-08 11:37:44 +00:00
parent dab595d8d9
commit ff5c6b3066
2 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@redis/search",
"version": "5.5.6",
"version": "5.6.0",
"license": "MIT",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
@ -14,7 +14,7 @@
"release": "release-it"
},
"peerDependencies": {
"@redis/client": "^5.5.6"
"@redis/client": "^5.6.0"
},
"devDependencies": {
"@redis/test-utils": "*"