@backstage/plugin-auth-node 0.0.0-nightly-20251207025219 → 0.0.0-nightly-20251208024454

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20251207025219
3
+ ## 0.0.0-nightly-20251208024454
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,7 @@
8
8
  - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
9
9
  - e9dd634: fix flawed cookie removal logic with chunked tokens
10
10
  - Updated dependencies
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20251207025219
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251208024454
12
12
  - @backstage/catalog-client@1.12.1
13
13
  - @backstage/catalog-model@1.7.6
14
14
  - @backstage/config@1.3.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20251207025219",
3
+ "version": "0.0.0-nightly-20251208024454",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,7 +38,7 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251207025219",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251208024454",
42
42
  "@backstage/catalog-client": "1.12.1",
43
43
  "@backstage/catalog-model": "1.7.6",
44
44
  "@backstage/config": "1.3.6",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^3.4.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.0.0-nightly-20251207025219",
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20251207025219",
60
- "@backstage/cli": "0.0.0-nightly-20251207025219",
58
+ "@backstage/backend-defaults": "0.0.0-nightly-20251208024454",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251208024454",
60
+ "@backstage/cli": "0.0.0-nightly-20251208024454",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",