@balena/open-balena-api 49.0.7 → 49.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -581,9 +581,9 @@ export declare const createIsolatedNodeRedis: (...args: Parameters<typeof getNod
|
|
|
581
581
|
reserve: typeof import("@redis/bloom/dist/commands/top-k/RESERVE.js");
|
|
582
582
|
};
|
|
583
583
|
} & NodeRedis.RedisModules, NodeRedis.RedisFunctions, NodeRedis.RedisScripts>>;
|
|
584
|
-
export declare const createIsolatedRedis: (...args: Parameters<typeof getRedisOptions>) =>
|
|
585
|
-
export declare const redis:
|
|
586
|
-
export declare const redisRO:
|
|
584
|
+
export declare const createIsolatedRedis: (...args: Parameters<typeof getRedisOptions>) => import("ioredis").Cluster<"legacy" | "resp3"> | Redis<"legacy" | "resp3">;
|
|
585
|
+
export declare const redis: import("ioredis").Cluster<"legacy" | "resp3"> | Redis<"legacy" | "resp3">;
|
|
586
|
+
export declare const redisRO: import("ioredis").Cluster<"legacy" | "resp3"> | Redis<"legacy" | "resp3">;
|
|
587
587
|
export declare const nodeRedis: NodeRedis.RedisClusterType<{
|
|
588
588
|
graph: {
|
|
589
589
|
CONFIG_GET: typeof import("@redis/graph/dist/commands/CONFIG_GET.js");
|
|
@@ -1744,7 +1744,7 @@ export declare const nodeRedisRO: NodeRedis.RedisClusterType<{
|
|
|
1744
1744
|
} & NodeRedis.RedisModules, NodeRedis.RedisFunctions, NodeRedis.RedisScripts>;
|
|
1745
1745
|
export declare const newSubscribeInstance: ({ instance, }?: {
|
|
1746
1746
|
instance?: keyof typeof REDIS;
|
|
1747
|
-
}) =>
|
|
1747
|
+
}) => import("ioredis").Cluster<"legacy" | "resp3"> | Redis<"legacy" | "resp3">;
|
|
1748
1748
|
export declare const newNodeRedisSubscribeInstance: ({ instance, }?: {
|
|
1749
1749
|
instance?: keyof typeof REDIS;
|
|
1750
1750
|
}) => Promise<NodeRedis.RedisClusterType<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/open-balena-api",
|
|
3
3
|
"description": "Internet of things, Made Simple",
|
|
4
|
-
"version": "49.0.
|
|
4
|
+
"version": "49.0.8",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"eventemitter3": "^5.0.4",
|
|
114
114
|
"express": "^4.22.1",
|
|
115
115
|
"fast-glob": "^3.3.3",
|
|
116
|
-
"ioredis": "^
|
|
116
|
+
"ioredis": "^6.0.0",
|
|
117
117
|
"ipaddr.js": "^2.3.0",
|
|
118
118
|
"json-schema-to-ts": "^3.1.1",
|
|
119
119
|
"jsonwebtoken": "^9.0.3",
|
|
@@ -183,6 +183,6 @@
|
|
|
183
183
|
"import": "@swc-node/register/esm-register"
|
|
184
184
|
},
|
|
185
185
|
"versionist": {
|
|
186
|
-
"publishedAt": "2026-08-
|
|
186
|
+
"publishedAt": "2026-08-12T23:16:38.837Z"
|
|
187
187
|
}
|
|
188
188
|
}
|