@backstage/plugin-auth-node 0.0.0-nightly-20250508024048 → 0.0.0-nightly-20250509023918

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20250508024048
3
+ ## 0.0.0-nightly-20250509023918
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  The `prepareBackstageIdentityResponse` function will now also forward the `identity` to the response if present in the provided sign-in result.
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250508024048
13
- - @backstage/catalog-client@0.0.0-nightly-20250508024048
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250509023918
13
+ - @backstage/catalog-client@0.0.0-nightly-20250509023918
14
14
  - @backstage/config@1.3.2
15
15
  - @backstage/catalog-model@1.7.3
16
16
  - @backstage/errors@1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20250508024048",
3
+ "version": "0.0.0-nightly-20250509023918",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -37,8 +37,8 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250508024048",
41
- "@backstage/catalog-client": "0.0.0-nightly-20250508024048",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250509023918",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20250509023918",
42
42
  "@backstage/catalog-model": "1.7.3",
43
43
  "@backstage/config": "1.3.2",
44
44
  "@backstage/errors": "1.2.7",
@@ -54,9 +54,9 @@
54
54
  "zod-validation-error": "^3.4.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-defaults": "0.0.0-nightly-20250508024048",
58
- "@backstage/backend-test-utils": "0.0.0-nightly-20250508024048",
59
- "@backstage/cli": "0.0.0-nightly-20250508024048",
57
+ "@backstage/backend-defaults": "0.0.0-nightly-20250509023918",
58
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250509023918",
59
+ "@backstage/cli": "0.0.0-nightly-20250509023918",
60
60
  "cookie-parser": "^1.4.6",
61
61
  "express-promise-router": "^4.1.1",
62
62
  "lodash": "^4.17.21",