@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20240806021838 → 0.0.0-nightly-20240808021919

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 +17 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20240806021838
3
+ ## 0.0.0-nightly-20240808021919
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c8f1cae: Add `signIn` to authentication provider configuration schema
8
8
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240806021838
11
- - @backstage/plugin-auth-backend@0.0.0-nightly-20240806021838
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20240806021838
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240806021838
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240808021919
11
+ - @backstage/backend-common@0.0.0-nightly-20240808021919
12
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20240808021919
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240808021919
14
+ - @backstage/errors@1.2.4
15
+
16
+ ## 0.1.15-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.8.0-next.2
23
+ - @backstage/backend-common@0.23.4-next.2
24
+ - @backstage/plugin-auth-backend@0.22.10-next.2
25
+ - @backstage/plugin-auth-node@0.5.0-next.2
14
26
  - @backstage/errors@1.2.4
15
27
 
16
28
  ## 0.1.15-next.1
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-20240806021838",
3
+ "version": "0.0.0-nightly-20240808021919",
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-common": "^0.0.0-nightly-20240806021838",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240806021838",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240808021919",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240808021919",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240806021838",
44
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240806021838",
43
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240808021919",
44
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240808021919",
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-20240806021838",
51
- "@backstage/cli": "^0.0.0-nightly-20240806021838",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240808021919",
51
+ "@backstage/cli": "^0.0.0-nightly-20240808021919",
52
52
  "@backstage/config": "^1.2.0",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.0.8"