@backstage/plugin-auth-node 0.0.0-nightly-20250110023305 → 0.0.0-nightly-20250111023223

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 +7 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20250110023305
3
+ ## 0.0.0-nightly-20250111023223
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/types@0.0.0-nightly-20250110023305
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250110023305
12
- - @backstage/catalog-client@0.0.0-nightly-20250110023305
13
- - @backstage/catalog-model@0.0.0-nightly-20250110023305
14
- - @backstage/config@0.0.0-nightly-20250110023305
15
- - @backstage/errors@0.0.0-nightly-20250110023305
10
+ - @backstage/types@0.0.0-nightly-20250111023223
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250111023223
12
+ - @backstage/catalog-client@0.0.0-nightly-20250111023223
13
+ - @backstage/catalog-model@0.0.0-nightly-20250111023223
14
+ - @backstage/config@0.0.0-nightly-20250111023223
15
+ - @backstage/errors@0.0.0-nightly-20250111023223
16
16
 
17
17
  ## 0.5.6-next.1
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20250110023305",
3
+ "version": "0.0.0-nightly-20250111023223",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250110023305",
42
- "@backstage/catalog-client": "0.0.0-nightly-20250110023305",
43
- "@backstage/catalog-model": "0.0.0-nightly-20250110023305",
44
- "@backstage/config": "0.0.0-nightly-20250110023305",
45
- "@backstage/errors": "0.0.0-nightly-20250110023305",
46
- "@backstage/types": "0.0.0-nightly-20250110023305",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250111023223",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20250111023223",
43
+ "@backstage/catalog-model": "0.0.0-nightly-20250111023223",
44
+ "@backstage/config": "0.0.0-nightly-20250111023223",
45
+ "@backstage/errors": "0.0.0-nightly-20250111023223",
46
+ "@backstage/types": "0.0.0-nightly-20250111023223",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
49
49
  "express": "^4.17.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-20250110023305",
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250110023305",
61
- "@backstage/cli": "0.0.0-nightly-20250110023305",
59
+ "@backstage/backend-defaults": "0.0.0-nightly-20250111023223",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250111023223",
61
+ "@backstage/cli": "0.0.0-nightly-20250111023223",
62
62
  "cookie-parser": "^1.4.6",
63
63
  "express-promise-router": "^4.1.1",
64
64
  "lodash": "^4.17.21",