@backstage/plugin-auth-node 0.7.5 → 0.7.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 +24 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,10 +1,32 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.7.5
3
+ ## 0.7.6
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fc5e30a: OAuth profile normalization now respects matching negative email verification information supplied by the provider.
7
+ - 507e65a: OAuth profile normalization now respects matching negative email verification information supplied by the provider.
8
+ - Updated dependencies
9
+ - @backstage/catalog-client@1.16.2
10
+ - @backstage/catalog-model@1.10.1
11
+ - @backstage/config@1.3.9
12
+ - @backstage/backend-plugin-api@1.10.1
13
+
14
+ ## 0.7.5-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/config@1.3.9-next.0
20
+ - @backstage/catalog-client@1.16.2-next.1
21
+ - @backstage/backend-plugin-api@1.10.1-next.1
22
+
23
+ ## 0.7.5-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/catalog-client@1.16.2-next.0
29
+ - @backstage/backend-plugin-api@1.10.1-next.0
8
30
 
9
31
  ## 0.7.4
10
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,10 +38,10 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
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",
41
+ "@backstage/backend-plugin-api": "^1.10.1",
42
+ "@backstage/catalog-client": "^1.16.2",
43
+ "@backstage/catalog-model": "^1.10.1",
44
+ "@backstage/config": "^1.3.9",
45
45
  "@backstage/errors": "^1.3.1",
46
46
  "@backstage/types": "^1.2.2",
47
47
  "@types/express": "^4.17.6",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^5.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "^0.17.8",
59
- "@backstage/backend-test-utils": "^1.11.6",
60
- "@backstage/cli": "^0.36.5",
58
+ "@backstage/backend-defaults": "^0.18.0",
59
+ "@backstage/backend-test-utils": "^1.11.7",
60
+ "@backstage/cli": "^0.36.6",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "msw": "^2.0.0",