@backstage/plugin-auth-node 0.4.9-next.1 → 0.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - b4fc6e3: Deprecated the `getBearerTokenFromAuthorizationHeader` function, which is being replaced by the new `HttpAuthService`.
8
+ - 2af5354: Bump dependency `jose` to v5
9
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
10
+ Updated dependency `@types/uuid` to `^9.0.0`.
11
+ - b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate`
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.21.4
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/backend-plugin-api@0.6.14
17
+ - @backstage/catalog-client@1.6.1
18
+ - @backstage/catalog-model@1.4.5
19
+ - @backstage/types@1.1.1
20
+
21
+ ## 0.4.9-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/catalog-client@1.6.1-next.1
27
+ - @backstage/backend-common@0.21.4-next.2
28
+ - @backstage/backend-plugin-api@0.6.14-next.2
29
+ - @backstage/catalog-model@1.4.5-next.0
30
+ - @backstage/config@1.2.0-next.1
31
+ - @backstage/errors@1.2.4-next.0
32
+ - @backstage/types@1.1.1
33
+
3
34
  ## 0.4.9-next.1
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.4.9-next.1",
3
+ "version": "0.4.9",
4
4
  "backstage": {
5
5
  "role": "node-library"
6
6
  },
@@ -31,12 +31,12 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.21.4-next.1",
35
- "@backstage/backend-plugin-api": "^0.6.14-next.1",
36
- "@backstage/catalog-client": "^1.6.1-next.0",
37
- "@backstage/catalog-model": "^1.4.5-next.0",
38
- "@backstage/config": "^1.2.0-next.1",
39
- "@backstage/errors": "^1.2.4-next.0",
34
+ "@backstage/backend-common": "^0.21.4",
35
+ "@backstage/backend-plugin-api": "^0.6.14",
36
+ "@backstage/catalog-client": "^1.6.1",
37
+ "@backstage/catalog-model": "^1.4.5",
38
+ "@backstage/config": "^1.2.0",
39
+ "@backstage/errors": "^1.2.4",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@types/express": "*",
42
42
  "@types/passport": "^1.0.3",
@@ -50,8 +50,8 @@
50
50
  "zod-to-json-schema": "^3.21.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.3.4-next.1",
54
- "@backstage/cli": "^0.25.3-next.1",
53
+ "@backstage/backend-test-utils": "^0.3.4",
54
+ "@backstage/cli": "^0.26.0",
55
55
  "cookie-parser": "^1.4.6",
56
56
  "express-promise-router": "^4.1.1",
57
57
  "lodash": "^4.17.21",