@iobroker/types
Advanced tools
Comparing version 7.0.3 to 7.0.4-alpha.0-20241116-db3148f4f
@@ -222,2 +222,16 @@ // Types which are safe to share within this repository AND publicly | ||
/** Log message */ | ||
interface LogMessage { | ||
/** unique ID */ | ||
_id: number; | ||
/** id of the source instance */ | ||
from: string; | ||
/** log level */ | ||
severity: string; | ||
/** timestamp */ | ||
ts: number; | ||
/** actual content */ | ||
message: string; | ||
} | ||
interface Certificates { | ||
@@ -224,0 +238,0 @@ /** private key file */ |
{ | ||
"name": "@iobroker/types", | ||
"version": "7.0.3", | ||
"version": "7.0.4-alpha.0-20241116-db3148f4f", | ||
"engines": { | ||
@@ -44,3 +44,3 @@ "node": ">=12.0.0" | ||
}, | ||
"gitHead": "1c716ca37fe7c26d4f56571f90d33be69d45726e" | ||
"gitHead": "55ff47d48ea22e3b8e6dae0f7ecda51344da0a09" | ||
} |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
173332
3329
2