Version Packages (next)
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-search-backend
|
||||
|
||||
## 0.5.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 30f9884359: Check for non-resource permissions when authorizing result-by-result in AuthorizedSearchEngine.
|
||||
- c98d271466: Use updated types from `@backstage/plugin-permission-common`
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-permission-common@0.6.0-next.0
|
||||
- @backstage/plugin-permission-node@0.6.0-next.1
|
||||
- @backstage/backend-common@0.13.2-next.1
|
||||
- @backstage/plugin-search-common@0.3.3-next.1
|
||||
|
||||
## 0.5.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search-backend",
|
||||
"description": "The Backstage backend plugin that provides your backstage app with search",
|
||||
"version": "0.5.0-next.0",
|
||||
"version": "0.5.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,14 +23,14 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.2-next.0",
|
||||
"@backstage/backend-common": "^0.13.2-next.1",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.0-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.5.3",
|
||||
"@backstage/plugin-permission-node": "^0.5.6-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.0-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.0-next.1",
|
||||
"@backstage/plugin-search-backend-node": "^0.5.3-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.3-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.3-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"dataloader": "^2.0.0",
|
||||
@@ -43,7 +43,7 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.16.1-next.0",
|
||||
"@backstage/cli": "^0.17.0-next.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user