@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240620021703

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.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,27 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240620021703
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240620021703
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240620021703
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20240620021703
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240620021703
13
+
14
+ ## 0.1.11
15
+
16
+ ### Patch Changes
17
+
18
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
7
19
  - d44a20a: Added additional plugin metadata to `package.json`.
8
20
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
10
- - @backstage/backend-common@0.0.0-nightly-20240617021823
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20240617021823
12
- - @backstage/plugin-auth-backend@0.0.0-nightly-20240617021823
21
+ - @backstage/backend-common@0.23.0
22
+ - @backstage/backend-plugin-api@0.6.19
23
+ - @backstage/plugin-auth-node@0.4.14
24
+ - @backstage/plugin-auth-backend@0.22.6
13
25
  - @backstage/errors@1.2.4
14
26
 
15
27
  ## 0.1.11-next.3
package/dist/index.d.ts CHANGED
@@ -27,7 +27,7 @@ declare const awsAlbAuthenticator: _backstage_plugin_auth_node.ProxyAuthenticato
27
27
  }>;
28
28
 
29
29
  /** @public */
30
- declare const authModuleAwsAlbProvider: () => _backstage_backend_plugin_api.BackendFeature;
30
+ declare const authModuleAwsAlbProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
31
31
 
32
32
  /**
33
33
  * Available sign-in resolvers for the AWS ALB auth provider.
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-20240617021823",
3
+ "version": "0.0.0-nightly-20240620021703",
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-20240617021823",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240620021703",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240620021703",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240617021823",
44
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240617021823",
43
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240620021703",
44
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240620021703",
45
45
  "jose": "^5.0.0",
46
46
  "node-cache": "^5.1.2",
47
47
  "node-fetch": "^2.6.7"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240617021823",
51
- "@backstage/cli": "^0.0.0-nightly-20240617021823",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240620021703",
51
+ "@backstage/cli": "^0.0.0-nightly-20240620021703",
52
52
  "@backstage/config": "^1.2.0",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.0.8"