docusaurus-plugin-openapi-docs 0.0.0-523 → 0.0.0-526

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.
@@ -26,7 +26,7 @@ function createApiPageMD({ title, api: { deprecated, "x-deprecated-description":
26
26
  `import MimeTabs from "@theme/MimeTabs";\n`,
27
27
  `import ParamsItem from "@theme/ParamsItem";\n`,
28
28
  `import ResponseSamples from "@theme/ResponseSamples";\n`,
29
- `import SchemaItem from "@theme/SchemaItem"\n`,
29
+ `import SchemaItem from "@theme/SchemaItem";\n`,
30
30
  `import SchemaTabs from "@theme/SchemaTabs";\n`,
31
31
  `import DiscriminatorTabs from "@theme/DiscriminatorTabs";\n`,
32
32
  `import TabItem from "@theme/TabItem";\n\n`,
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-523",
4
+ "version": "0.0.0-526",
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": "b99a057c6cb94d4cbf049b0ca8ef655e6b8e97ac"
71
+ "gitHead": "d03a7ccc7f43f2fd0a9341de7fcdf223544cb61e"
72
72
  }
@@ -53,7 +53,7 @@ export function createApiPageMD({
53
53
  `import MimeTabs from "@theme/MimeTabs";\n`,
54
54
  `import ParamsItem from "@theme/ParamsItem";\n`,
55
55
  `import ResponseSamples from "@theme/ResponseSamples";\n`,
56
- `import SchemaItem from "@theme/SchemaItem"\n`,
56
+ `import SchemaItem from "@theme/SchemaItem";\n`,
57
57
  `import SchemaTabs from "@theme/SchemaTabs";\n`,
58
58
  `import DiscriminatorTabs from "@theme/DiscriminatorTabs";\n`,
59
59
  `import TabItem from "@theme/TabItem";\n\n`,