Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-10 08:00:04 +00:00
parent 0bd6184a62
commit c02ce52da1
276 changed files with 4436 additions and 1148 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-search-backend-node
## 0.6.1-next.1
### Patch Changes
- 71d3432710: Search Engines will now index documents in batches of 1000 instead of 100 (under the hood). This may result in your Backstage backend consuming slightly more memory during index runs, but should dramatically improve indexing performance for large document sets.
- 3a74e203a8: Support generating highlighted matched terms in search result data
- Updated dependencies
- @backstage/backend-tasks@0.3.1-next.1
- @backstage/plugin-search-common@0.3.4-next.0
## 0.6.1-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-node",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"version": "0.6.1-next.0",
"version": "0.6.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,9 +23,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/backend-tasks": "^0.3.1-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/plugin-search-common": "^0.3.4-next.0",
"@types/lunr": "^2.3.3",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
@@ -34,8 +34,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/cli": "^0.17.1-next.0"
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/cli": "^0.17.1-next.2"
},
"files": [
"dist"