@backstage/plugin-auth-node 0.0.0-nightly-20250101023613 → 0.0.0-nightly-20250102023150

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,13 +1,13 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20250101023613
3
+ ## 0.0.0-nightly-20250102023150
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d9d62ef: Remove some internal usages of the backend-common package
8
8
  - 8379bf4: Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250101023613
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250102023150
11
11
  - @backstage/catalog-client@1.9.0
12
12
  - @backstage/catalog-model@1.7.2
13
13
  - @backstage/config@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-20250101023613",
3
+ "version": "0.0.0-nightly-20250102023150",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250101023613",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250102023150",
42
42
  "@backstage/catalog-client": "1.9.0",
43
43
  "@backstage/catalog-model": "1.7.2",
44
44
  "@backstage/config": "1.3.1",
@@ -56,9 +56,9 @@
56
56
  "zod-validation-error": "^3.4.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-defaults": "0.0.0-nightly-20250101023613",
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250101023613",
61
- "@backstage/cli": "0.0.0-nightly-20250101023613",
59
+ "@backstage/backend-defaults": "0.0.0-nightly-20250102023150",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250102023150",
61
+ "@backstage/cli": "0.0.0-nightly-20250102023150",
62
62
  "cookie-parser": "^1.4.6",
63
63
  "express-promise-router": "^4.1.1",
64
64
  "lodash": "^4.17.21",