@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20250218023004 → 0.0.0-nightly-20250226023220

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 +22 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.0.0-nightly-20250218023004
3
+ ## 0.0.0-nightly-20250226023220
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250226023220
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250226023220
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250226023220
11
+
12
+ ## 0.5.6-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-auth-node@0.6.1-next.0
18
+ - @backstage/backend-plugin-api@1.2.1-next.0
19
+ - @backstage/plugin-catalog-node@1.16.1-next.0
20
+
21
+ ## 0.5.5
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 4e073c7: Use new `PermissionsRegistryService` instead of the deprecated `catalogPermissionExtensionPoint`.
8
26
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250218023004
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250218023004
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20250218023004
27
+ - @backstage/backend-plugin-api@1.2.0
28
+ - @backstage/plugin-catalog-node@1.16.0
29
+ - @backstage/plugin-auth-node@0.6.0
12
30
  - @backstage/catalog-model@1.7.3
13
31
  - @backstage/errors@1.2.7
14
32
  - @backstage/plugin-catalog-unprocessed-entities-common@0.0.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-unprocessed",
3
- "version": "0.0.0-nightly-20250218023004",
3
+ "version": "0.0.0-nightly-20250226023220",
4
4
  "description": "Backstage Catalog module to view unprocessed entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,18 +37,18 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@backstage/backend-common": "^0.25.0",
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250218023004",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250226023220",
41
41
  "@backstage/catalog-model": "1.7.3",
42
42
  "@backstage/errors": "1.2.7",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250218023004",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250218023004",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250226023220",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250226023220",
45
45
  "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.7",
46
46
  "@backstage/plugin-permission-common": "0.8.4",
47
47
  "express-promise-router": "^4.1.1",
48
48
  "knex": "^3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.0.0-nightly-20250218023004",
51
+ "@backstage/cli": "0.30.0",
52
52
  "@types/express": "^4.17.6"
53
53
  },
54
54
  "typesVersions": {