feat: update server search augmentations and increment version to 0.7.6
This commit is contained in:
parent
a206b9926d
commit
099b192071
2 changed files with 80 additions and 80 deletions
|
|
@ -28,7 +28,7 @@ export class ServerSearchConduitAugmentation extends WebSocketConduitAugmentatio
|
||||||
|
|
||||||
constructor(name: string = 'server-search-conduit') {
|
constructor(name: string = 'server-search-conduit') {
|
||||||
super(name)
|
super(name)
|
||||||
this.description = 'Conduit augmentation for server-hosted Brainy search'
|
// this.description = 'Conduit augmentation for server-hosted Brainy search'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
* Do not modify this file directly.
|
* Do not modify this file directly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export const VERSION = '0.7.5';
|
export const VERSION = '0.7.6';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue