@backstage/plugin-api-docs 0.0.0-nightly-2021972229 → 0.0.0-nightly-202191222240
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 +16 -6
- package/package.json +10 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202191222240
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3c50c86604: Remove unused dependency on material-icons/font
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.0.0-nightly-202191222240
|
|
10
|
+
- @backstage/plugin-catalog@0.0.0-nightly-202191222240
|
|
11
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-202191222240
|
|
12
|
+
|
|
13
|
+
## 0.6.11
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
|
7
17
|
- 81a41ec249: Added a `name` key to all extensions in order to improve Analytics API metadata.
|
|
8
18
|
- Updated dependencies
|
|
9
|
-
- @backstage/core-components@0.
|
|
10
|
-
- @backstage/core-plugin-api@0.
|
|
11
|
-
- @backstage/plugin-catalog@0.
|
|
12
|
-
- @backstage/plugin-catalog-react@0.
|
|
13
|
-
- @backstage/catalog-model@0.
|
|
19
|
+
- @backstage/core-components@0.6.1
|
|
20
|
+
- @backstage/core-plugin-api@0.1.10
|
|
21
|
+
- @backstage/plugin-catalog@0.7.0
|
|
22
|
+
- @backstage/plugin-catalog-react@0.5.2
|
|
23
|
+
- @backstage/catalog-model@0.9.4
|
|
14
24
|
|
|
15
25
|
## 0.6.10
|
|
16
26
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
3
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-202191222240",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -31,13 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@asyncapi/react-component": "^0.23.0",
|
|
34
|
-
"@backstage/catalog-model": "^0.
|
|
35
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
36
|
-
"@backstage/core-plugin-api": "^0.
|
|
37
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
34
|
+
"@backstage/catalog-model": "^0.9.4",
|
|
35
|
+
"@backstage/core-components": "^0.0.0-nightly-202191222240",
|
|
36
|
+
"@backstage/core-plugin-api": "^0.1.10",
|
|
37
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-202191222240",
|
|
38
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-202191222240",
|
|
39
39
|
"@backstage/theme": "^0.2.10",
|
|
40
|
-
"@material-icons/font": "^1.0.2",
|
|
41
40
|
"@material-ui/core": "^4.12.2",
|
|
42
41
|
"@material-ui/icons": "^4.9.1",
|
|
43
42
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
@@ -53,10 +52,10 @@
|
|
|
53
52
|
"swagger-ui-react": "^3.37.2"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
58
|
-
"@backstage/dev-utils": "^0.
|
|
59
|
-
"@backstage/test-utils": "^0.
|
|
55
|
+
"@backstage/cli": "^0.0.0-nightly-202191222240",
|
|
56
|
+
"@backstage/core-app-api": "^0.0.0-nightly-202191222240",
|
|
57
|
+
"@backstage/dev-utils": "^0.0.0-nightly-202191222240",
|
|
58
|
+
"@backstage/test-utils": "^0.1.18",
|
|
60
59
|
"@testing-library/jest-dom": "^5.10.1",
|
|
61
60
|
"@testing-library/react": "^11.2.5",
|
|
62
61
|
"@testing-library/user-event": "^13.1.8",
|