@iobroker/db-states-redis
Advanced tools
Comparing version 5.0.20-alpha.0-20240508-d36cddc8d to 5.0.20-alpha.0-20240510-819f1976e
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js'; | ||
export { interview } from './lib/states/interview.js'; | ||
/** | ||
* Get the default port for the database | ||
* | ||
* @param host string of host(s) | ||
*/ | ||
export declare function getDefaultPort(host: string): number; | ||
export declare const Server: null; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,6 +23,8 @@ "use strict"; | ||
Server: () => Server, | ||
getDefaultPort: () => getDefaultPort | ||
getDefaultPort: () => getDefaultPort, | ||
interview: () => import_interview.interview | ||
}); | ||
module.exports = __toCommonJS(esm_exports); | ||
var import_statesInRedisClient = require("./lib/states/statesInRedisClient.js"); | ||
var import_interview = require("./lib/states/interview.js"); | ||
function getDefaultPort(host) { | ||
@@ -36,4 +38,5 @@ return host.includes(",") ? 26379 : 6379; | ||
Server, | ||
getDefaultPort | ||
getDefaultPort, | ||
interview | ||
}); | ||
//# sourceMappingURL=index.js.map |
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js'; | ||
export { interview } from './lib/states/interview.js'; | ||
/** | ||
* Get the default port for the database | ||
* | ||
* @param host string of host(s) | ||
*/ | ||
export declare function getDefaultPort(host: string): number; | ||
export declare const Server: null; | ||
//# sourceMappingURL=index.d.ts.map |
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js'; | ||
export { interview } from './lib/states/interview.js'; | ||
/** | ||
* Get the default port for the database | ||
* | ||
* @param host string of host(s) | ||
*/ | ||
export function getDefaultPort(host) { | ||
@@ -3,0 +9,0 @@ return host.includes(',') ? 26379 : 6379; |
{ | ||
"name": "@iobroker/db-states-redis", | ||
"type": "module", | ||
"version": "5.0.20-alpha.0-20240508-d36cddc8d", | ||
"version": "5.0.20-alpha.0-20240510-819f1976e", | ||
"engines": { | ||
@@ -9,3 +9,3 @@ "node": ">=12.0.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "5.0.20-alpha.0-20240508-d36cddc8d", | ||
"@iobroker/db-base": "5.0.20-alpha.0-20240510-819f1976e", | ||
"ioredis": "^4.28.2" | ||
@@ -49,3 +49,3 @@ }, | ||
], | ||
"gitHead": "a1bf1c4c5ca460d8d1faaf73dcc7cfe1d93ed3b7" | ||
"gitHead": "9189372e5c7449f16964b737db9bbe85d7491619" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
294513
27
2490
+ Added@iobroker/db-base@5.0.20-alpha.0-20240510-819f1976e(transitive)
+ Added@iobroker/js-controller-common@5.0.20-alpha.0-20240510-819f1976e(transitive)
- Removed@iobroker/db-base@5.0.20-alpha.0-20240508-d36cddc8d(transitive)
- Removed@iobroker/js-controller-common@5.0.20-alpha.0-20240508-d36cddc8d(transitive)