@backstage/plugin-catalog-react 1.13.0 → 1.13.1-next.0

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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.13.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.0-next.0
9
+ - @backstage/core-compat-api@0.3.1-next.0
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
21
+
3
22
  ## 1.13.0
4
23
 
5
24
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "1.13.0",
3
+ "version": "1.13.1-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -25,7 +25,6 @@ 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;
29
28
  name: undefined;
30
29
  params: {
31
30
  loader: () => Promise<JSX.Element>;
@@ -55,7 +54,6 @@ declare const EntityCardBlueprint: _backstage_frontend_plugin_api.ExtensionBluep
55
54
  */
56
55
  declare const EntityContentBlueprint: _backstage_frontend_plugin_api.ExtensionBlueprint<{
57
56
  kind: "entity-content";
58
- namespace: undefined;
59
57
  name: undefined;
60
58
  params: {
61
59
  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.0",
3
+ "version": "1.13.1-next.0",
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.0",
62
- "@backstage/core-components": "^0.15.0",
63
- "@backstage/core-plugin-api": "^1.9.4",
61
+ "@backstage/core-compat-api": "^0.3.1-next.0",
62
+ "@backstage/core-components": "^0.15.1-next.0",
63
+ "@backstage/core-plugin-api": "^1.10.0-next.0",
64
64
  "@backstage/errors": "^1.2.4",
65
- "@backstage/frontend-plugin-api": "^0.8.0",
66
- "@backstage/integration-react": "^1.1.31",
65
+ "@backstage/frontend-plugin-api": "^0.9.0-next.0",
66
+ "@backstage/integration-react": "^1.1.32-next.0",
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.26",
69
+ "@backstage/plugin-permission-react": "^0.4.27-next.0",
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.27.1",
87
- "@backstage/core-app-api": "^1.15.0",
88
- "@backstage/frontend-test-utils": "^0.2.0",
86
+ "@backstage/cli": "^0.28.0-next.0",
87
+ "@backstage/core-app-api": "^1.15.1-next.0",
88
+ "@backstage/frontend-test-utils": "^0.2.1-next.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.0",
91
+ "@backstage/test-utils": "^1.6.1-next.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",