@backstage/plugin-auth-node 0.0.0-nightly-20250427023929 → 0.0.0-nightly-20250429023924

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-20250427023929
3
+ ## 0.0.0-nightly-20250429023924
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-20250427023929
13
- - @backstage/catalog-client@0.0.0-nightly-20250427023929
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250429023924
13
+ - @backstage/catalog-client@0.0.0-nightly-20250429023924
14
14
  - @backstage/catalog-model@1.7.3
15
15
  - @backstage/config@1.3.2
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-20250427023929",
3
+ "version": "0.0.0-nightly-20250429023924",
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-20250427023929",
41
- "@backstage/catalog-client": "0.0.0-nightly-20250427023929",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250429023924",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20250429023924",
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-20250427023929",
58
- "@backstage/backend-test-utils": "0.0.0-nightly-20250427023929",
59
- "@backstage/cli": "0.0.0-nightly-20250427023929",
57
+ "@backstage/backend-defaults": "0.0.0-nightly-20250429023924",
58
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250429023924",
59
+ "@backstage/cli": "0.0.0-nightly-20250429023924",
60
60
  "cookie-parser": "^1.4.6",
61
61
  "express-promise-router": "^4.1.1",
62
62
  "lodash": "^4.17.21",