@backstage/plugin-auth-backend-module-azure-easyauth-provider 0.0.0-nightly-20240618021721 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-provider
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240620021703
4
+
5
+ ### Patch Changes
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
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
18
  - d44a20a: Added additional plugin metadata to `package.json`.
9
19
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240618021721
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20240618021721
20
+ - @backstage/backend-plugin-api@0.6.19
21
+ - @backstage/plugin-auth-node@0.4.14
12
22
  - @backstage/catalog-model@1.5.0
13
23
  - @backstage/errors@1.2.4
14
24
 
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-20240618021721",
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-20240618021721",
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-20240618021721",
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-20240618021721",
47
- "@backstage/cli": "^0.0.0-nightly-20240618021721",
48
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240618021721"
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
  }