@iobroker/js-controller-adapter 5.0.9-alpha.0-20230725-78752620 → 5.0.10
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type Winston from 'winston';
|
|
2
1
|
/**
|
|
3
2
|
* Log class for adapter.js
|
|
4
3
|
*
|
|
@@ -13,7 +12,7 @@ export declare class Log {
|
|
|
13
12
|
* @param level The log level
|
|
14
13
|
* @param logger logger instance
|
|
15
14
|
*/
|
|
16
|
-
constructor(namespaceLog: string, level: string, logger:
|
|
15
|
+
constructor(namespaceLog: string, level: string, logger: any);
|
|
17
16
|
silly(msg: string): void;
|
|
18
17
|
debug(msg: string): void;
|
|
19
18
|
info(msg: string): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log.d.ts","sourceRoot":"","sources":["../../../src/lib/adapter/log.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"log.d.ts","sourceRoot":"","sources":["../../../src/lib/adapter/log.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,qBAAa,GAAG;IACZ,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAS;IACtC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IAEvB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAM;IAE7B;;;;OAIG;gBACS,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG;IAgB5D,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIxB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIxB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIvB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIxB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;CAG1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log.js","sourceRoot":"","sources":["../../../src/lib/adapter/log.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"log.js","sourceRoot":"","sources":["../../../src/lib/adapter/log.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,MAAa,GAAG;IAMZ;;;;OAIG;IACH,YAAY,YAAoB,EAAE,KAAa,EAAE,MAAW;QACxD,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;QACjC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,4EAA4E;QAC5E,uFAAuF;QACvF,8BAA8B;QAC9B,2BAA2B;QAC3B,YAAY;QACZ,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC;IAED,KAAK,CAAC,GAAW;QACb,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,YAAY,IAAI,GAAG,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,KAAK,CAAC,GAAW;QACb,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,YAAY,IAAI,GAAG,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,IAAI,CAAC,GAAW;QACZ,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,YAAY,IAAI,GAAG,EAAE,CAAC,CAAC;IACpD,CAAC;IAED,KAAK,CAAC,GAAW;QACb,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,YAAY,IAAI,GAAG,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,IAAI,CAAC,GAAW;QACZ,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,YAAY,IAAI,GAAG,EAAE,CAAC,CAAC;IACpD,CAAC;CACJ;AA9CD,kBA8CC"}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/js-controller-adapter",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.10",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@alcalzone/pak": "^0.8.1",
|
|
9
|
-
"@iobroker/db-objects-file": "5.0.
|
|
10
|
-
"@iobroker/db-objects-jsonl": "5.0.
|
|
11
|
-
"@iobroker/db-objects-redis": "5.0.
|
|
12
|
-
"@iobroker/db-states-file": "5.0.
|
|
13
|
-
"@iobroker/db-states-jsonl": "5.0.
|
|
14
|
-
"@iobroker/db-states-redis": "5.0.
|
|
15
|
-
"@iobroker/js-controller-common": "5.0.
|
|
16
|
-
"@iobroker/js-controller-common-db": "5.0.
|
|
9
|
+
"@iobroker/db-objects-file": "5.0.10",
|
|
10
|
+
"@iobroker/db-objects-jsonl": "5.0.10",
|
|
11
|
+
"@iobroker/db-objects-redis": "5.0.10",
|
|
12
|
+
"@iobroker/db-states-file": "5.0.10",
|
|
13
|
+
"@iobroker/db-states-jsonl": "5.0.10",
|
|
14
|
+
"@iobroker/db-states-redis": "5.0.10",
|
|
15
|
+
"@iobroker/js-controller-common": "5.0.10",
|
|
16
|
+
"@iobroker/js-controller-common-db": "5.0.10",
|
|
17
17
|
"@iobroker/plugin-base": "~1.2.1",
|
|
18
18
|
"@iobroker/plugin-sentry": "~1.2.0",
|
|
19
19
|
"deep-clone": "^3.0.3",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"build/index.js",
|
|
56
56
|
"build/index.d.ts"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "5b6d4f4ef94df566959401dbbaff6c3eca56116c"
|
|
59
59
|
}
|