@backstage/plugin-catalog-unprocessed-entities-common 0.0.0-nightly-20251216024726 → 0.0.0-nightly-20260115025113
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.
- package/CHANGELOG.md +10 -6
- 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-
|
|
3
|
+
## 0.0.0-nightly-20260115025113
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20260115025113
|
|
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-
|
|
3
|
+
"version": "0.0.0-nightly-20260115025113",
|
|
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.
|
|
42
|
+
"@backstage/plugin-permission-common": "0.0.0-nightly-20260115025113"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
45
|
+
"@backstage/cli": "0.0.0-nightly-20260115025113"
|
|
46
46
|
},
|
|
47
47
|
"typesVersions": {
|
|
48
48
|
"*": {
|