@backstage/plugin-catalog-unprocessed-entities-common 0.0.0-nightly-20251216024726 → 0.0.0-nightly-20260116025035

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 +10 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities-common
2
2
 
3
- ## 0.0.0-nightly-20251216024726
3
+ ## 0.0.0-nightly-20260116025035
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260116025035
9
+ - @backstage/catalog-model@1.7.6
10
+ - @backstage/errors@1.2.7
11
+
12
+ ## 0.0.12
4
13
 
5
14
  ### Patch Changes
6
15
 
@@ -15,11 +24,6 @@
15
24
  All those types, clients and interfaces are re-exported temporarily in the
16
25
  `@backstage/plugin-catalog-unprocessed-entities` package until cleaned up.
17
26
 
18
- - Updated dependencies
19
- - @backstage/catalog-model@1.7.6
20
- - @backstage/errors@1.2.7
21
- - @backstage/plugin-permission-common@0.9.3
22
-
23
27
  ## 0.0.12-next.0
24
28
 
25
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities-common",
3
- "version": "0.0.0-nightly-20251216024726",
3
+ "version": "0.0.0-nightly-20260116025035",
4
4
  "description": "Common functionalities for the catalog-unprocessed-entities plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -39,10 +39,10 @@
39
39
  "dependencies": {
40
40
  "@backstage/catalog-model": "1.7.6",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-permission-common": "0.9.3"
42
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260116025035"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "0.0.0-nightly-20251216024726"
45
+ "@backstage/cli": "0.0.0-nightly-20260116025035"
46
46
  },
47
47
  "typesVersions": {
48
48
  "*": {