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

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-20250105023325
3
+ ## 0.0.0-nightly-20250107023211
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-20250105023325
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250105023325
12
- - @backstage/catalog-client@0.0.0-nightly-20250105023325
13
- - @backstage/catalog-model@0.0.0-nightly-20250105023325
14
- - @backstage/config@0.0.0-nightly-20250105023325
15
- - @backstage/errors@0.0.0-nightly-20250105023325
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
16
16
 
17
17
  ## 0.5.6-next.0
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-20250105023325",
3
+ "version": "0.0.0-nightly-20250107023211",
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-20250105023325",
42
- "@backstage/catalog-client": "0.0.0-nightly-20250105023325",
43
- "@backstage/catalog-model": "0.0.0-nightly-20250105023325",
44
- "@backstage/config": "0.0.0-nightly-20250105023325",
45
- "@backstage/errors": "0.0.0-nightly-20250105023325",
46
- "@backstage/types": "0.0.0-nightly-20250105023325",
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",
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-20250105023325",
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250105023325",
61
- "@backstage/cli": "0.0.0-nightly-20250105023325",
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",
62
62
  "cookie-parser": "^1.4.6",
63
63
  "express-promise-router": "^4.1.1",
64
64
  "lodash": "^4.17.21",