feat: update server search augmentations and increment version to 0.7.6

This commit is contained in:
David Snelling 2025-06-06 10:49:29 -07:00
parent a206b9926d
commit 099b192071
2 changed files with 80 additions and 80 deletions

View file

@ -28,7 +28,7 @@ export class ServerSearchConduitAugmentation extends WebSocketConduitAugmentatio
constructor(name: string = 'server-search-conduit') {
super(name)
this.description = 'Conduit augmentation for server-hosted Brainy search'
// this.description = 'Conduit augmentation for server-hosted Brainy search'
}
/**

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.7.5';
export const VERSION = '0.7.6';