@backstage/plugin-auth-node 0.5.5-next.1 → 0.5.5

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 +27 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - c907440: Improved error forwarding for OAuth refresh endpoints
8
+ - 1e624ca: Restrict `@types/express` version range from `*` to `^4.17.6`.
9
+ - 5c9cc05: Use native fetch instead of node-fetch
10
+ - Updated dependencies
11
+ - @backstage/backend-plugin-api@1.1.0
12
+ - @backstage/catalog-client@1.9.0
13
+ - @backstage/errors@1.2.6
14
+ - @backstage/catalog-model@1.7.2
15
+ - @backstage/config@1.3.1
16
+ - @backstage/types@1.2.0
17
+
18
+ ## 0.5.5-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@1.1.0-next.2
24
+ - @backstage/errors@1.2.6-next.0
25
+ - @backstage/catalog-client@1.9.0-next.2
26
+ - @backstage/catalog-model@1.7.2-next.0
27
+ - @backstage/config@1.3.1-next.0
28
+ - @backstage/types@1.2.0
29
+
3
30
  ## 0.5.5-next.1
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.5.5-next.1",
3
+ "version": "0.5.5",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "1.1.0-next.1",
42
- "@backstage/catalog-client": "1.9.0-next.1",
43
- "@backstage/catalog-model": "1.7.1",
44
- "@backstage/config": "1.3.0",
45
- "@backstage/errors": "1.2.5",
46
- "@backstage/types": "1.2.0",
41
+ "@backstage/backend-plugin-api": "^1.1.0",
42
+ "@backstage/catalog-client": "^1.9.0",
43
+ "@backstage/catalog-model": "^1.7.2",
44
+ "@backstage/config": "^1.3.1",
45
+ "@backstage/errors": "^1.2.6",
46
+ "@backstage/types": "^1.2.0",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
49
49
  "express": "^4.17.1",
@@ -56,8 +56,8 @@
56
56
  "zod-validation-error": "^3.4.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "1.2.0-next.1",
60
- "@backstage/cli": "0.29.3-next.1",
59
+ "@backstage/backend-test-utils": "^1.2.0",
60
+ "@backstage/cli": "^0.29.4",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",