docusaurus-plugin-openapi-docs 1.4.0 → 1.4.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.
|
@@ -586,7 +586,8 @@ function createResponseSchema({ title, body, ...rest }) {
|
|
|
586
586
|
value: `${mimeType}`,
|
|
587
587
|
children: [
|
|
588
588
|
(0, utils_1.create)("SchemaTabs", {
|
|
589
|
-
|
|
589
|
+
// TODO: determine if we should persist this
|
|
590
|
+
// groupId: "schema-tabs",
|
|
590
591
|
children: [
|
|
591
592
|
firstBody &&
|
|
592
593
|
(0, utils_1.create)("TabItem", {
|
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": "1.4.
|
|
4
|
+
"version": "1.4.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=14"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "ddfa49093f75f628536b8d9e25f88eb9e541667c"
|
|
72
72
|
}
|
|
@@ -746,7 +746,8 @@ export function createResponseSchema({ title, body, ...rest }: Props) {
|
|
|
746
746
|
value: `${mimeType}`,
|
|
747
747
|
children: [
|
|
748
748
|
create("SchemaTabs", {
|
|
749
|
-
|
|
749
|
+
// TODO: determine if we should persist this
|
|
750
|
+
// groupId: "schema-tabs",
|
|
750
751
|
children: [
|
|
751
752
|
firstBody &&
|
|
752
753
|
create("TabItem", {
|