@backstage/plugin-auth-backend 0.0.0-nightly-20221107024620 → 0.0.0-nightly-20221108024703

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 +8 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20221107024620
3
+ ## 0.0.0-nightly-20221108024703
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
8
8
  - cbe11d1e23: Tweak README
9
9
  - abaed9770e: Improve logging
10
10
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20221107024620
12
- - @backstage/catalog-model@0.0.0-nightly-20221107024620
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20221107024620
14
- - @backstage/types@0.0.0-nightly-20221107024620
15
- - @backstage/catalog-client@0.0.0-nightly-20221107024620
16
- - @backstage/config@0.0.0-nightly-20221107024620
17
- - @backstage/errors@0.0.0-nightly-20221107024620
11
+ - @backstage/backend-common@0.0.0-nightly-20221108024703
12
+ - @backstage/catalog-model@0.0.0-nightly-20221108024703
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221108024703
14
+ - @backstage/types@0.0.0-nightly-20221108024703
15
+ - @backstage/catalog-client@0.0.0-nightly-20221108024703
16
+ - @backstage/config@0.0.0-nightly-20221108024703
17
+ - @backstage/errors@0.0.0-nightly-20221108024703
18
18
 
19
19
  ## 0.17.1-next.0
20
20
 
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-20221107024620",
4
+ "version": "0.0.0-nightly-20221108024703",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,13 +32,13 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.0.0-nightly-20221107024620",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221107024620",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221107024620",
38
- "@backstage/config": "^0.0.0-nightly-20221107024620",
39
- "@backstage/errors": "^0.0.0-nightly-20221107024620",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20221107024620",
41
- "@backstage/types": "^0.0.0-nightly-20221107024620",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20221108024703",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221108024703",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221108024703",
38
+ "@backstage/config": "^0.0.0-nightly-20221108024703",
39
+ "@backstage/errors": "^0.0.0-nightly-20221108024703",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20221108024703",
41
+ "@backstage/types": "^0.0.0-nightly-20221108024703",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
44
44
  "@types/express": "^4.17.6",
@@ -60,7 +60,7 @@
60
60
  "morgan": "^1.10.0",
61
61
  "node-cache": "^5.1.2",
62
62
  "node-fetch": "^2.6.7",
63
- "openid-client": "^5.1.3",
63
+ "openid-client": "^5.2.1",
64
64
  "passport": "^0.6.0",
65
65
  "passport-auth0": "^1.4.3",
66
66
  "passport-bitbucket-oauth2": "^0.1.2",
@@ -76,8 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221107024620",
80
- "@backstage/cli": "^0.0.0-nightly-20221107024620",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221108024703",
80
+ "@backstage/cli": "^0.0.0-nightly-20221108024703",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",