@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20240826022541 → 0.0.0-nightly-20240826071828

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 +6 -6
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-20240826022541
3
+ ## 0.0.0-nightly-20240826071828
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,10 +13,10 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240826022541
17
- - @backstage/plugin-auth-backend@0.0.0-nightly-20240826022541
18
- - @backstage/backend-common@0.0.0-nightly-20240826022541
19
- - @backstage/plugin-auth-node@0.0.0-nightly-20240826022541
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240826071828
17
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20240826071828
18
+ - @backstage/backend-common@0.0.0-nightly-20240826071828
19
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240826071828
20
20
 
21
21
  ## 0.1.15
22
22
 
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-20240826022541",
3
+ "version": "0.0.0-nightly-20240826071828",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240826022541",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240826022541",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240826071828",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240826071828",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240826022541",
44
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240826022541",
43
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240826071828",
44
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240826071828",
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-20240826022541",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240826071828",
51
51
  "@backstage/cli": "^0.27.0",
52
52
  "@backstage/config": "^1.2.0",
53
53
  "express": "^4.18.2",