@backstage/plugin-auth-node 0.0.0-nightly-20241201024112 → 0.0.0-nightly-20241203023801

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 +4 -3
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20241201024112
3
+ ## 0.0.0-nightly-20241203023801
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c907440: Improved error forwarding for OAuth refresh endpoints
8
8
  - 1e624ca: Restrict `@types/express` version range from `*` to `^4.17.6`.
9
+ - 5c9cc05: Use native fetch instead of node-fetch
9
10
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20241201024112
11
- - @backstage/catalog-client@0.0.0-nightly-20241201024112
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241203023801
12
+ - @backstage/catalog-client@0.0.0-nightly-20241203023801
12
13
  - @backstage/catalog-model@1.7.1
13
14
  - @backstage/config@1.3.0
14
15
  - @backstage/errors@1.2.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20241201024112",
3
+ "version": "0.0.0-nightly-20241203023801",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241201024112",
42
- "@backstage/catalog-client": "0.0.0-nightly-20241201024112",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241203023801",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20241203023801",
43
43
  "@backstage/catalog-model": "1.7.1",
44
44
  "@backstage/config": "1.3.0",
45
45
  "@backstage/errors": "1.2.5",
@@ -49,7 +49,6 @@
49
49
  "express": "^4.17.1",
50
50
  "jose": "^5.0.0",
51
51
  "lodash": "^4.17.21",
52
- "node-fetch": "^2.7.0",
53
52
  "passport": "^0.7.0",
54
53
  "winston": "^3.2.1",
55
54
  "zod": "^3.22.4",
@@ -57,8 +56,8 @@
57
56
  "zod-validation-error": "^3.4.0"
58
57
  },
59
58
  "devDependencies": {
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20241201024112",
61
- "@backstage/cli": "0.0.0-nightly-20241201024112",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241203023801",
60
+ "@backstage/cli": "0.0.0-nightly-20241203023801",
62
61
  "cookie-parser": "^1.4.6",
63
62
  "express-promise-router": "^4.1.1",
64
63
  "lodash": "^4.17.21",