@backstage/plugin-auth-backend-module-azure-easyauth-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,13 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-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-plugin-api@0.0.0-nightly-20240620021703
9
+ - @backstage/catalog-model@1.5.0
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240620021703
12
+
13
+ ## 0.1.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
7
18
  - d44a20a: Added additional plugin metadata to `package.json`.
8
19
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240617021823
20
+ - @backstage/backend-plugin-api@0.6.19
21
+ - @backstage/plugin-auth-node@0.4.14
11
22
  - @backstage/catalog-model@1.5.0
12
23
  - @backstage/errors@1.2.4
13
24
 
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
3
3
  import { Profile } from 'passport';
4
4
 
5
5
  /** @public */
6
- declare const authModuleAzureEasyAuthProvider: () => _backstage_backend_plugin_api.BackendFeature;
6
+ declare const authModuleAzureEasyAuthProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
7
7
 
8
8
  /** @public */
9
9
  type AzureEasyAuthResult = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
3
- "version": "0.0.0-nightly-20240617021823",
3
+ "version": "0.0.0-nightly-20240620021703",
4
4
  "description": "The azure-easyauth-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,18 +33,18 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240620021703",
37
37
  "@backstage/catalog-model": "^1.5.0",
38
38
  "@backstage/errors": "^1.2.4",
39
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240617021823",
39
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240620021703",
40
40
  "@types/passport": "^1.0.16",
41
41
  "express": "^4.19.2",
42
42
  "jose": "^5.0.0",
43
43
  "passport": "^0.7.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240617021823",
47
- "@backstage/cli": "^0.0.0-nightly-20240617021823",
48
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240617021823"
46
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240620021703",
47
+ "@backstage/cli": "^0.0.0-nightly-20240620021703",
48
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240620021703"
49
49
  }
50
50
  }