Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
dist/
*.log
.cache/
2 changes: 2 additions & 0 deletions dist/bus-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ export declare class BusClient {
forService(name: string): BusClient;
/** Returns a scoped client that prefixes all channels with {sessionId}/ */
forSession(id: string): BusClient;
/** Returns a scoped client that prefixes all channels with {projectId}/ */
forProject(id: string): BusClient;
}
2 changes: 2 additions & 0 deletions dist/bus-tui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export declare class BusTui {
forService(name: string): BusTui;
/** Returns a scoped TUI bus that prefixes all channels with {sessionId}/ */
forSession(id: string): BusTui;
/** Returns a scoped TUI bus that prefixes all channels with {projectId}/ */
forProject(id: string): BusTui;
private open;
private scheduleReconnect;
private updateSubscriptions;
Expand Down
6 changes: 3 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading