1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-11 09:22:35 +03:00

Release search@5.8.1

This commit is contained in:
GitHub Action
2025-08-13 06:22:33 +00:00
parent 80c3dd3dc2
commit 603fa71fe1
2 changed files with 16 additions and 4 deletions

View File

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