@backstage/plugin-search-backend-node
Advanced tools
Comparing version 0.0.0-nightly-20220317022557 to 0.0.0-nightly-20220318022925
# @backstage/plugin-search-backend-node | ||
## 0.0.0-nightly-20220317022557 | ||
## 0.0.0-nightly-20220318022925 | ||
### Patch Changes | ||
- 62ee65422c: Use new `IndexableResultSet` type as return type of query method in `SearchEngine` implementation. | ||
- Updated dependencies | ||
- @backstage/plugin-search-common@0.0.0-nightly-20220318022925 | ||
## 0.5.2 | ||
### Patch Changes | ||
- f24ef7864e: Minor typo fixes | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20220317022557 | ||
- @backstage/plugin-search-common@0.0.0-nightly-20220317022557 | ||
- @backstage/errors@1.0.0 | ||
- @backstage/plugin-search-common@0.3.2 | ||
@@ -12,0 +20,0 @@ ## 0.5.1 |
/// <reference types="node" /> | ||
import { SearchEngine, DocumentCollatorFactory, DocumentDecoratorFactory, DocumentTypeInfo, IndexableDocument, SearchQuery, QueryTranslator, SearchResultSet } from '@backstage/plugin-search-common'; | ||
import { SearchEngine, DocumentCollatorFactory, DocumentDecoratorFactory, DocumentTypeInfo, IndexableDocument, SearchQuery, QueryTranslator, IndexableResultSet } from '@backstage/plugin-search-common'; | ||
export { SearchEngine } from '@backstage/plugin-search-common'; | ||
@@ -201,3 +201,3 @@ import { Logger } from 'winston'; | ||
getIndexer(type: string): Promise<LunrSearchEngineIndexer>; | ||
query(query: SearchQuery): Promise<SearchResultSet>; | ||
query(query: SearchQuery): Promise<IndexableResultSet>; | ||
} | ||
@@ -204,0 +204,0 @@ |
{ | ||
"name": "@backstage/plugin-search-backend-node", | ||
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin", | ||
"version": "0.0.0-nightly-20220317022557", | ||
"version": "0.0.0-nightly-20220318022925", | ||
"main": "dist/index.cjs.js", | ||
@@ -26,4 +26,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/errors": "^0.0.0-nightly-20220317022557", | ||
"@backstage/plugin-search-common": "^0.0.0-nightly-20220317022557", | ||
"@backstage/errors": "^1.0.0", | ||
"@backstage/plugin-search-common": "^0.0.0-nightly-20220318022925", | ||
"@types/lunr": "^2.3.3", | ||
@@ -35,4 +35,4 @@ "lodash": "^4.17.21", | ||
"devDependencies": { | ||
"@backstage/backend-common": "^0.0.0-nightly-20220317022557", | ||
"@backstage/cli": "^0.0.0-nightly-20220317022557" | ||
"@backstage/backend-common": "^0.13.1", | ||
"@backstage/cli": "^0.16.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
78262
+ Added@backstage/errors@1.2.7(transitive)
+ Added@backstage/types@1.2.1(transitive)
Updated@backstage/errors@^1.0.0
Updated@backstage/plugin-search-common@^0.0.0-nightly-20220318022925