@backstage/plugin-org 0.6.48 → 0.6.49-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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.49-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.22.0-next.1
9
+ - @backstage/frontend-plugin-api@0.14.0-next.1
10
+ - @backstage/core-components@0.18.7-next.1
11
+
12
+ ## 0.6.49-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-catalog-react@1.21.6-next.0
18
+ - @backstage/core-components@0.18.6-next.0
19
+ - @backstage/frontend-plugin-api@0.14.0-next.0
20
+ - @backstage/core-plugin-api@1.12.2-next.0
21
+ - @backstage/catalog-model@1.7.6
22
+ - @backstage/plugin-catalog-common@1.1.8-next.0
23
+
3
24
  ## 0.6.48
4
25
 
5
26
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -45,11 +45,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
45
45
  name: "group-profile";
46
46
  config: {
47
47
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
48
- type: "content" | "summary" | "info" | undefined;
48
+ type: "content" | "info" | undefined;
49
49
  };
50
50
  configInput: {
51
51
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
52
- type?: "content" | "summary" | "info" | undefined;
52
+ type?: "content" | "info" | undefined;
53
53
  };
54
54
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
55
55
  optional: true;
@@ -70,13 +70,13 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
70
70
  initialRelationAggregation: "direct" | "aggregated" | undefined;
71
71
  showAggregateMembersToggle: boolean | undefined;
72
72
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
73
- type: "content" | "summary" | "info" | undefined;
73
+ type: "content" | "info" | undefined;
74
74
  };
75
75
  configInput: {
76
76
  showAggregateMembersToggle?: boolean | undefined;
77
77
  initialRelationAggregation?: "direct" | "aggregated" | undefined;
78
78
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
79
- type?: "content" | "summary" | "info" | undefined;
79
+ type?: "content" | "info" | undefined;
80
80
  };
81
81
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
82
82
  optional: true;
@@ -100,14 +100,14 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
100
100
  showAggregateMembersToggle: boolean | undefined;
101
101
  ownedKinds: string[] | undefined;
102
102
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
103
- type: "content" | "summary" | "info" | undefined;
103
+ type: "content" | "info" | undefined;
104
104
  };
105
105
  configInput: {
106
106
  showAggregateMembersToggle?: boolean | undefined;
107
107
  initialRelationAggregation?: "direct" | "aggregated" | undefined;
108
108
  ownedKinds?: string[] | undefined;
109
109
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
110
- type?: "content" | "summary" | "info" | undefined;
110
+ type?: "content" | "info" | undefined;
111
111
  };
112
112
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
113
113
  optional: true;
@@ -130,13 +130,13 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
130
130
  maxRelations: number | undefined;
131
131
  hideIcons: boolean;
132
132
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
133
- type: "content" | "summary" | "info" | undefined;
133
+ type: "content" | "info" | undefined;
134
134
  };
135
135
  configInput: {
136
136
  hideIcons?: boolean | undefined;
137
137
  maxRelations?: number | undefined;
138
138
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
139
- type?: "content" | "summary" | "info" | undefined;
139
+ type?: "content" | "info" | undefined;
140
140
  };
141
141
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
142
142
  optional: true;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.6.48";
2
+ var version = "0.6.49-next.1";
3
3
  var description = "A Backstage plugin that helps you create entity pages for your organization";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.48",
3
+ "version": "0.6.49-next.1",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,12 +63,12 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/catalog-model": "^1.7.6",
67
- "@backstage/core-components": "^0.18.5",
68
- "@backstage/core-plugin-api": "^1.12.1",
69
- "@backstage/frontend-plugin-api": "^0.13.3",
70
- "@backstage/plugin-catalog-common": "^1.1.7",
71
- "@backstage/plugin-catalog-react": "^1.21.5",
66
+ "@backstage/catalog-model": "1.7.6",
67
+ "@backstage/core-components": "0.18.7-next.1",
68
+ "@backstage/core-plugin-api": "1.12.3-next.0",
69
+ "@backstage/frontend-plugin-api": "0.14.0-next.1",
70
+ "@backstage/plugin-catalog-common": "1.1.8-next.0",
71
+ "@backstage/plugin-catalog-react": "1.22.0-next.1",
72
72
  "@material-ui/core": "^4.12.2",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,15 +79,15 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/catalog-client": "^1.12.1",
83
- "@backstage/cli": "^0.35.2",
84
- "@backstage/core-app-api": "^1.19.3",
85
- "@backstage/dev-utils": "^1.1.19",
86
- "@backstage/plugin-catalog": "^1.32.2",
87
- "@backstage/plugin-permission-common": "^0.9.4",
88
- "@backstage/plugin-permission-react": "^0.4.39",
89
- "@backstage/test-utils": "^1.7.14",
90
- "@backstage/types": "^1.2.2",
82
+ "@backstage/catalog-client": "1.12.1",
83
+ "@backstage/cli": "0.35.4-next.1",
84
+ "@backstage/core-app-api": "1.19.5-next.0",
85
+ "@backstage/dev-utils": "1.1.20-next.1",
86
+ "@backstage/plugin-catalog": "1.33.0-next.1",
87
+ "@backstage/plugin-permission-common": "0.9.6-next.0",
88
+ "@backstage/plugin-permission-react": "0.4.40-next.0",
89
+ "@backstage/test-utils": "1.7.15-next.1",
90
+ "@backstage/types": "1.2.2",
91
91
  "@testing-library/dom": "^10.0.0",
92
92
  "@testing-library/jest-dom": "^6.0.0",
93
93
  "@testing-library/react": "^16.0.0",