@backstage/plugin-auth-backend 0.0.0-nightly-20221115024001 → 0.0.0-nightly-20221119023555

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 +21 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20221115024001
3
+ ## 0.0.0-nightly-20221119023555
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-client@0.0.0-nightly-20221119023555
9
+ - @backstage/types@0.0.0-nightly-20221119023555
10
+ - @backstage/backend-common@0.0.0-nightly-20221119023555
11
+ - @backstage/catalog-model@0.0.0-nightly-20221119023555
12
+ - @backstage/config@0.0.0-nightly-20221119023555
13
+ - @backstage/errors@0.0.0-nightly-20221119023555
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221119023555
15
+
16
+ ## 0.17.1
4
17
 
5
18
  ### Patch Changes
6
19
 
@@ -10,13 +23,13 @@
10
23
  - abaed9770e: Improve logging
11
24
  - d80833fe0c: Inject optional `CatalogApi` into auth-backend `createRouter` function. This will enable developers to use customized `CatalogApi` when creating the router.
12
25
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20221115024001
14
- - @backstage/catalog-model@0.0.0-nightly-20221115024001
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20221115024001
16
- - @backstage/types@0.0.0-nightly-20221115024001
17
- - @backstage/catalog-client@0.0.0-nightly-20221115024001
18
- - @backstage/config@0.0.0-nightly-20221115024001
19
- - @backstage/errors@0.0.0-nightly-20221115024001
26
+ - @backstage/backend-common@0.16.0
27
+ - @backstage/catalog-model@1.1.3
28
+ - @backstage/plugin-auth-node@0.2.7
29
+ - @backstage/types@1.0.1
30
+ - @backstage/catalog-client@1.1.2
31
+ - @backstage/config@1.0.4
32
+ - @backstage/errors@1.1.3
20
33
 
21
34
  ## 0.17.1-next.1
22
35
 
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-20221115024001",
4
+ "version": "0.0.0-nightly-20221119023555",
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-20221115024001",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221115024001",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221115024001",
38
- "@backstage/config": "^0.0.0-nightly-20221115024001",
39
- "@backstage/errors": "^0.0.0-nightly-20221115024001",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20221115024001",
41
- "@backstage/types": "^0.0.0-nightly-20221115024001",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20221119023555",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221119023555",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221119023555",
38
+ "@backstage/config": "^0.0.0-nightly-20221119023555",
39
+ "@backstage/errors": "^0.0.0-nightly-20221119023555",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20221119023555",
41
+ "@backstage/types": "^0.0.0-nightly-20221119023555",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
44
44
  "@types/express": "^4.17.6",
@@ -76,8 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221115024001",
80
- "@backstage/cli": "^0.0.0-nightly-20221115024001",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221119023555",
80
+ "@backstage/cli": "^0.0.0-nightly-20221119023555",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",