@backstage/plugin-org 0.6.42-next.1 → 0.6.42-next.3

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,28 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.42-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b1bf6e: Updated README instructions for the new frontend system
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.11.0-next.2
10
+ - @backstage/core-compat-api@0.5.0-next.3
11
+ - @backstage/core-components@0.17.5-next.2
12
+
13
+ ## 0.6.42-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/frontend-plugin-api@0.11.0-next.1
19
+ - @backstage/core-compat-api@0.5.0-next.2
20
+ - @backstage/plugin-catalog-react@1.20.0-next.2
21
+ - @backstage/core-components@0.17.5-next.1
22
+ - @backstage/catalog-model@1.7.5
23
+ - @backstage/core-plugin-api@1.10.9
24
+ - @backstage/plugin-catalog-common@1.1.5
25
+
3
26
  ## 0.6.42-next.1
4
27
 
5
28
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -50,11 +50,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
50
50
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
51
51
  type?: "content" | "summary" | "info" | undefined;
52
52
  };
53
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
53
+ 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", {
54
54
  optional: true;
55
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
55
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-filter-expression", {
56
56
  optional: true;
57
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
57
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
58
58
  optional: true;
59
59
  }>;
60
60
  inputs: {};
@@ -75,11 +75,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
75
75
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
76
76
  type?: "content" | "summary" | "info" | undefined;
77
77
  };
78
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
78
+ 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", {
79
79
  optional: true;
80
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
80
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-filter-expression", {
81
81
  optional: true;
82
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
82
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
83
83
  optional: true;
84
84
  }>;
85
85
  inputs: {};
@@ -100,11 +100,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
100
100
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
101
101
  type?: "content" | "summary" | "info" | undefined;
102
102
  };
103
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
103
+ 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", {
104
104
  optional: true;
105
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
105
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-filter-expression", {
106
106
  optional: true;
107
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
107
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
108
108
  optional: true;
109
109
  }>;
110
110
  inputs: {};
@@ -129,15 +129,15 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
129
129
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
130
130
  type?: "content" | "summary" | "info" | undefined;
131
131
  };
132
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
132
+ 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", {
133
133
  optional: true;
134
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
134
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-filter-expression", {
135
135
  optional: true;
136
- }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
136
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
137
137
  optional: true;
138
138
  }>;
139
139
  inputs: {
140
- [x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.AnyExtensionDataRef, {
140
+ [x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
141
141
  optional: boolean;
142
142
  singleton: boolean;
143
143
  }>;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.6.42-next.1";
2
+ var version = "0.6.42-next.3";
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.42-next.1",
3
+ "version": "0.6.42-next.3",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -64,12 +64,12 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/catalog-model": "1.7.5",
67
- "@backstage/core-compat-api": "0.4.5-next.1",
68
- "@backstage/core-components": "0.17.5-next.0",
67
+ "@backstage/core-compat-api": "0.5.0-next.3",
68
+ "@backstage/core-components": "0.17.5-next.2",
69
69
  "@backstage/core-plugin-api": "1.10.9",
70
- "@backstage/frontend-plugin-api": "0.11.0-next.0",
70
+ "@backstage/frontend-plugin-api": "0.11.0-next.2",
71
71
  "@backstage/plugin-catalog-common": "1.1.5",
72
- "@backstage/plugin-catalog-react": "1.20.0-next.1",
72
+ "@backstage/plugin-catalog-react": "1.20.0-next.2",
73
73
  "@material-ui/core": "^4.12.2",
74
74
  "@material-ui/icons": "^4.9.1",
75
75
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -81,10 +81,10 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@backstage/catalog-client": "1.11.0-next.0",
84
- "@backstage/cli": "0.33.2-next.0",
84
+ "@backstage/cli": "0.34.0-next.2",
85
85
  "@backstage/core-app-api": "1.18.0",
86
86
  "@backstage/dev-utils": "1.1.13-next.1",
87
- "@backstage/plugin-catalog": "1.31.2-next.1",
87
+ "@backstage/plugin-catalog": "1.31.2-next.2",
88
88
  "@backstage/plugin-permission-common": "0.9.1",
89
89
  "@backstage/plugin-permission-react": "0.4.36",
90
90
  "@backstage/test-utils": "1.7.11-next.0",