@backstage/plugin-auth-backend 0.0.0-nightly-20221010030156 → 0.0.0-nightly-20221011025843

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 +7 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20221010030156
3
+ ## 0.0.0-nightly-20221011025843
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,13 +17,13 @@
17
17
  - b5c126010c: Auth0 provider now supports optional `connection` and `connectionScope` parameters to configure social identity providers.
18
18
  - 8c6ec175bf: Fix GitLab provider setup so that it supports GitLab installations with a path in the URL.
19
19
  - Updated dependencies
20
- - @backstage/catalog-model@0.0.0-nightly-20221010030156
21
- - @backstage/backend-common@0.0.0-nightly-20221010030156
22
- - @backstage/catalog-client@0.0.0-nightly-20221010030156
23
- - @backstage/config@0.0.0-nightly-20221010030156
24
- - @backstage/errors@0.0.0-nightly-20221010030156
20
+ - @backstage/catalog-model@0.0.0-nightly-20221011025843
21
+ - @backstage/backend-common@0.0.0-nightly-20221011025843
22
+ - @backstage/catalog-client@0.0.0-nightly-20221011025843
23
+ - @backstage/config@0.0.0-nightly-20221011025843
24
+ - @backstage/errors@0.0.0-nightly-20221011025843
25
25
  - @backstage/types@1.0.0
26
- - @backstage/plugin-auth-node@0.0.0-nightly-20221010030156
26
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221011025843
27
27
 
28
28
  ## 0.17.0-next.1
29
29
 
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-20221010030156",
4
+ "version": "0.0.0-nightly-20221011025843",
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-20221010030156",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221010030156",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221010030156",
38
- "@backstage/config": "^0.0.0-nightly-20221010030156",
39
- "@backstage/errors": "^0.0.0-nightly-20221010030156",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20221010030156",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20221011025843",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221011025843",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221011025843",
38
+ "@backstage/config": "^0.0.0-nightly-20221011025843",
39
+ "@backstage/errors": "^0.0.0-nightly-20221011025843",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20221011025843",
41
41
  "@backstage/types": "^1.0.0",
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-20221010030156",
80
- "@backstage/cli": "^0.0.0-nightly-20221010030156",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221011025843",
80
+ "@backstage/cli": "^0.0.0-nightly-20221011025843",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",