@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250617024253 → 0.0.0-nightly-20250627024218

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 +14 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,25 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250617024253
3
+ ## 0.0.0-nightly-20250627024218
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250627024218
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250627024218
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250627024218
11
+ - @backstage/errors@1.2.7
12
+
13
+ ## 0.4.4
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - c83cd8b: Fixed some circular or otherwise unclear imports
8
18
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250617024253
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250617024253
19
+ - @backstage/plugin-auth-node@0.6.4
20
+ - @backstage/backend-plugin-api@1.4.0
11
21
  - @backstage/errors@1.2.7
12
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250617024253
22
+ - @backstage/plugin-auth-backend@0.25.1
13
23
 
14
24
  ## 0.4.4-next.1
15
25
 
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-20250617024253",
3
+ "version": "0.0.0-nightly-20250627024218",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,18 +40,18 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250617024253",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250627024218",
44
44
  "@backstage/errors": "1.2.7",
45
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250617024253",
46
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250617024253",
45
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250627024218",
46
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250627024218",
47
47
  "jose": "^5.0.0",
48
48
  "node-cache": "^5.1.2",
49
49
  "zod": "^3.22.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20250617024253",
53
- "@backstage/cli": "0.0.0-nightly-20250617024253",
54
- "@backstage/config": "1.3.2",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250627024218",
53
+ "@backstage/cli": "0.0.0-nightly-20250627024218",
54
+ "@backstage/config": "0.0.0-nightly-20250627024218",
55
55
  "@backstage/types": "1.2.1",
56
56
  "express": "^4.18.2",
57
57
  "msw": "^2.0.8"