@backstage/plugin-auth-backend 0.0.0-nightly-20230220023355 → 0.0.0-nightly-20230222023132

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 +19 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,18 +1,32 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20230220023355
3
+ ## 0.0.0-nightly-20230222023132
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 529de8c421: Added authentication provider for Azure Easy Authentication.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20230220023355
10
- - @backstage/catalog-client@1.3.1
11
- - @backstage/catalog-model@1.2.0
9
+ - @backstage/catalog-client@0.0.0-nightly-20230222023132
10
+ - @backstage/backend-common@0.0.0-nightly-20230222023132
11
+ - @backstage/catalog-model@0.0.0-nightly-20230222023132
12
+ - @backstage/config@1.0.6
13
+ - @backstage/errors@1.1.4
14
+ - @backstage/types@1.0.2
15
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230222023132
16
+
17
+ ## 0.18.1-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 529de8c421: Added authentication provider for Azure Easy Authentication.
22
+ - Updated dependencies
23
+ - @backstage/catalog-client@1.4.0-next.0
24
+ - @backstage/backend-common@0.18.3-next.0
25
+ - @backstage/catalog-model@1.2.1-next.0
12
26
  - @backstage/config@1.0.6
13
27
  - @backstage/errors@1.1.4
14
28
  - @backstage/types@1.0.2
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20230220023355
29
+ - @backstage/plugin-auth-node@0.2.12-next.0
16
30
 
17
31
  ## 0.18.0
18
32
 
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-20230220023355",
4
+ "version": "0.0.0-nightly-20230222023132",
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-20230220023355",
36
- "@backstage/catalog-client": "^1.3.1",
37
- "@backstage/catalog-model": "^1.2.0",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20230222023132",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20230222023132",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20230222023132",
38
38
  "@backstage/config": "^1.0.6",
39
39
  "@backstage/errors": "^1.1.4",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230220023355",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230222023132",
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,9 +76,9 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230220023355",
80
- "@backstage/cli": "^0.0.0-nightly-20230220023355",
81
- "@backstage/test-utils": "^1.2.5",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230222023132",
80
+ "@backstage/cli": "^0.0.0-nightly-20230222023132",
81
+ "@backstage/test-utils": "^0.0.0-nightly-20230222023132",
82
82
  "@types/body-parser": "^1.19.0",
83
83
  "@types/cookie-parser": "^1.4.2",
84
84
  "@types/express-session": "^1.17.2",