1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-17 11:52:32 +03:00
This commit is contained in:
GitHub Action
2025-11-19 16:28:25 +00:00
parent 5c7dbd292b
commit a3b8146ffb
2 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@redis/search",
"version": "5.9.0",
"version": "5.10.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.9.0"
"@redis/client": "^5.10.0"
},
"devDependencies": {
"@redis/test-utils": "*"