@backstage/plugin-auth-node 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250117022919

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-20250114022708
3
+ ## 0.0.0-nightly-20250117022919
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250117022919
9
+ - @backstage/catalog-client@1.9.1
10
+ - @backstage/catalog-model@1.7.3
11
+ - @backstage/config@1.3.2
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.1
14
+
15
+ ## 0.5.6
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - d9d62ef: Remove some internal usages of the backend-common package
8
20
  - 8379bf4: Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
9
21
  - Updated dependencies
10
- - @backstage/types@0.0.0-nightly-20250114022708
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250114022708
12
- - @backstage/catalog-client@0.0.0-nightly-20250114022708
13
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
14
- - @backstage/config@0.0.0-nightly-20250114022708
15
- - @backstage/errors@0.0.0-nightly-20250114022708
22
+ - @backstage/types@1.2.1
23
+ - @backstage/backend-plugin-api@1.1.1
24
+ - @backstage/catalog-client@1.9.1
25
+ - @backstage/catalog-model@1.7.3
26
+ - @backstage/config@1.3.2
27
+ - @backstage/errors@1.2.7
16
28
 
17
29
  ## 0.5.6-next.1
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-20250114022708",
3
+ "version": "0.0.0-nightly-20250117022919",
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-20250114022708",
42
- "@backstage/catalog-client": "0.0.0-nightly-20250114022708",
43
- "@backstage/catalog-model": "0.0.0-nightly-20250114022708",
44
- "@backstage/config": "0.0.0-nightly-20250114022708",
45
- "@backstage/errors": "0.0.0-nightly-20250114022708",
46
- "@backstage/types": "0.0.0-nightly-20250114022708",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250117022919",
42
+ "@backstage/catalog-client": "1.9.1",
43
+ "@backstage/catalog-model": "1.7.3",
44
+ "@backstage/config": "1.3.2",
45
+ "@backstage/errors": "1.2.7",
46
+ "@backstage/types": "1.2.1",
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-20250114022708",
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250114022708",
61
- "@backstage/cli": "0.0.0-nightly-20250114022708",
59
+ "@backstage/backend-defaults": "0.0.0-nightly-20250117022919",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250117022919",
61
+ "@backstage/cli": "0.0.0-nightly-20250117022919",
62
62
  "cookie-parser": "^1.4.6",
63
63
  "express-promise-router": "^4.1.1",
64
64
  "lodash": "^4.17.21",