Bump hap-nodejs from 0.11.0 to 0.11.1 (#239)

This commit is contained in:
dependabot[bot] 2023-05-22 16:03:50 +02:00 committed by GitHub
parent c18d79e662
commit ae9dc17e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
src/ambient.d.ts vendored
View file

@ -14,11 +14,6 @@ declare module 'hap-node-client' {
} }
} }
// Workaround for "node_modules/hap-nodejs/dist/lib/Advertiser.d.ts:5:29 - error TS7016: Could not find a declaration file for module '@homebridge/dbus-native'. '…/node_modules/@homebridge/dbus-native/index.js' implicitly has an 'any' type."
declare module '@homebridge/dbus-native' {
type InvokeError = unknown
}
declare module 'array.prototype.group' { declare module 'array.prototype.group' {
function shim(): void function shim(): void
} }