docusaurus-plugin-openapi-docs 0.0.0-429 → 0.0.0-430
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.
|
@@ -577,7 +577,7 @@ function createResponseSchema({ title, body, ...rest }) {
|
|
|
577
577
|
groupId: "schema-tabs",
|
|
578
578
|
children: [
|
|
579
579
|
firstBody &&
|
|
580
|
-
(0, utils_1.create)("
|
|
580
|
+
(0, utils_1.create)("TabItem", {
|
|
581
581
|
label: `${title}`,
|
|
582
582
|
value: `${title}`,
|
|
583
583
|
children: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-plugin-openapi-docs",
|
|
3
3
|
"description": "OpenAPI plugin for Docusaurus.",
|
|
4
|
-
"version": "0.0.0-
|
|
4
|
+
"version": "0.0.0-430",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=14"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "092180af62f607745838469abf85b72bdb1659fd"
|
|
71
71
|
}
|