@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20240916023337 → 0.0.0-nightly-20240918022959

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 +16 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20240916023337
3
+ ## 0.0.0-nightly-20240918022959
4
+
5
+ ### Patch Changes
6
+
7
+ - 094eaa3: Remove references to in-repo backend-common
8
+ - Updated dependencies
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20240918022959
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240918022959
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240918022959
12
+ - @backstage/errors@1.2.4
13
+
14
+ ## 0.2.0
4
15
 
5
16
  ### Minor Changes
6
17
 
@@ -15,10 +26,10 @@
15
26
  - ecbc47e: Fix a bug where the signer was checked from the payload instead of the header
16
27
  - 8d1fb8d: Throw correct error when email is missing from the claims
17
28
  - Updated dependencies
18
- - @backstage/backend-common@0.0.0-nightly-20240916023337
19
- - @backstage/backend-plugin-api@0.0.0-nightly-20240916023337
20
- - @backstage/plugin-auth-node@0.0.0-nightly-20240916023337
21
- - @backstage/plugin-auth-backend@0.0.0-nightly-20240916023337
29
+ - @backstage/backend-common@0.25.0
30
+ - @backstage/backend-plugin-api@1.0.0
31
+ - @backstage/plugin-auth-node@0.5.2
32
+ - @backstage/plugin-auth-backend@0.23.0
22
33
  - @backstage/errors@1.2.4
23
34
 
24
35
  ## 0.2.0-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
3
- "version": "0.0.0-nightly-20240916023337",
3
+ "version": "0.0.0-nightly-20240918022959",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240916023337",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240916023337",
40
+ "@backstage/backend-common": "^0.25.0",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240918022959",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240916023337",
44
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240916023337",
43
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240918022959",
44
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240918022959",
45
45
  "jose": "^5.0.0",
46
46
  "node-cache": "^5.1.2",
47
47
  "node-fetch": "^2.7.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240916023337",
51
- "@backstage/cli": "^0.0.0-nightly-20240916023337",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240918022959",
51
+ "@backstage/cli": "^0.0.0-nightly-20240918022959",
52
52
  "@backstage/config": "^1.2.0",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.0.8"