@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20241005023131 → 0.0.0-nightly-20241006023330

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20241005023131
3
+ ## 0.0.0-nightly-20241006023330
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 094eaa3: Remove references to in-repo backend-common
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20241005023131
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20241005023131
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241005023131
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20241006023330
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241006023330
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241006023330
12
12
  - @backstage/errors@1.2.4
13
13
 
14
14
  ## 0.2.1-next.0
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-20241005023131",
3
+ "version": "0.0.0-nightly-20241006023330",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,17 +38,17 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241005023131",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241006023330",
42
42
  "@backstage/errors": "1.2.4",
43
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241005023131",
44
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241005023131",
43
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241006023330",
44
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241006023330",
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-20241005023131",
51
- "@backstage/cli": "0.0.0-nightly-20241005023131",
50
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241006023330",
51
+ "@backstage/cli": "0.0.0-nightly-20241006023330",
52
52
  "@backstage/config": "1.2.0",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.0.8"