@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20241116023418 → 0.0.0-nightly-20241118023529

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20241116023418
3
+ ## 0.0.0-nightly-20241118023529
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,10 +10,10 @@
10
10
 
11
11
  - 5d74716: Remove unused backend-common dependency
12
12
  - Updated dependencies
13
- - @backstage/plugin-auth-backend@0.0.0-nightly-20241116023418
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20241116023418
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20241116023418
16
- - @backstage/errors@1.2.4
13
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20241118023529
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241118023529
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241118023529
16
+ - @backstage/errors@0.0.0-nightly-20241118023529
17
17
 
18
18
  ## 0.3.0-next.2
19
19
 
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-20241116023418",
3
+ "version": "0.0.0-nightly-20241118023529",
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-20241116023418",
41
- "@backstage/errors": "1.2.4",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241116023418",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241116023418",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241118023529",
41
+ "@backstage/errors": "0.0.0-nightly-20241118023529",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241118023529",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241118023529",
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-20241116023418",
50
- "@backstage/cli": "0.0.0-nightly-20241116023418",
51
- "@backstage/config": "1.2.0",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241118023529",
50
+ "@backstage/cli": "0.0.0-nightly-20241118023529",
51
+ "@backstage/config": "0.0.0-nightly-20241118023529",
52
52
  "express": "^4.18.2",
53
53
  "msw": "^2.0.8"
54
54
  },