@backstage/plugin-auth-backend 0.18.6-next.2 → 0.18.6

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.18.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 16452cd007ae: Updated `frameHandler` to return `undefined` when using the redirect flow instead of returning `postMessageReponse` which was causing errors
8
+ - 9dad4b0e61bd: Updated config schema to match what was being used in code
9
+ - bb70a9c3886a: Add frontend visibility to provider objects in `auth` config.
10
+ - Updated dependencies
11
+ - @backstage/backend-common@0.19.2
12
+ - @backstage/plugin-auth-node@0.2.17
13
+ - @backstage/catalog-client@1.4.3
14
+ - @backstage/catalog-model@1.4.1
15
+ - @backstage/config@1.0.8
16
+ - @backstage/errors@1.2.1
17
+ - @backstage/types@1.1.0
18
+
3
19
  ## 0.18.6-next.2
4
20
 
5
21
  ### Patch Changes
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.18.6-next.2",
4
+ "version": "0.18.6",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.19.2-next.2",
35
+ "@backstage/backend-common": "^0.19.2",
36
36
  "@backstage/catalog-client": "^1.4.3",
37
37
  "@backstage/catalog-model": "^1.4.1",
38
38
  "@backstage/config": "^1.0.8",
39
39
  "@backstage/errors": "^1.2.1",
40
- "@backstage/plugin-auth-node": "^0.2.17-next.2",
40
+ "@backstage/plugin-auth-node": "^0.2.17",
41
41
  "@backstage/types": "^1.1.0",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
@@ -77,8 +77,8 @@
77
77
  "yn": "^4.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-test-utils": "^0.2.0-next.2",
81
- "@backstage/cli": "^0.22.10-next.1",
80
+ "@backstage/backend-test-utils": "^0.2.0",
81
+ "@backstage/cli": "^0.22.10",
82
82
  "@types/body-parser": "^1.19.0",
83
83
  "@types/cookie-parser": "^1.4.2",
84
84
  "@types/express-session": "^1.17.2",