hap-nodejs
Advanced tools
Comparing version 1.1.1-beta.10 to 1.1.1-beta.11
@@ -39,9 +39,2 @@ import { MDNSServerOptions, ServiceTxt } from "@homebridge/ciao"; | ||
*/ | ||
export declare interface Advertiser { | ||
on(event: "updated-name", listener: (name: string) => void): this; | ||
emit(event: "updated-name", name: string): boolean; | ||
} | ||
/** | ||
* @group Advertiser | ||
*/ | ||
export interface ServiceNetworkOptions { | ||
@@ -82,2 +75,4 @@ /** | ||
destroy(): void; | ||
on(event: "updated-name", listener: (name: string) => void): this; | ||
emit(event: "updated-name", name: string): boolean; | ||
} | ||
@@ -84,0 +79,0 @@ /** |
{ | ||
"name": "hap-nodejs", | ||
"version": "1.1.1-beta.10", | ||
"version": "1.1.1-beta.11", | ||
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2351494
34815