@backstage/plugin-catalog-react 1.13.1-next.0 → 1.13.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 +3 -14
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +2 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,12 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 1.13.1
|
|
3
|
+
## 1.13.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/core-compat-api@0.3.
|
|
10
|
-
- @backstage/core-components@0.15.1-next.0
|
|
11
|
-
- @backstage/core-plugin-api@1.10.0-next.0
|
|
12
|
-
- @backstage/catalog-client@1.7.0
|
|
13
|
-
- @backstage/catalog-model@1.7.0
|
|
14
|
-
- @backstage/errors@1.2.4
|
|
15
|
-
- @backstage/integration-react@1.1.32-next.0
|
|
16
|
-
- @backstage/types@1.1.1
|
|
17
|
-
- @backstage/version-bridge@1.0.9
|
|
18
|
-
- @backstage/plugin-catalog-common@1.1.0
|
|
19
|
-
- @backstage/plugin-permission-common@0.8.1
|
|
20
|
-
- @backstage/plugin-permission-react@0.4.27-next.0
|
|
8
|
+
- @backstage/integration-react@1.1.32
|
|
9
|
+
- @backstage/core-compat-api@0.3.0
|
|
21
10
|
|
|
22
11
|
## 1.13.0
|
|
23
12
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ declare function isOwnerOf(owner: Entity, entity: Entity): boolean;
|
|
|
25
25
|
*/
|
|
26
26
|
declare const EntityCardBlueprint: _backstage_frontend_plugin_api.ExtensionBlueprint<{
|
|
27
27
|
kind: "entity-card";
|
|
28
|
+
namespace: undefined;
|
|
28
29
|
name: undefined;
|
|
29
30
|
params: {
|
|
30
31
|
loader: () => Promise<JSX.Element>;
|
|
@@ -54,6 +55,7 @@ declare const EntityCardBlueprint: _backstage_frontend_plugin_api.ExtensionBluep
|
|
|
54
55
|
*/
|
|
55
56
|
declare const EntityContentBlueprint: _backstage_frontend_plugin_api.ExtensionBlueprint<{
|
|
56
57
|
kind: "entity-content";
|
|
58
|
+
namespace: undefined;
|
|
57
59
|
name: undefined;
|
|
58
60
|
params: {
|
|
59
61
|
loader: () => Promise<JSX.Element>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "1.13.1
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@backstage/catalog-client": "^1.7.0",
|
|
60
60
|
"@backstage/catalog-model": "^1.7.0",
|
|
61
|
-
"@backstage/core-compat-api": "^0.3.
|
|
62
|
-
"@backstage/core-components": "^0.15.
|
|
63
|
-
"@backstage/core-plugin-api": "^1.
|
|
61
|
+
"@backstage/core-compat-api": "^0.3.0",
|
|
62
|
+
"@backstage/core-components": "^0.15.0",
|
|
63
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
64
64
|
"@backstage/errors": "^1.2.4",
|
|
65
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
66
|
-
"@backstage/integration-react": "^1.1.32
|
|
65
|
+
"@backstage/frontend-plugin-api": "^0.8.0",
|
|
66
|
+
"@backstage/integration-react": "^1.1.32",
|
|
67
67
|
"@backstage/plugin-catalog-common": "^1.1.0",
|
|
68
68
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
69
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
69
|
+
"@backstage/plugin-permission-react": "^0.4.26",
|
|
70
70
|
"@backstage/types": "^1.1.1",
|
|
71
71
|
"@backstage/version-bridge": "^1.0.9",
|
|
72
72
|
"@material-ui/core": "^4.12.2",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"zen-observable": "^0.10.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/cli": "^0.
|
|
87
|
-
"@backstage/core-app-api": "^1.15.
|
|
88
|
-
"@backstage/frontend-test-utils": "^0.2.
|
|
86
|
+
"@backstage/cli": "^0.27.1",
|
|
87
|
+
"@backstage/core-app-api": "^1.15.0",
|
|
88
|
+
"@backstage/frontend-test-utils": "^0.2.0",
|
|
89
89
|
"@backstage/plugin-catalog-common": "^1.1.0",
|
|
90
90
|
"@backstage/plugin-scaffolder-common": "^1.5.6",
|
|
91
|
-
"@backstage/test-utils": "^1.6.
|
|
91
|
+
"@backstage/test-utils": "^1.6.0",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
94
|
"@testing-library/react": "^16.0.0",
|