@backstage/plugin-auth-node 0.0.0-nightly-20240225021220 → 0.0.0-nightly-20240227020936

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 +9 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,19 +1,21 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240225021220
3
+ ## 0.0.0-nightly-20240227020936
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b4fc6e3: Deprecated the `getBearerTokenFromAuthorizationHeader` function, which is being replaced by the new `HttpAuthService`.
8
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`.
9
11
  - b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate`
10
12
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20240225021220
12
- - @backstage/errors@0.0.0-nightly-20240225021220
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240225021220
14
- - @backstage/catalog-client@0.0.0-nightly-20240225021220
15
- - @backstage/catalog-model@0.0.0-nightly-20240225021220
16
- - @backstage/config@0.0.0-nightly-20240225021220
13
+ - @backstage/backend-common@0.0.0-nightly-20240227020936
14
+ - @backstage/errors@0.0.0-nightly-20240227020936
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240227020936
16
+ - @backstage/catalog-client@0.0.0-nightly-20240227020936
17
+ - @backstage/catalog-model@0.0.0-nightly-20240227020936
18
+ - @backstage/config@0.0.0-nightly-20240227020936
17
19
  - @backstage/types@1.1.1
18
20
 
19
21
  ## 0.4.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20240225021220",
3
+ "version": "0.0.0-nightly-20240227020936",
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.0.0-nightly-20240225021220",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240225021220",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20240225021220",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20240225021220",
38
- "@backstage/config": "^0.0.0-nightly-20240225021220",
39
- "@backstage/errors": "^0.0.0-nightly-20240225021220",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240227020936",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240227020936",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20240227020936",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20240227020936",
38
+ "@backstage/config": "^0.0.0-nightly-20240227020936",
39
+ "@backstage/errors": "^0.0.0-nightly-20240227020936",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@types/express": "*",
42
42
  "@types/passport": "^1.0.3",
@@ -50,13 +50,13 @@
50
50
  "zod-to-json-schema": "^3.21.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240225021220",
54
- "@backstage/cli": "^0.0.0-nightly-20240225021220",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240227020936",
54
+ "@backstage/cli": "^0.0.0-nightly-20240227020936",
55
55
  "cookie-parser": "^1.4.6",
56
56
  "express-promise-router": "^4.1.1",
57
57
  "lodash": "^4.17.21",
58
58
  "msw": "^1.0.0",
59
59
  "supertest": "^6.1.3",
60
- "uuid": "^8.0.0"
60
+ "uuid": "^9.0.0"
61
61
  }
62
62
  }