@iobroker/types
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -442,3 +442,3 @@ // Types which are safe to share within this repository AND publicly | ||
type ReadDirCallback = (err?: NodeJS.ErrnoException | null, entries?: ReadDirResult[]) => void; | ||
type ReadDirPromise = Promise<NonNullCallbackReturnTypeOf<ReadDirCallback>>; | ||
type ReadDirPromise = Promise<ReadDirResult[]>; | ||
@@ -445,0 +445,0 @@ type ReadFileCallback = (err?: NodeJS.ErrnoException | null, data?: Buffer | string, mimeType?: string) => void; |
{ | ||
"name": "@iobroker/types", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"engines": { | ||
@@ -44,3 +44,3 @@ "node": ">=12.0.0" | ||
}, | ||
"gitHead": "ac8847e45c42c3598e29ff45bde97773ed729b1a" | ||
"gitHead": "c0947920a708a415f98559e4e138f75a66ce3be4" | ||
} |
139815