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

Initial analysis - found typo in fuzzy search test

Co-authored-by: nkaradzhov <1475500+nkaradzhov@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-15 15:35:07 +00:00
parent 6114e35c41
commit 21490cf0f2

View File

@@ -40,7 +40,10 @@
"typescript": "^5.3.3"
}
},
"../../../../../packages/redis": {},
"../../../../../../packages/redis": {},
"../../../../../packages/redis": {
"extraneous": true
},
"node_modules/@huggingface/jinja": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.2.2.tgz",
@@ -678,7 +681,7 @@
}
},
"node_modules/redis": {
"resolved": "../../../../../packages/redis",
"resolved": "../../../../../../packages/redis",
"link": true
},
"node_modules/safe-buffer": {