docusaurus-theme-openapi-docs 0.0.0-1106 → 0.0.0-1109
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.
|
@@ -93,7 +93,7 @@ const mergeAllOf = (allOf) => {
|
|
|
93
93
|
console.warn(msg);
|
|
94
94
|
};
|
|
95
95
|
const mergedSchemas = (0, allof_merge_1.merge)(allOf, { onMergeError });
|
|
96
|
-
return mergedSchemas;
|
|
96
|
+
return mergedSchemas ?? {};
|
|
97
97
|
};
|
|
98
98
|
// Renders string as markdown, useful for descriptions and qualifiers
|
|
99
99
|
const MarkdownWrapper = ({ text }) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-theme-openapi-docs",
|
|
3
3
|
"description": "OpenAPI theme for Docusaurus.",
|
|
4
|
-
"version": "0.0.0-
|
|
4
|
+
"version": "0.0.0-1109",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/postman-collection": "^3.5.11",
|
|
39
39
|
"@types/react-modal": "^3.16.3",
|
|
40
40
|
"concurrently": "^9.2.0",
|
|
41
|
-
"docusaurus-plugin-openapi-docs": "0.0.0-
|
|
41
|
+
"docusaurus-plugin-openapi-docs": "0.0.0-1109",
|
|
42
42
|
"docusaurus-plugin-sass": "^0.2.6",
|
|
43
43
|
"eslint-plugin-prettier": "^5.5.1"
|
|
44
44
|
},
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"engines": {
|
|
82
82
|
"node": ">=14"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "96c769dd3f97f033600a157fb9b607b5a05b439e"
|
|
85
85
|
}
|