Version Packages
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-permission-backend
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 450ca92330: Change route used for integration between the authorization framework and other plugin backends to use the /.well-known prefix.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e7851efa9e: Rename and adjust permission policy return type to reduce nesting
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.4.10
|
||||
- @backstage/plugin-permission-node@0.2.0
|
||||
- @backstage/backend-common@0.9.12
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-permission-backend",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -19,11 +19,11 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.9.11",
|
||||
"@backstage/backend-common": "^0.9.12",
|
||||
"@backstage/config": "^0.1.11",
|
||||
"@backstage/plugin-auth-backend": "^0.4.9",
|
||||
"@backstage/plugin-auth-backend": "^0.4.10",
|
||||
"@backstage/plugin-permission-common": "^0.2.0",
|
||||
"@backstage/plugin-permission-node": "^0.1.0",
|
||||
"@backstage/plugin-permission-node": "^0.2.0",
|
||||
"@types/express": "*",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.9.1",
|
||||
"@backstage/cli": "^0.10.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^4.0.2",
|
||||
"msw": "^0.35.0"
|
||||
|
||||
Reference in New Issue
Block a user