@backstage/plugin-auth-backend 0.0.0-nightly-20230214023046 → 0.0.0-nightly-20230216023017

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 +11 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20230214023046
3
+ ## 0.0.0-nightly-20230216023017
4
+
5
+ ### Patch Changes
6
+
7
+ - 529de8c421: Added authentication provider for Azure Easy Authentication.
8
+
9
+ ## 0.18.0
4
10
 
5
11
  ### Minor Changes
6
12
 
@@ -9,13 +15,13 @@
9
15
  ### Patch Changes
10
16
 
11
17
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20230214023046
13
- - @backstage/catalog-model@0.0.0-nightly-20230214023046
14
- - @backstage/catalog-client@0.0.0-nightly-20230214023046
18
+ - @backstage/backend-common@0.18.2
19
+ - @backstage/catalog-model@1.2.0
20
+ - @backstage/catalog-client@1.3.1
15
21
  - @backstage/config@1.0.6
16
22
  - @backstage/errors@1.1.4
17
23
  - @backstage/types@1.0.2
18
- - @backstage/plugin-auth-node@0.0.0-nightly-20230214023046
24
+ - @backstage/plugin-auth-node@0.2.11
19
25
 
20
26
  ## 0.17.5-next.2
21
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
3
  "description": "A Backstage backend plugin that handles authentication",
4
- "version": "0.0.0-nightly-20230214023046",
4
+ "version": "0.0.0-nightly-20230216023017",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.0.0-nightly-20230214023046",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20230214023046",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20230214023046",
35
+ "@backstage/backend-common": "^0.18.2",
36
+ "@backstage/catalog-client": "^1.3.1",
37
+ "@backstage/catalog-model": "^1.2.0",
38
38
  "@backstage/config": "^1.0.6",
39
39
  "@backstage/errors": "^1.1.4",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230214023046",
40
+ "@backstage/plugin-auth-node": "^0.2.11",
41
41
  "@backstage/types": "^1.0.2",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
@@ -76,8 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230214023046",
80
- "@backstage/cli": "^0.0.0-nightly-20230214023046",
79
+ "@backstage/backend-test-utils": "^0.1.34",
80
+ "@backstage/cli": "^0.22.2",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",