@iobroker/db-states-jsonl
Advanced tools
Comparing version 5.0.20-alpha.0-20240418-165fc4c8 to 5.0.20-alpha.0-20240418-c6e3443f
@@ -1,2 +0,1 @@ | ||
declare const StatesInMemoryJsonlDB_base: typeof import("../../../../../node_modules/@iobroker/db-states-file/build/esm/lib/states/statesInMemFileDB.js").default; | ||
/** | ||
@@ -6,3 +5,3 @@ * This class inherits InMemoryFileDB class and adds all relevant logic for states | ||
**/ | ||
export default class StatesInMemoryJsonlDB extends StatesInMemoryJsonlDB_base { | ||
export class StatesInMemoryJsonlDB extends StatesInMemoryFileDB { | ||
constructor(settings: any); | ||
@@ -20,4 +19,4 @@ /** @type {JsonlDB<any>} */ | ||
} | ||
import { StatesInMemoryFileDB } from '@iobroker/db-states-file'; | ||
import { JsonlDB } from '@alcalzone/jsonl-db'; | ||
export {}; | ||
//# sourceMappingURL=statesInMemJsonlDB.d.ts.map |
@@ -27,3 +27,3 @@ "use strict"; | ||
__export(statesInMemJsonlDB_exports, { | ||
default: () => StatesInMemoryJsonlDB | ||
StatesInMemoryJsonlDB: () => StatesInMemoryJsonlDB | ||
}); | ||
@@ -213,3 +213,5 @@ module.exports = __toCommonJS(statesInMemJsonlDB_exports); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = {}); | ||
0 && (module.exports = { | ||
StatesInMemoryJsonlDB | ||
}); | ||
//# sourceMappingURL=statesInMemJsonlDB.js.map |
@@ -70,4 +70,4 @@ /// <reference types="node" resolution-mode="require"/> | ||
} | ||
import StatesInMemoryJsonlDB from './statesInMemJsonlDB.js'; | ||
import { StatesInMemoryJsonlDB } from './statesInMemJsonlDB.js'; | ||
import net from 'node:net'; | ||
//# sourceMappingURL=statesInMemServerRedis.d.ts.map |
@@ -33,5 +33,5 @@ "use strict"; | ||
var import_db_base = require("@iobroker/db-base"); | ||
var import_statesInMemJsonlDB = __toESM(require("./statesInMemJsonlDB.js"), 1); | ||
var import_statesInMemJsonlDB = require("./statesInMemJsonlDB.js"); | ||
var import_tools = require("@iobroker/js-controller-common/tools"); | ||
class StatesInMemoryServer extends import_statesInMemJsonlDB.default { | ||
class StatesInMemoryServer extends import_statesInMemJsonlDB.StatesInMemoryJsonlDB { | ||
constructor(settings) { | ||
@@ -38,0 +38,0 @@ super(settings); |
@@ -1,2 +0,1 @@ | ||
declare const StatesInMemoryJsonlDB_base: typeof import("../../../../../node_modules/@iobroker/db-states-file/build/esm/lib/states/statesInMemFileDB.js").default; | ||
/** | ||
@@ -6,3 +5,3 @@ * This class inherits InMemoryFileDB class and adds all relevant logic for states | ||
**/ | ||
export default class StatesInMemoryJsonlDB extends StatesInMemoryJsonlDB_base { | ||
export class StatesInMemoryJsonlDB extends StatesInMemoryFileDB { | ||
constructor(settings: any); | ||
@@ -20,4 +19,4 @@ /** @type {JsonlDB<any>} */ | ||
} | ||
import { StatesInMemoryFileDB } from '@iobroker/db-states-file'; | ||
import { JsonlDB } from '@alcalzone/jsonl-db'; | ||
export {}; | ||
//# sourceMappingURL=statesInMemJsonlDB.d.ts.map |
@@ -98,3 +98,3 @@ /** | ||
**/ | ||
export default class StatesInMemoryJsonlDB extends StatesInMemoryFileDB { | ||
export class StatesInMemoryJsonlDB extends StatesInMemoryFileDB { | ||
constructor(settings) { | ||
@@ -101,0 +101,0 @@ settings = settings || {}; |
@@ -70,4 +70,4 @@ /// <reference types="node" resolution-mode="require"/> | ||
} | ||
import StatesInMemoryJsonlDB from './statesInMemJsonlDB.js'; | ||
import { StatesInMemoryJsonlDB } from './statesInMemJsonlDB.js'; | ||
import net from 'node:net'; | ||
//# sourceMappingURL=statesInMemServerRedis.d.ts.map |
@@ -12,3 +12,3 @@ /** | ||
import { RedisHandler } from '@iobroker/db-base'; | ||
import StatesInMemoryJsonlDB from './statesInMemJsonlDB.js'; | ||
import { StatesInMemoryJsonlDB } from './statesInMemJsonlDB.js'; | ||
import { getLocalAddress } from '@iobroker/js-controller-common/tools'; | ||
@@ -15,0 +15,0 @@ // settings = { |
{ | ||
"name": "@iobroker/db-states-jsonl", | ||
"type": "module", | ||
"version": "5.0.20-alpha.0-20240418-165fc4c8", | ||
"version": "5.0.20-alpha.0-20240418-c6e3443f", | ||
"engines": { | ||
@@ -10,5 +10,5 @@ "node": ">=12.0.0" | ||
"@alcalzone/jsonl-db": "~3.1.1", | ||
"@iobroker/db-base": "5.0.20-alpha.0-20240418-165fc4c8", | ||
"@iobroker/db-states-file": "5.0.20-alpha.0-20240418-165fc4c8", | ||
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240418-165fc4c8" | ||
"@iobroker/db-base": "5.0.20-alpha.0-20240418-c6e3443f", | ||
"@iobroker/db-states-file": "5.0.20-alpha.0-20240418-c6e3443f", | ||
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240418-c6e3443f" | ||
}, | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
], | ||
"gitHead": "ba7b732f23ddf0da772e23ed6175185ec204ee6b" | ||
"gitHead": "55f9714e5db3209c7836c12c0a994979c16f5a56" | ||
} |
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
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
194880
+ Added@iobroker/db-base@5.0.20-alpha.0-20240418-c6e3443f(transitive)
+ Added@iobroker/db-states-file@5.0.20-alpha.0-20240418-c6e3443f(transitive)
+ Added@iobroker/db-states-redis@5.0.20-alpha.0-20240418-c6e3443f(transitive)
+ Added@iobroker/js-controller-common@5.0.20-alpha.0-20240418-c6e3443f(transitive)
- Removed@iobroker/db-base@5.0.20-alpha.0-20240418-165fc4c8(transitive)
- Removed@iobroker/db-states-file@5.0.20-alpha.0-20240418-165fc4c8(transitive)
- Removed@iobroker/db-states-redis@5.0.20-alpha.0-20240418-165fc4c8(transitive)
- Removed@iobroker/js-controller-common@5.0.20-alpha.0-20240418-165fc4c8(transitive)
Updated@iobroker/db-states-file@5.0.20-alpha.0-20240418-c6e3443f
Updated@iobroker/db-states-redis@5.0.20-alpha.0-20240418-c6e3443f