@backstage/plugin-auth-backend 0.0.0-nightly-20220212022325 → 0.0.0-nightly-20220213022110

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-20220212022325
3
+ ## 0.0.0-nightly-20220213022110
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-20220212022325
11
- - @backstage/catalog-client@0.0.0-nightly-20220212022325
12
- - @backstage/errors@0.0.0-nightly-20220212022325
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20220212022325
14
- - @backstage/catalog-model@0.0.0-nightly-20220212022325
10
+ - @backstage/backend-common@0.0.0-nightly-20220213022110
11
+ - @backstage/catalog-client@0.0.0-nightly-20220213022110
12
+ - @backstage/errors@0.0.0-nightly-20220213022110
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20220213022110
14
+ - @backstage/catalog-model@0.0.0-nightly-20220213022110
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-20220212022325",
4
+ "version": "0.0.0-nightly-20220213022110",
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-20220212022325",
34
- "@backstage/backend-common": "^0.0.0-nightly-20220212022325",
35
- "@backstage/catalog-client": "^0.0.0-nightly-20220212022325",
36
- "@backstage/catalog-model": "^0.0.0-nightly-20220212022325",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20220213022110",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20220213022110",
35
+ "@backstage/catalog-client": "^0.0.0-nightly-20220213022110",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220213022110",
37
37
  "@backstage/config": "^0.1.13",
38
- "@backstage/errors": "^0.0.0-nightly-20220212022325",
38
+ "@backstage/errors": "^0.0.0-nightly-20220213022110",
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-20220212022325",
78
- "@backstage/test-utils": "^0.0.0-nightly-20220212022325",
77
+ "@backstage/cli": "^0.0.0-nightly-20220213022110",
78
+ "@backstage/test-utils": "^0.0.0-nightly-20220213022110",
79
79
  "@types/body-parser": "^1.19.0",
80
80
  "@types/cookie-parser": "^1.4.2",
81
81
  "@types/express-session": "^1.17.2",