You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Merge branch 'master' of github.com:redis/node-redis into v5
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"sinon": "^16.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=14"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redis/json",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
@@ -10,10 +10,10 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@redis/bloom": "1.2.0",
|
||||
"@redis/client": "1.5.10",
|
||||
"@redis/client": "1.5.11",
|
||||
"@redis/graph": "1.1.0",
|
||||
"@redis/json": "1.0.5",
|
||||
"@redis/search": "1.1.4",
|
||||
"@redis/json": "1.0.6",
|
||||
"@redis/search": "1.1.5",
|
||||
"@redis/time-series": "1.0.5"
|
||||
},
|
||||
"repository": {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redis/search",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user