Comparing version 4.3.0 to 4.3.1
@@ -8,4 +8,4 @@ import { RedisModules, RedisFunctions, RedisScripts, RedisClientOptions, RedisClientType as _RedisClientType, RedisClusterOptions, RedisClusterType as _RedisClusterType } from '@redis/client'; | ||
export * from '@redis/time-series'; | ||
export declare const modules: { | ||
readonly graph: { | ||
declare const modules: { | ||
graph: { | ||
CONFIG_GET: typeof import("@redis/graph/dist/commands/CONFIG_GET"); | ||
@@ -30,3 +30,3 @@ configGet: typeof import("@redis/graph/dist/commands/CONFIG_GET"); | ||
}; | ||
readonly json: { | ||
json: { | ||
ARRAPPEND: typeof import("@redis/json/dist/commands/ARRAPPEND"); | ||
@@ -73,3 +73,3 @@ arrAppend: typeof import("@redis/json/dist/commands/ARRAPPEND"); | ||
}; | ||
readonly ft: { | ||
ft: { | ||
_LIST: typeof import("@redis/search/dist/commands/_LIST"); | ||
@@ -142,3 +142,3 @@ _list: typeof import("@redis/search/dist/commands/_LIST"); | ||
}; | ||
readonly ts: { | ||
ts: { | ||
ADD: typeof import("@redis/time-series/dist/commands/ADD"); | ||
@@ -187,3 +187,3 @@ add: typeof import("@redis/time-series/dist/commands/ADD"); | ||
}; | ||
readonly bf: { | ||
bf: { | ||
ADD: typeof import("@redis/bloom/dist/commands/bloom/ADD"); | ||
@@ -208,3 +208,3 @@ add: typeof import("@redis/bloom/dist/commands/bloom/ADD"); | ||
}; | ||
readonly cms: { | ||
cms: { | ||
INCRBY: typeof import("@redis/bloom/dist/commands/count-min-sketch/INCRBY"); | ||
@@ -223,3 +223,3 @@ incrBy: typeof import("@redis/bloom/dist/commands/count-min-sketch/INCRBY"); | ||
}; | ||
readonly cf: { | ||
cf: { | ||
ADD: typeof import("@redis/bloom/dist/commands/cuckoo/ADD"); | ||
@@ -248,3 +248,3 @@ add: typeof import("@redis/bloom/dist/commands/cuckoo/ADD"); | ||
}; | ||
readonly topK: { | ||
topK: { | ||
ADD: typeof import("@redis/bloom/dist/commands/top-k/ADD"); | ||
@@ -251,0 +251,0 @@ add: typeof import("@redis/bloom/dist/commands/top-k/ADD"); |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createCluster = exports.createClient = exports.modules = void 0; | ||
exports.createCluster = exports.createClient = void 0; | ||
const client_1 = require("@redis/client"); | ||
@@ -31,3 +31,3 @@ const bloom_1 = require("@redis/bloom"); | ||
__exportStar(require("@redis/time-series"), exports); | ||
exports.modules = { | ||
const modules = { | ||
...bloom_1.default, | ||
@@ -43,3 +43,3 @@ graph: graph_1.default, | ||
modules: { | ||
...exports.modules, | ||
...modules, | ||
...options?.modules | ||
@@ -54,3 +54,3 @@ } | ||
modules: { | ||
...exports.modules, | ||
...modules, | ||
...options?.modules | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "redis", | ||
"description": "A modern, high performance Redis client", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "./dist/index.js", | ||
"@redis/graph": "1.0.1", | ||
"@redis/json": "1.0.3", | ||
"@redis/json": "1.0.4", | ||
"@redis/search": "1.1.0", | ||
@@ -32,0 +32,0 @@ "@redis/time-series": "1.0.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41756
+ Added@redis/json@1.0.4(transitive)
- Removed@redis/json@1.0.3(transitive)
Updated@redis/json@1.0.4