@backstage/plugin-auth-backend 0.0.0-nightly-20220214021635 → 0.0.0-nightly-20220215022550

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20220214021635
3
+ ## 0.0.0-nightly-20220215022550
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
8
  - a31559d1f5: Bump `passport-oauth2` to version 1.6.1
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20220214021635
11
- - @backstage/catalog-client@0.0.0-nightly-20220214021635
12
- - @backstage/errors@0.0.0-nightly-20220214021635
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20220214021635
14
- - @backstage/catalog-model@0.0.0-nightly-20220214021635
10
+ - @backstage/backend-common@0.0.0-nightly-20220215022550
11
+ - @backstage/catalog-client@0.0.0-nightly-20220215022550
12
+ - @backstage/errors@0.0.0-nightly-20220215022550
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20220215022550
14
+ - @backstage/catalog-model@0.0.0-nightly-20220215022550
15
15
 
16
16
  ## 0.10.0
17
17
 
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-20220214021635",
4
+ "version": "0.0.0-nightly-20220215022550",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,12 +30,12 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20220214021635",
34
- "@backstage/backend-common": "^0.0.0-nightly-20220214021635",
35
- "@backstage/catalog-client": "^0.0.0-nightly-20220214021635",
36
- "@backstage/catalog-model": "^0.0.0-nightly-20220214021635",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20220215022550",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20220215022550",
35
+ "@backstage/catalog-client": "^0.0.0-nightly-20220215022550",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220215022550",
37
37
  "@backstage/config": "^0.1.13",
38
- "@backstage/errors": "^0.0.0-nightly-20220214021635",
38
+ "@backstage/errors": "^0.0.0-nightly-20220215022550",
39
39
  "@backstage/types": "^0.1.1",
40
40
  "@google-cloud/firestore": "^5.0.2",
41
41
  "@types/express": "^4.17.6",
@@ -74,8 +74,8 @@
74
74
  "yn": "^4.0.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "^0.0.0-nightly-20220214021635",
78
- "@backstage/test-utils": "^0.0.0-nightly-20220214021635",
77
+ "@backstage/cli": "^0.0.0-nightly-20220215022550",
78
+ "@backstage/test-utils": "^0.0.0-nightly-20220215022550",
79
79
  "@types/body-parser": "^1.19.0",
80
80
  "@types/cookie-parser": "^1.4.2",
81
81
  "@types/express-session": "^1.17.2",