@iobroker/db-states-redis
Advanced tools
Comparing version 6.0.1-alpha.0-20240525-56d9e4a2e to 6.0.1-alpha.0-20240529-9dbeeb628
@@ -24,5 +24,5 @@ "use strict"; | ||
module.exports = __toCommonJS(interview_exports); | ||
var import_js_controller_common = require("@iobroker/js-controller-common"); | ||
var import_js_controller_common_db = require("@iobroker/js-controller-common-db"); | ||
function interview(config) { | ||
return (0, import_js_controller_common.defaultRedisInterview)({ config, type: "states" }); | ||
return (0, import_js_controller_common_db.defaultRedisInterview)({ config, type: "states" }); | ||
} | ||
@@ -29,0 +29,0 @@ // Annotate the CommonJS export names for ESM import in node: |
@@ -11,3 +11,3 @@ /** | ||
/// <reference types="@iobroker/types-dev" /> | ||
import type { InternalLogger } from '@iobroker/js-controller-common/tools'; | ||
import type { InternalLogger } from '@iobroker/js-controller-common-db/tools'; | ||
import type { DbStatus, ConnectionOptions } from '@iobroker/db-base/inMemFileDB'; | ||
@@ -14,0 +14,0 @@ interface LogObject { |
@@ -1,2 +0,2 @@ | ||
import { defaultRedisInterview } from '@iobroker/js-controller-common'; | ||
import { defaultRedisInterview } from '@iobroker/js-controller-common-db'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Custom interview during setup |
@@ -11,3 +11,3 @@ /** | ||
/// <reference types="@iobroker/types-dev" /> | ||
import type { InternalLogger } from '@iobroker/js-controller-common/tools'; | ||
import type { InternalLogger } from '@iobroker/js-controller-common-db/tools'; | ||
import type { DbStatus, ConnectionOptions } from '@iobroker/db-base/inMemFileDB'; | ||
@@ -14,0 +14,0 @@ interface LogObject { |
{ | ||
"name": "@iobroker/db-states-redis", | ||
"type": "module", | ||
"version": "6.0.1-alpha.0-20240525-56d9e4a2e", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"dependencies": { | ||
"@iobroker/db-base": "6.0.1-alpha.0-20240525-56d9e4a2e", | ||
"ioredis": "^4.28.2" | ||
}, | ||
"keywords": [ | ||
"ioBroker", | ||
"redis", | ||
"redundancy" | ||
], | ||
"author": "bluefox <dogafox@gmail.com>", | ||
"contributors": [ | ||
"bluefox <dogafox@gmail.com>", | ||
"Apollon77 <iobroker@fischer-ka.de>", | ||
"foxriver76 <moritz.heusinger@gmail.com>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-states-redis" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json && tsc-alias", | ||
"postbuild": "esm2cjs --in build/esm --out build/cjs -l error -t node18 && cpy ./**/*.d.ts ./build/cjs/ --cwd=build/esm/" | ||
}, | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js", | ||
"types": "./build/esm/index.d.ts" | ||
} | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"build/" | ||
], | ||
"gitHead": "e5a08b9ec08b0d05506030ab985653fb9c00a3c4" | ||
"name": "@iobroker/db-states-redis", | ||
"type": "module", | ||
"version": "6.0.1-alpha.0-20240529-9dbeeb628", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"dependencies": { | ||
"@iobroker/db-base": "6.0.1-alpha.0-20240529-9dbeeb628", | ||
"ioredis": "^4.28.2" | ||
}, | ||
"keywords": [ | ||
"ioBroker", | ||
"redis", | ||
"redundancy" | ||
], | ||
"author": "bluefox <dogafox@gmail.com>", | ||
"contributors": [ | ||
"bluefox <dogafox@gmail.com>", | ||
"Apollon77 <iobroker@fischer-ka.de>", | ||
"foxriver76 <moritz.heusinger@gmail.com>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-states-redis" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json && tsc-alias", | ||
"postbuild": "esm2cjs --in build/esm --out build/cjs -l error -t node18 && cpy ./**/*.d.ts ./build/cjs/ --cwd=build/esm/" | ||
}, | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js", | ||
"types": "./build/esm/index.d.ts" | ||
} | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"build/" | ||
], | ||
"gitHead": "d2cedb0986ea9cbf250d1ce4eea775af36f80c7a" | ||
} |
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
Sorry, the diff of this file is not supported yet
294861
+ Added@iobroker/db-base@6.0.1-alpha.0-20240529-9dbeeb628(transitive)
+ Added@iobroker/js-controller-common-db@6.0.1-alpha.0-20240529-9dbeeb628(transitive)
- Removed@iobroker/db-base@6.0.1-alpha.0-20240525-56d9e4a2e(transitive)
- Removed@iobroker/js-controller-common@6.0.1-alpha.0-20240525-56d9e4a2e(transitive)