@backstage/plugin-auth-backend 0.0.0-nightly-20221129023337 → 0.0.0-nightly-20221130023322

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,18 +1,31 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20221129023337
3
+ ## 0.0.0-nightly-20221130023322
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
8
  - Updated dependencies
9
- - @backstage/catalog-client@0.0.0-nightly-20221129023337
10
- - @backstage/backend-common@0.0.0-nightly-20221129023337
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20221129023337
12
- - @backstage/types@0.0.0-nightly-20221129023337
13
- - @backstage/catalog-model@0.0.0-nightly-20221129023337
14
- - @backstage/config@0.0.0-nightly-20221129023337
15
- - @backstage/errors@0.0.0-nightly-20221129023337
9
+ - @backstage/catalog-client@0.0.0-nightly-20221130023322
10
+ - @backstage/backend-common@0.0.0-nightly-20221130023322
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221130023322
12
+ - @backstage/types@0.0.0-nightly-20221130023322
13
+ - @backstage/catalog-model@0.0.0-nightly-20221130023322
14
+ - @backstage/config@0.0.0-nightly-20221130023322
15
+ - @backstage/errors@0.0.0-nightly-20221130023322
16
+
17
+ ## 0.17.2-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.17.0-next.1
23
+ - @backstage/types@1.0.2-next.1
24
+ - @backstage/plugin-auth-node@0.2.8-next.1
25
+ - @backstage/config@1.0.5-next.1
26
+ - @backstage/catalog-client@1.2.0-next.1
27
+ - @backstage/catalog-model@1.1.4-next.1
28
+ - @backstage/errors@1.1.4-next.1
16
29
 
17
30
  ## 0.17.2-next.0
18
31
 
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-20221129023337",
4
+ "version": "0.0.0-nightly-20221130023322",
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-20221129023337",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221129023337",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221129023337",
38
- "@backstage/config": "^0.0.0-nightly-20221129023337",
39
- "@backstage/errors": "^0.0.0-nightly-20221129023337",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20221129023337",
41
- "@backstage/types": "^0.0.0-nightly-20221129023337",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20221130023322",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221130023322",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221130023322",
38
+ "@backstage/config": "^0.0.0-nightly-20221130023322",
39
+ "@backstage/errors": "^0.0.0-nightly-20221130023322",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20221130023322",
41
+ "@backstage/types": "^0.0.0-nightly-20221130023322",
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-20221129023337",
80
- "@backstage/cli": "^0.0.0-nightly-20221129023337",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221130023322",
80
+ "@backstage/cli": "^0.0.0-nightly-20221130023322",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",