From ae9dc17e0f961891fbf0c19b47b017ce16f897b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 16:03:50 +0200 Subject: [PATCH] Bump hap-nodejs from 0.11.0 to 0.11.1 (#239) --- src/ambient.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ambient.d.ts b/src/ambient.d.ts index 5c0d9e7..95fa87c 100644 --- a/src/ambient.d.ts +++ b/src/ambient.d.ts @@ -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' { function shim(): void }