@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241123023427

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 +15 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241123023427
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20241123023427
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241123023427
10
+ - @backstage/errors@1.2.5
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241123023427
12
+
13
+ ## 0.3.0
4
14
 
5
15
  ### Minor Changes
6
16
 
@@ -10,10 +20,10 @@
10
20
 
11
21
  - 5d74716: Remove unused backend-common dependency
12
22
  - Updated dependencies
13
- - @backstage/plugin-auth-backend@0.0.0-nightly-20241119023621
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20241119023621
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20241119023621
16
- - @backstage/errors@0.0.0-nightly-20241119023621
23
+ - @backstage/plugin-auth-backend@0.24.0
24
+ - @backstage/plugin-auth-node@0.5.4
25
+ - @backstage/backend-plugin-api@1.0.2
26
+ - @backstage/errors@1.2.5
17
27
 
18
28
  ## 0.3.0-next.2
19
29
 
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-20241119023621",
3
+ "version": "0.0.0-nightly-20241123023427",
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-plugin-api": "0.0.0-nightly-20241119023621",
41
- "@backstage/errors": "0.0.0-nightly-20241119023621",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241119023621",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241119023621",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241123023427",
41
+ "@backstage/errors": "1.2.5",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241123023427",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241123023427",
44
44
  "jose": "^5.0.0",
45
45
  "node-cache": "^5.1.2",
46
46
  "node-fetch": "^2.7.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20241119023621",
50
- "@backstage/cli": "0.0.0-nightly-20241119023621",
51
- "@backstage/config": "0.0.0-nightly-20241119023621",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241123023427",
50
+ "@backstage/cli": "0.0.0-nightly-20241123023427",
51
+ "@backstage/config": "1.3.0",
52
52
  "express": "^4.18.2",
53
53
  "msw": "^2.0.8"
54
54
  },