@backstage/plugin-auth-backend-module-aws-alb-provider 0.1.11-next.3 → 0.1.12

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,5 +1,29 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-auth-backend@0.22.7
10
+ - @backstage/plugin-auth-node@0.4.15
11
+ - @backstage/backend-plugin-api@0.6.20
12
+ - @backstage/errors@1.2.4
13
+
14
+ ## 0.1.11
15
+
16
+ ### Patch Changes
17
+
18
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
19
+ - d44a20a: Added additional plugin metadata to `package.json`.
20
+ - Updated dependencies
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
25
+ - @backstage/errors@1.2.4
26
+
3
27
  ## 0.1.11-next.3
4
28
 
5
29
  ### Patch Changes
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.1.11-next.3",
3
+ "version": "0.1.12",
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.23.0-next.3",
41
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
40
+ "@backstage/backend-common": "^0.23.1",
41
+ "@backstage/backend-plugin-api": "^0.6.20",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-auth-backend": "^0.22.6-next.3",
44
- "@backstage/plugin-auth-node": "^0.4.14-next.3",
43
+ "@backstage/plugin-auth-backend": "^0.22.7",
44
+ "@backstage/plugin-auth-node": "^0.4.15",
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.4.0-next.3",
51
- "@backstage/cli": "^0.26.7-next.3",
50
+ "@backstage/backend-test-utils": "^0.4.1",
51
+ "@backstage/cli": "^0.26.8",
52
52
  "@backstage/config": "^1.2.0",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.0.8"