@backstage/plugin-catalog-unprocessed-entities-common 0.0.15 → 0.0.16-next.1
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 +11 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities-common
|
|
2
2
|
|
|
3
|
-
## 0.0.
|
|
3
|
+
## 0.0.16-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- fa06df6: Added `unprocessedEntitiesReadPermission` for authorizing read access to unprocessed entity endpoints.
|
|
8
|
+
|
|
9
|
+
## 0.0.15-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/errors@1.3.1-next.0
|
|
15
|
+
- @backstage/catalog-model@1.8.1-next.0
|
|
16
|
+
- @backstage/plugin-permission-common@0.9.9-next.0
|
|
8
17
|
|
|
9
18
|
## 0.0.14
|
|
10
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities-common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16-next.1",
|
|
4
4
|
"description": "Common functionalities for the catalog-unprocessed-entities plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "common-library",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/catalog-model": "
|
|
41
|
-
"@backstage/errors": "
|
|
42
|
-
"@backstage/plugin-permission-common": "
|
|
40
|
+
"@backstage/catalog-model": "1.8.1-next.1",
|
|
41
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
42
|
+
"@backstage/plugin-permission-common": "0.9.9-next.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/cli": "
|
|
45
|
+
"@backstage/cli": "0.36.2-next.1"
|
|
46
46
|
},
|
|
47
47
|
"typesVersions": {
|
|
48
48
|
"*": {
|