Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-24 11:05:52 +00:00
parent 155ffbaf7f
commit bcc563abe9
268 changed files with 3502 additions and 722 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-search-backend-node
## 0.6.2-next.0
### Patch Changes
- e7794a0aaa: propagate indexing errors so they don't appear successful to the task scheduler
- Updated dependencies
- @backstage/backend-tasks@0.3.2-next.0
## 0.6.1
### Patch Changes
+4 -4
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",
"version": "0.6.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-tasks": "^0.3.1",
"@backstage/backend-tasks": "^0.3.2-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-search-common": "^0.3.4",
"@types/lunr": "^2.3.3",
@@ -34,8 +34,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-common": "^0.13.3",
"@backstage/cli": "^0.17.1"
"@backstage/backend-common": "^0.13.6-next.0",
"@backstage/cli": "^0.17.2-next.0"
},
"files": [
"dist"