@backstage/plugin-api-docs 0.13.3 → 0.13.4-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 +25 -0
- package/dist/alpha.d.ts +12 -12
- package/dist/package.json.esm.js +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
+
## 0.13.4-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.22.0-next.1
|
|
9
|
+
- @backstage/plugin-catalog@1.33.0-next.1
|
|
10
|
+
- @backstage/frontend-plugin-api@0.14.0-next.1
|
|
11
|
+
- @backstage/core-components@0.18.7-next.1
|
|
12
|
+
|
|
13
|
+
## 0.13.4-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 7455dae: Use node prefix on native imports
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/plugin-catalog-react@1.21.6-next.0
|
|
20
|
+
- @backstage/core-components@0.18.6-next.0
|
|
21
|
+
- @backstage/frontend-plugin-api@0.14.0-next.0
|
|
22
|
+
- @backstage/core-plugin-api@1.12.2-next.0
|
|
23
|
+
- @backstage/plugin-catalog@1.32.3-next.0
|
|
24
|
+
- @backstage/catalog-model@1.7.6
|
|
25
|
+
- @backstage/plugin-catalog-common@1.1.8-next.0
|
|
26
|
+
- @backstage/plugin-permission-react@0.4.40-next.0
|
|
27
|
+
|
|
3
28
|
## 0.13.3
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -58,11 +58,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
58
58
|
name: "consumed-apis";
|
|
59
59
|
config: {
|
|
60
60
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
61
|
-
type: "content" | "
|
|
61
|
+
type: "content" | "info" | undefined;
|
|
62
62
|
};
|
|
63
63
|
configInput: {
|
|
64
64
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
65
|
-
type?: "content" | "
|
|
65
|
+
type?: "content" | "info" | undefined;
|
|
66
66
|
};
|
|
67
67
|
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", {
|
|
68
68
|
optional: true;
|
|
@@ -83,11 +83,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
83
83
|
name: "consuming-components";
|
|
84
84
|
config: {
|
|
85
85
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
86
|
-
type: "content" | "
|
|
86
|
+
type: "content" | "info" | undefined;
|
|
87
87
|
};
|
|
88
88
|
configInput: {
|
|
89
89
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
90
|
-
type?: "content" | "
|
|
90
|
+
type?: "content" | "info" | undefined;
|
|
91
91
|
};
|
|
92
92
|
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", {
|
|
93
93
|
optional: true;
|
|
@@ -108,11 +108,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
108
108
|
name: "definition";
|
|
109
109
|
config: {
|
|
110
110
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
111
|
-
type: "content" | "
|
|
111
|
+
type: "content" | "info" | undefined;
|
|
112
112
|
};
|
|
113
113
|
configInput: {
|
|
114
114
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
115
|
-
type?: "content" | "
|
|
115
|
+
type?: "content" | "info" | undefined;
|
|
116
116
|
};
|
|
117
117
|
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", {
|
|
118
118
|
optional: true;
|
|
@@ -133,11 +133,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
133
133
|
name: "has-apis";
|
|
134
134
|
config: {
|
|
135
135
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
136
|
-
type: "content" | "
|
|
136
|
+
type: "content" | "info" | undefined;
|
|
137
137
|
};
|
|
138
138
|
configInput: {
|
|
139
139
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
140
|
-
type?: "content" | "
|
|
140
|
+
type?: "content" | "info" | undefined;
|
|
141
141
|
};
|
|
142
142
|
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", {
|
|
143
143
|
optional: true;
|
|
@@ -158,11 +158,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
158
158
|
name: "provided-apis";
|
|
159
159
|
config: {
|
|
160
160
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
161
|
-
type: "content" | "
|
|
161
|
+
type: "content" | "info" | undefined;
|
|
162
162
|
};
|
|
163
163
|
configInput: {
|
|
164
164
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
165
|
-
type?: "content" | "
|
|
165
|
+
type?: "content" | "info" | undefined;
|
|
166
166
|
};
|
|
167
167
|
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", {
|
|
168
168
|
optional: true;
|
|
@@ -183,11 +183,11 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
183
183
|
name: "providing-components";
|
|
184
184
|
config: {
|
|
185
185
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
186
|
-
type: "content" | "
|
|
186
|
+
type: "content" | "info" | undefined;
|
|
187
187
|
};
|
|
188
188
|
configInput: {
|
|
189
189
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
190
|
-
type?: "content" | "
|
|
190
|
+
type?: "content" | "info" | undefined;
|
|
191
191
|
};
|
|
192
192
|
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", {
|
|
193
193
|
optional: true;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4-next.1",
|
|
4
4
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@asyncapi/react-component": "^2.3.3",
|
|
69
|
-
"@backstage/catalog-model": "
|
|
70
|
-
"@backstage/core-components": "
|
|
71
|
-
"@backstage/core-plugin-api": "
|
|
72
|
-
"@backstage/frontend-plugin-api": "
|
|
73
|
-
"@backstage/plugin-catalog": "
|
|
74
|
-
"@backstage/plugin-catalog-common": "
|
|
75
|
-
"@backstage/plugin-catalog-react": "
|
|
76
|
-
"@backstage/plugin-permission-react": "
|
|
69
|
+
"@backstage/catalog-model": "1.7.6",
|
|
70
|
+
"@backstage/core-components": "0.18.7-next.1",
|
|
71
|
+
"@backstage/core-plugin-api": "1.12.3-next.0",
|
|
72
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.1",
|
|
73
|
+
"@backstage/plugin-catalog": "1.33.0-next.1",
|
|
74
|
+
"@backstage/plugin-catalog-common": "1.1.8-next.0",
|
|
75
|
+
"@backstage/plugin-catalog-react": "1.22.0-next.1",
|
|
76
|
+
"@backstage/plugin-permission-react": "0.4.40-next.0",
|
|
77
77
|
"@graphiql/react": "^0.23.0",
|
|
78
78
|
"@material-ui/core": "^4.12.2",
|
|
79
79
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"swagger-ui-react": "^5.27.1"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "
|
|
89
|
-
"@backstage/core-app-api": "
|
|
90
|
-
"@backstage/dev-utils": "
|
|
91
|
-
"@backstage/test-utils": "
|
|
88
|
+
"@backstage/cli": "0.35.4-next.1",
|
|
89
|
+
"@backstage/core-app-api": "1.19.5-next.0",
|
|
90
|
+
"@backstage/dev-utils": "1.1.20-next.1",
|
|
91
|
+
"@backstage/test-utils": "1.7.15-next.1",
|
|
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",
|