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

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 +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e055079f0: Increased key field size for signing_keys table to account for larger signature keys
8
+ - f6aae90e4e: Added configurable algorithm field for TokenFactory
9
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
10
+ - bc6fb57094: Updated dependency `passport` to `^0.6.0`.
11
+ - 467facc6ea: Fix improper binding of 'this' in ALB Auth provider
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.14.0
14
+ - @backstage/plugin-auth-node@0.2.2
15
+ - @backstage/catalog-client@1.0.3
16
+ - @backstage/catalog-model@1.0.3
17
+
3
18
  ## 0.14.1-next.2
4
19
 
5
20
  ### 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.14.1-next.2",
4
+ "version": "0.14.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,12 +33,12 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.14.0-next.2",
37
- "@backstage/catalog-client": "^1.0.3-next.0",
38
- "@backstage/catalog-model": "^1.0.3-next.0",
36
+ "@backstage/backend-common": "^0.14.0",
37
+ "@backstage/catalog-client": "^1.0.3",
38
+ "@backstage/catalog-model": "^1.0.3",
39
39
  "@backstage/config": "^1.0.1",
40
40
  "@backstage/errors": "^1.0.0",
41
- "@backstage/plugin-auth-node": "^0.2.2-next.2",
41
+ "@backstage/plugin-auth-node": "^0.2.2",
42
42
  "@backstage/types": "^1.0.0",
43
43
  "@google-cloud/firestore": "^5.0.2",
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.1.25-next.2",
80
- "@backstage/cli": "^0.17.2-next.2",
79
+ "@backstage/backend-test-utils": "^0.1.25",
80
+ "@backstage/cli": "^0.17.2",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",
@@ -97,5 +97,5 @@
97
97
  "config.d.ts"
98
98
  ],
99
99
  "configSchema": "config.d.ts",
100
- "gitHead": "afc672d59763a835574e6c47819107d22cfd1ad7"
100
+ "gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee"
101
101
  }