@backstage/plugin-auth-node 0.0.0-nightly-20260625032153 → 0.0.0-nightly-20260626032136

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,13 +1,13 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20260625032153
3
+ ## 0.0.0-nightly-20260626032136
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 28c1c1c: Synced zod-validation-error versions between packages
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260625032153
10
- - @backstage/catalog-client@0.0.0-nightly-20260625032153
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260626032136
10
+ - @backstage/catalog-client@0.0.0-nightly-20260626032136
11
11
  - @backstage/catalog-model@1.9.0
12
12
  - @backstage/config@1.3.8
13
13
  - @backstage/errors@1.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20260625032153",
3
+ "version": "0.0.0-nightly-20260626032136",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,8 +38,8 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260625032153",
42
- "@backstage/catalog-client": "0.0.0-nightly-20260625032153",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260626032136",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20260626032136",
43
43
  "@backstage/catalog-model": "1.9.0",
44
44
  "@backstage/config": "1.3.8",
45
45
  "@backstage/errors": "1.3.1",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^5.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.0.0-nightly-20260625032153",
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20260625032153",
60
- "@backstage/cli": "0.0.0-nightly-20260625032153",
58
+ "@backstage/backend-defaults": "0.0.0-nightly-20260626032136",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260626032136",
60
+ "@backstage/cli": "0.0.0-nightly-20260626032136",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "msw": "^1.0.0",