@backstage/plugin-org 0.6.28 → 0.6.29-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,19 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.29-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.8.0-next.0
10
+ - @backstage/core-compat-api@0.2.9-next.0
11
+ - @backstage/plugin-catalog-react@1.12.4-next.0
12
+ - @backstage/catalog-model@1.6.0
13
+ - @backstage/core-components@0.14.10
14
+ - @backstage/core-plugin-api@1.9.3
15
+ - @backstage/plugin-catalog-common@1.0.26
16
+
3
17
  ## 0.6.28
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org__alpha",
3
- "version": "0.6.28",
3
+ "version": "0.6.29-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
@@ -7,56 +7,72 @@ declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{}, {
7
7
  catalogIndex: _backstage_frontend_plugin_api.ExternalRouteRef<undefined>;
8
8
  }, {
9
9
  "entity-card:org/group-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
- filter: string | undefined;
11
- }, {
12
- filter?: string | undefined;
13
- }, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
14
- optional: true;
15
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
16
- optional: true;
17
- }>, {}, {
18
10
  kind: "entity-card";
19
11
  namespace: undefined;
20
12
  name: "group-profile";
13
+ config: {
14
+ filter: string | undefined;
15
+ };
16
+ configInput: {
17
+ filter?: string | undefined;
18
+ };
19
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
20
+ optional: true;
21
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
22
+ optional: true;
23
+ }>;
24
+ inputs: {};
21
25
  }>;
22
26
  "entity-card:org/members-list": _backstage_frontend_plugin_api.ExtensionDefinition<{
23
- filter: string | undefined;
24
- }, {
25
- filter?: string | undefined;
26
- }, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
27
- optional: true;
28
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
29
- optional: true;
30
- }>, {}, {
31
27
  kind: "entity-card";
32
28
  namespace: undefined;
33
29
  name: "members-list";
30
+ config: {
31
+ filter: string | undefined;
32
+ };
33
+ configInput: {
34
+ filter?: string | undefined;
35
+ };
36
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
37
+ optional: true;
38
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
39
+ optional: true;
40
+ }>;
41
+ inputs: {};
34
42
  }>;
35
43
  "entity-card:org/ownership": _backstage_frontend_plugin_api.ExtensionDefinition<{
36
- filter: string | undefined;
37
- }, {
38
- filter?: string | undefined;
39
- }, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
40
- optional: true;
41
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
42
- optional: true;
43
- }>, {}, {
44
44
  kind: "entity-card";
45
45
  namespace: undefined;
46
46
  name: "ownership";
47
+ config: {
48
+ filter: string | undefined;
49
+ };
50
+ configInput: {
51
+ filter?: string | undefined;
52
+ };
53
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
54
+ optional: true;
55
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
56
+ optional: true;
57
+ }>;
58
+ inputs: {};
47
59
  }>;
48
60
  "entity-card:org/user-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
49
- filter: string | undefined;
50
- }, {
51
- filter?: string | undefined;
52
- }, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
53
- optional: true;
54
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
55
- optional: true;
56
- }>, {}, {
57
61
  kind: "entity-card";
58
62
  namespace: undefined;
59
63
  name: "user-profile";
64
+ config: {
65
+ filter: string | undefined;
66
+ };
67
+ configInput: {
68
+ filter?: string | undefined;
69
+ };
70
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
71
+ optional: true;
72
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
73
+ optional: true;
74
+ }>;
75
+ inputs: {};
60
76
  }>;
61
77
  }>;
62
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.28",
3
+ "version": "0.6.29-next.0",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@backstage/catalog-model": "^1.6.0",
54
- "@backstage/core-compat-api": "^0.2.8",
54
+ "@backstage/core-compat-api": "^0.2.9-next.0",
55
55
  "@backstage/core-components": "^0.14.10",
56
56
  "@backstage/core-plugin-api": "^1.9.3",
57
- "@backstage/frontend-plugin-api": "^0.7.0",
57
+ "@backstage/frontend-plugin-api": "^0.8.0-next.0",
58
58
  "@backstage/plugin-catalog-common": "^1.0.26",
59
- "@backstage/plugin-catalog-react": "^1.12.3",
59
+ "@backstage/plugin-catalog-react": "^1.12.4-next.0",
60
60
  "@material-ui/core": "^4.12.2",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -69,13 +69,13 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@backstage/catalog-client": "^1.6.6",
72
- "@backstage/cli": "^0.27.0",
72
+ "@backstage/cli": "^0.27.1-next.0",
73
73
  "@backstage/core-app-api": "^1.14.2",
74
- "@backstage/dev-utils": "^1.0.37",
75
- "@backstage/plugin-catalog": "^1.22.0",
74
+ "@backstage/dev-utils": "^1.0.38-next.0",
75
+ "@backstage/plugin-catalog": "^1.22.1-next.0",
76
76
  "@backstage/plugin-permission-common": "^0.8.1",
77
77
  "@backstage/plugin-permission-react": "^0.4.25",
78
- "@backstage/test-utils": "^1.5.10",
78
+ "@backstage/test-utils": "^1.6.0-next.0",
79
79
  "@backstage/types": "^1.1.1",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",