@backstage/plugin-auth-backend 0.0.0-nightly-20221018030035 → 0.0.0-nightly-20221021024853

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