@backstage/plugin-auth-backend 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,12 +11,12 @@
11
11
  The downside of this change is that secure cookies won't be used unless the backend is directly served with HTTPS. This will be remedied in a future update that allows the backend to configured for trusted proxy mode.
12
12
 
13
13
  - Updated dependencies
14
- - @backstage/config@0.0.0-nightly-202201122931
15
- - @backstage/backend-common@0.0.0-nightly-202201122931
16
- - @backstage/errors@0.0.0-nightly-202201122931
17
- - @backstage/catalog-client@0.0.0-nightly-202201122931
18
- - @backstage/catalog-model@0.0.0-nightly-202201122931
19
- - @backstage/types@0.0.0-nightly-202201122931
14
+ - @backstage/config@0.0.0-nightly-202201323044
15
+ - @backstage/backend-common@0.0.0-nightly-202201323044
16
+ - @backstage/errors@0.0.0-nightly-202201323044
17
+ - @backstage/catalog-client@0.0.0-nightly-202201323044
18
+ - @backstage/catalog-model@0.0.0-nightly-202201323044
19
+ - @backstage/types@0.0.0-nightly-202201323044
20
20
 
21
21
  ## 0.6.1
22
22
 
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-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
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/backend-common": "^0.0.0-nightly-202201122931",
34
- "@backstage/catalog-client": "^0.0.0-nightly-202201122931",
35
- "@backstage/catalog-model": "^0.0.0-nightly-202201122931",
36
- "@backstage/config": "^0.0.0-nightly-202201122931",
37
- "@backstage/errors": "^0.0.0-nightly-202201122931",
38
- "@backstage/types": "^0.0.0-nightly-202201122931",
33
+ "@backstage/backend-common": "^0.0.0-nightly-202201323044",
34
+ "@backstage/catalog-client": "^0.0.0-nightly-202201323044",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
36
+ "@backstage/config": "^0.0.0-nightly-202201323044",
37
+ "@backstage/errors": "^0.0.0-nightly-202201323044",
38
+ "@backstage/types": "^0.0.0-nightly-202201323044",
39
39
  "@google-cloud/firestore": "^4.15.1",
40
40
  "@types/express": "^4.17.6",
41
41
  "@types/passport": "^1.0.3",
@@ -73,8 +73,8 @@
73
73
  "yn": "^4.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.0.0-nightly-202201122931",
77
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
76
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
77
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
78
78
  "@types/body-parser": "^1.19.0",
79
79
  "@types/cookie-parser": "^1.4.2",
80
80
  "@types/express-session": "^1.17.2",