Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-07-12 13:19:14 +00:00
parent 68e9be3274
commit 0e967f188b
279 changed files with 4618 additions and 1114 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-search-backend-node
## 0.6.3-next.2
### Patch Changes
- a21cd43467: Exports `MissingIndexError` that can be used by the search engines for better error handling when missing index.
- Updated dependencies
- @backstage/backend-common@0.14.1-next.3
- @backstage/plugin-permission-common@0.6.3-next.1
- @backstage/backend-tasks@0.3.3-next.3
## 0.6.3-next.1
### Patch Changes
+6 -6
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.3-next.1",
"version": "0.6.3-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,11 +23,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.14.1-next.1",
"@backstage/backend-tasks": "^0.3.3-next.1",
"@backstage/backend-common": "^0.14.1-next.3",
"@backstage/backend-tasks": "^0.3.3-next.3",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.1.0-next.0",
"@backstage/plugin-permission-common": "^0.6.3-next.0",
"@backstage/plugin-permission-common": "^0.6.3-next.1",
"@backstage/plugin-search-common": "^0.3.6-next.0",
"@types/lunr": "^2.3.3",
"lodash": "^4.17.21",
@@ -38,8 +38,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-common": "^0.14.1-next.1",
"@backstage/cli": "^0.18.0-next.1",
"@backstage/backend-common": "^0.14.1-next.3",
"@backstage/cli": "^0.18.0-next.3",
"@types/ndjson": "^2.0.1"
},
"files": [