Skip to content

Commit

Permalink
logging by default, all events listener (#22)
Browse files Browse the repository at this point in the history
* logging by default, all events listener
  • Loading branch information
BryanChrisBrown authored Mar 13, 2024
1 parent 31c4f82 commit 9419794
Show file tree
Hide file tree
Showing 47 changed files with 1,181 additions and 338 deletions.
6 changes: 6 additions & 0 deletions dist/components/messageHandler.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ export declare class NewItemPlayingMessageHandler extends MessageHandler<"New It
});
handle(message: BridgeEventMap["New Item Playing"]): void;
}
export declare class AllEventsMessageHandler extends MessageHandler<keyof BridgeEventMap> {
constructor(args: {
client: BridgeClient;
});
handle(message: BridgeEventMap["All Events"]): void;
}
2 changes: 1 addition & 1 deletion dist/looking-glass-bridge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/looking-glass-bridge.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9419794

Please sign in to comment.