@backstage/plugin-auth-node 0.0.0-nightly-20250107023211 → 0.0.0-nightly-20250109024427

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 +19 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20250107023211
3
+ ## 0.0.0-nightly-20250109024427
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-20250107023211
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250107023211
12
- - @backstage/catalog-client@0.0.0-nightly-20250107023211
13
- - @backstage/catalog-model@0.0.0-nightly-20250107023211
14
- - @backstage/config@0.0.0-nightly-20250107023211
15
- - @backstage/errors@0.0.0-nightly-20250107023211
10
+ - @backstage/types@0.0.0-nightly-20250109024427
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250109024427
12
+ - @backstage/catalog-client@0.0.0-nightly-20250109024427
13
+ - @backstage/catalog-model@0.0.0-nightly-20250109024427
14
+ - @backstage/config@0.0.0-nightly-20250109024427
15
+ - @backstage/errors@0.0.0-nightly-20250109024427
16
+
17
+ ## 0.5.6-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/types@1.2.1-next.0
23
+ - @backstage/backend-plugin-api@1.1.1-next.1
24
+ - @backstage/catalog-model@1.7.3-next.0
25
+ - @backstage/config@1.3.2-next.0
26
+ - @backstage/errors@1.2.7-next.0
27
+ - @backstage/catalog-client@1.9.1-next.0
16
28
 
17
29
  ## 0.5.6-next.0
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20250107023211",
3
+ "version": "0.0.0-nightly-20250109024427",
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-20250107023211",
42
- "@backstage/catalog-client": "0.0.0-nightly-20250107023211",
43
- "@backstage/catalog-model": "0.0.0-nightly-20250107023211",
44
- "@backstage/config": "0.0.0-nightly-20250107023211",
45
- "@backstage/errors": "0.0.0-nightly-20250107023211",
46
- "@backstage/types": "0.0.0-nightly-20250107023211",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250109024427",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20250109024427",
43
+ "@backstage/catalog-model": "0.0.0-nightly-20250109024427",
44
+ "@backstage/config": "0.0.0-nightly-20250109024427",
45
+ "@backstage/errors": "0.0.0-nightly-20250109024427",
46
+ "@backstage/types": "0.0.0-nightly-20250109024427",
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-20250107023211",
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250107023211",
61
- "@backstage/cli": "0.0.0-nightly-20250107023211",
59
+ "@backstage/backend-defaults": "0.0.0-nightly-20250109024427",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250109024427",
61
+ "@backstage/cli": "0.0.0-nightly-20250109024427",
62
62
  "cookie-parser": "^1.4.6",
63
63
  "express-promise-router": "^4.1.1",
64
64
  "lodash": "^4.17.21",