@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20250909023757 → 0.0.0-nightly-20250910023713

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 +12 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,26 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.0.0-nightly-20250909023757
3
+ ## 0.0.0-nightly-20250910023713
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250909023757
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250909023757
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250909023757
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250910023713
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250910023713
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250910023713
11
11
  - @backstage/catalog-model@1.7.5
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/plugin-catalog-unprocessed-entities-common@0.0.9
14
14
  - @backstage/plugin-permission-common@0.9.1
15
15
 
16
+ ## 0.6.4-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-auth-node@0.6.7-next.1
22
+ - @backstage/plugin-catalog-node@1.19.0-next.1
23
+
16
24
  ## 0.6.4-next.0
17
25
 
18
26
  ### Patch Changes
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-20250909023757",
3
+ "version": "0.0.0-nightly-20250910023713",
4
4
  "description": "Backstage Catalog module to view unprocessed entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,18 +36,18 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250909023757",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250910023713",
40
40
  "@backstage/catalog-model": "1.7.5",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250909023757",
43
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250909023757",
42
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250910023713",
43
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250910023713",
44
44
  "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.9",
45
45
  "@backstage/plugin-permission-common": "0.9.1",
46
46
  "express-promise-router": "^4.1.1",
47
47
  "knex": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "0.0.0-nightly-20250909023757",
50
+ "@backstage/cli": "0.0.0-nightly-20250910023713",
51
51
  "@types/express": "^4.17.6"
52
52
  },
53
53
  "typesVersions": {