@backstage/plugin-auth-node 0.7.4-next.0 → 0.7.4

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 +9 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 7ca2955: Fix OAuth start handler crashing with a 500 error on malformed origins, now returns a 400 error.
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.10.0
10
+ - @backstage/backend-plugin-api@1.10.0
11
+
3
12
  ## 0.7.4-next.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.7.4-next.0",
3
+ "version": "0.7.4",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,12 +38,12 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "1.10.0-next.0",
42
- "@backstage/catalog-client": "1.16.1",
43
- "@backstage/catalog-model": "1.9.0",
44
- "@backstage/config": "1.3.8",
45
- "@backstage/errors": "1.3.1",
46
- "@backstage/types": "1.2.2",
41
+ "@backstage/backend-plugin-api": "^1.10.0",
42
+ "@backstage/catalog-client": "^1.16.1",
43
+ "@backstage/catalog-model": "^1.10.0",
44
+ "@backstage/config": "^1.3.8",
45
+ "@backstage/errors": "^1.3.1",
46
+ "@backstage/types": "^1.2.2",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
49
49
  "express": "^4.22.0",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^5.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.17.6-next.0",
59
- "@backstage/backend-test-utils": "1.11.6-next.0",
60
- "@backstage/cli": "0.36.4",
58
+ "@backstage/backend-defaults": "^0.17.7",
59
+ "@backstage/backend-test-utils": "^1.11.6",
60
+ "@backstage/cli": "^0.36.5",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "msw": "^2.0.0",