Version Packages (next)
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.4.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b4fc6e3: Deprecated the `getBearerTokenFromAuthorizationHeader` function, which is being replaced by the new `HttpAuthService`.
|
||||
- 2af5354: Bump dependency `jose` to v5
|
||||
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
||||
Updated dependency `@types/uuid` to `^9.0.0`.
|
||||
- b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate`
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/catalog-client@1.6.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.8-next.0",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user