1
0
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:
Leibale
2023-10-02 14:01:18 -04:00
5 changed files with 154 additions and 148 deletions

View File

@@ -21,7 +21,7 @@
"sinon": "^16.0.0"
},
"engines": {
"node": ">=18"
"node": ">=14"
},
"repository": {
"type": "git",

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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",