@backstage/plugin-api-docs 0.0.0-nightly-20220122754 → 0.0.0-nightly-20220623347
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 +5 -3
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.6.21
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 11b81683a9: Support customizing index page layouts via outlets
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/plugin-
|
|
10
|
-
- @backstage/plugin-catalog@0.
|
|
9
|
+
- @backstage/core-plugin-api@0.4.1
|
|
10
|
+
- @backstage/plugin-catalog-react@0.6.10
|
|
11
|
+
- @backstage/core-components@0.8.3
|
|
12
|
+
- @backstage/plugin-catalog@0.7.7
|
|
11
13
|
|
|
12
14
|
## 0.6.20
|
|
13
15
|
|
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-20220623347",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@asyncapi/react-component": "^1.0.0-next.25",
|
|
34
|
-
"@backstage/catalog-model": "^0.
|
|
35
|
-
"@backstage/core-components": "^0.
|
|
36
|
-
"@backstage/core-plugin-api": "^0.
|
|
37
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/theme": "^0.
|
|
34
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20220623347",
|
|
35
|
+
"@backstage/core-components": "^0.0.0-nightly-20220623347",
|
|
36
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20220623347",
|
|
37
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-20220623347",
|
|
38
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20220623347",
|
|
39
|
+
"@backstage/theme": "^0.0.0-nightly-20220623347",
|
|
40
40
|
"@material-ui/core": "^4.12.2",
|
|
41
41
|
"@material-ui/icons": "^4.9.1",
|
|
42
42
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"react": "^16.13.1 || ^17.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@backstage/cli": "^0.
|
|
58
|
-
"@backstage/core-app-api": "^0.
|
|
59
|
-
"@backstage/dev-utils": "^0.
|
|
60
|
-
"@backstage/test-utils": "^0.
|
|
57
|
+
"@backstage/cli": "^0.0.0-nightly-20220623347",
|
|
58
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20220623347",
|
|
59
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20220623347",
|
|
60
|
+
"@backstage/test-utils": "^0.0.0-nightly-20220623347",
|
|
61
61
|
"@testing-library/jest-dom": "^5.10.1",
|
|
62
62
|
"@testing-library/react": "^11.2.5",
|
|
63
63
|
"@testing-library/user-event": "^13.1.8",
|