@backstage/plugin-auth-node 0.0.0-nightly-20250828023739 → 0.0.0-nightly-20250829023731

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,12 +1,12 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20250828023739
3
+ ## 0.0.0-nightly-20250829023731
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3aff9e1: Changes OAuth cookies from domain-scoped to host-only by avoid setting the domain attribute in the default cookie configurer.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250828023739
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250829023731
10
10
  - @backstage/catalog-client@1.11.0
11
11
  - @backstage/catalog-model@1.7.5
12
12
  - @backstage/config@1.3.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20250828023739",
3
+ "version": "0.0.0-nightly-20250829023731",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -37,7 +37,7 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250828023739",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250829023731",
41
41
  "@backstage/catalog-client": "1.11.0",
42
42
  "@backstage/catalog-model": "1.7.5",
43
43
  "@backstage/config": "1.3.3",
@@ -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-20250828023739",
58
- "@backstage/backend-test-utils": "0.0.0-nightly-20250828023739",
59
- "@backstage/cli": "0.0.0-nightly-20250828023739",
57
+ "@backstage/backend-defaults": "0.0.0-nightly-20250829023731",
58
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250829023731",
59
+ "@backstage/cli": "0.0.0-nightly-20250829023731",
60
60
  "cookie-parser": "^1.4.6",
61
61
  "express-promise-router": "^4.1.1",
62
62
  "lodash": "^4.17.21",