@backstage/plugin-auth-node 0.0.0-nightly-20260413031937 → 0.0.0-nightly-20260416031834

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 +18 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20260413031937
3
+ ## 0.0.0-nightly-20260416031834
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/errors@0.0.0-nightly-20260416031834
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260416031834
10
+ - @backstage/catalog-client@0.0.0-nightly-20260416031834
11
+ - @backstage/catalog-model@0.0.0-nightly-20260416031834
12
+ - @backstage/config@0.0.0-nightly-20260416031834
13
+ - @backstage/types@1.2.2
14
+
15
+ ## 0.7.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -31,12 +43,11 @@
31
43
 
32
44
  - 9244b70: Added `OAuthAuthenticatorLogoutResult` type. The `logout` method on `OAuthAuthenticator` can now optionally return `{ logoutUrl }` to trigger a browser redirect after sign-out. This allows providers like Auth0 to clear their session cookies by redirecting to their logout endpoint.
33
45
  - Updated dependencies
34
- - @backstage/backend-plugin-api@0.0.0-nightly-20260413031937
35
- - @backstage/errors@0.0.0-nightly-20260413031937
36
- - @backstage/catalog-client@0.0.0-nightly-20260413031937
37
- - @backstage/catalog-model@0.0.0-nightly-20260413031937
38
- - @backstage/config@0.0.0-nightly-20260413031937
39
- - @backstage/types@1.2.2
46
+ - @backstage/backend-plugin-api@1.9.0
47
+ - @backstage/errors@1.3.0
48
+ - @backstage/catalog-model@1.8.0
49
+ - @backstage/catalog-client@1.15.0
50
+ - @backstage/config@1.3.7
40
51
 
41
52
  ## 0.7.0-next.2
42
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20260413031937",
3
+ "version": "0.0.0-nightly-20260416031834",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,11 +38,11 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260413031937",
42
- "@backstage/catalog-client": "0.0.0-nightly-20260413031937",
43
- "@backstage/catalog-model": "0.0.0-nightly-20260413031937",
44
- "@backstage/config": "0.0.0-nightly-20260413031937",
45
- "@backstage/errors": "0.0.0-nightly-20260413031937",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260416031834",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20260416031834",
43
+ "@backstage/catalog-model": "0.0.0-nightly-20260416031834",
44
+ "@backstage/config": "0.0.0-nightly-20260416031834",
45
+ "@backstage/errors": "0.0.0-nightly-20260416031834",
46
46
  "@backstage/types": "1.2.2",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^4.0.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.0.0-nightly-20260413031937",
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20260413031937",
60
- "@backstage/cli": "0.0.0-nightly-20260413031937",
58
+ "@backstage/backend-defaults": "0.0.0-nightly-20260416031834",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260416031834",
60
+ "@backstage/cli": "0.0.0-nightly-20260416031834",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",