@backstage/plugin-org 0.6.30-next.0 → 0.6.30
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 -8
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +4 -16
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
# @backstage/plugin-org
|
|
2
2
|
|
|
3
|
-
## 0.6.30
|
|
3
|
+
## 0.6.30
|
|
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/plugin-catalog-react@1.13.1-next.0
|
|
13
|
-
- @backstage/catalog-model@1.7.0
|
|
14
|
-
- @backstage/plugin-catalog-common@1.1.0
|
|
8
|
+
- @backstage/plugin-catalog-react@1.13.1
|
|
9
|
+
- @backstage/core-compat-api@0.3.0
|
|
15
10
|
|
|
16
11
|
## 0.6.29
|
|
17
12
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
8
8
|
}, {
|
|
9
9
|
"entity-card:org/group-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
10
|
kind: "entity-card";
|
|
11
|
+
namespace: undefined;
|
|
11
12
|
name: "group-profile";
|
|
12
13
|
config: {
|
|
13
14
|
filter: string | undefined;
|
|
@@ -21,13 +22,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
21
22
|
optional: true;
|
|
22
23
|
}>;
|
|
23
24
|
inputs: {};
|
|
24
|
-
params: {
|
|
25
|
-
loader: () => Promise<JSX.Element>;
|
|
26
|
-
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
27
|
-
};
|
|
28
25
|
}>;
|
|
29
26
|
"entity-card:org/members-list": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
30
27
|
kind: "entity-card";
|
|
28
|
+
namespace: undefined;
|
|
31
29
|
name: "members-list";
|
|
32
30
|
config: {
|
|
33
31
|
filter: string | undefined;
|
|
@@ -41,13 +39,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
41
39
|
optional: true;
|
|
42
40
|
}>;
|
|
43
41
|
inputs: {};
|
|
44
|
-
params: {
|
|
45
|
-
loader: () => Promise<JSX.Element>;
|
|
46
|
-
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
47
|
-
};
|
|
48
42
|
}>;
|
|
49
43
|
"entity-card:org/ownership": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
50
44
|
kind: "entity-card";
|
|
45
|
+
namespace: undefined;
|
|
51
46
|
name: "ownership";
|
|
52
47
|
config: {
|
|
53
48
|
filter: string | undefined;
|
|
@@ -61,13 +56,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
61
56
|
optional: true;
|
|
62
57
|
}>;
|
|
63
58
|
inputs: {};
|
|
64
|
-
params: {
|
|
65
|
-
loader: () => Promise<JSX.Element>;
|
|
66
|
-
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
67
|
-
};
|
|
68
59
|
}>;
|
|
69
60
|
"entity-card:org/user-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
70
61
|
kind: "entity-card";
|
|
62
|
+
namespace: undefined;
|
|
71
63
|
name: "user-profile";
|
|
72
64
|
config: {
|
|
73
65
|
filter: string | undefined;
|
|
@@ -81,10 +73,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
81
73
|
optional: true;
|
|
82
74
|
}>;
|
|
83
75
|
inputs: {};
|
|
84
|
-
params: {
|
|
85
|
-
loader: () => Promise<JSX.Element>;
|
|
86
|
-
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
87
|
-
};
|
|
88
76
|
}>;
|
|
89
77
|
}>;
|
|
90
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
|
-
"version": "0.6.30
|
|
3
|
+
"version": "0.6.30",
|
|
4
4
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"default": "./dist/index.esm.js"
|
|
29
29
|
},
|
|
30
30
|
"./alpha": {
|
|
31
|
-
"backstage": "@backstage/FrontendPlugin",
|
|
32
31
|
"import": "./dist/alpha.esm.js",
|
|
33
32
|
"types": "./dist/alpha.d.ts",
|
|
34
33
|
"default": "./dist/alpha.esm.js"
|
|
@@ -52,12 +51,12 @@
|
|
|
52
51
|
},
|
|
53
52
|
"dependencies": {
|
|
54
53
|
"@backstage/catalog-model": "^1.7.0",
|
|
55
|
-
"@backstage/core-compat-api": "^0.3.
|
|
56
|
-
"@backstage/core-components": "^0.15.
|
|
57
|
-
"@backstage/core-plugin-api": "^1.
|
|
58
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
54
|
+
"@backstage/core-compat-api": "^0.3.0",
|
|
55
|
+
"@backstage/core-components": "^0.15.0",
|
|
56
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
57
|
+
"@backstage/frontend-plugin-api": "^0.8.0",
|
|
59
58
|
"@backstage/plugin-catalog-common": "^1.1.0",
|
|
60
|
-
"@backstage/plugin-catalog-react": "^1.13.1
|
|
59
|
+
"@backstage/plugin-catalog-react": "^1.13.1",
|
|
61
60
|
"@material-ui/core": "^4.12.2",
|
|
62
61
|
"@material-ui/icons": "^4.9.1",
|
|
63
62
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -70,13 +69,13 @@
|
|
|
70
69
|
},
|
|
71
70
|
"devDependencies": {
|
|
72
71
|
"@backstage/catalog-client": "^1.7.0",
|
|
73
|
-
"@backstage/cli": "^0.
|
|
74
|
-
"@backstage/core-app-api": "^1.15.
|
|
75
|
-
"@backstage/dev-utils": "^1.1.1
|
|
76
|
-
"@backstage/plugin-catalog": "^1.
|
|
72
|
+
"@backstage/cli": "^0.27.1",
|
|
73
|
+
"@backstage/core-app-api": "^1.15.0",
|
|
74
|
+
"@backstage/dev-utils": "^1.1.1",
|
|
75
|
+
"@backstage/plugin-catalog": "^1.23.1",
|
|
77
76
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
78
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
79
|
-
"@backstage/test-utils": "^1.6.
|
|
77
|
+
"@backstage/plugin-permission-react": "^0.4.26",
|
|
78
|
+
"@backstage/test-utils": "^1.6.0",
|
|
80
79
|
"@backstage/types": "^1.1.1",
|
|
81
80
|
"@testing-library/dom": "^10.0.0",
|
|
82
81
|
"@testing-library/jest-dom": "^6.0.0",
|