docusaurus-theme-openapi-docs 0.0.0-934 → 0.0.0-939

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.
@@ -331,7 +331,8 @@ const AdditionalProperties = ({ schema, schemaType }) => {
331
331
  additionalProperties.type === "string" ||
332
332
  additionalProperties.type === "boolean" ||
333
333
  additionalProperties.type === "integer" ||
334
- additionalProperties.type === "number"
334
+ additionalProperties.type === "number" ||
335
+ additionalProperties.type === "object"
335
336
  ) {
336
337
  const schemaName = (0, schema_1.getSchemaName)(additionalProperties);
337
338
  return react_1.default.createElement(SchemaItem_1.default, {
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-934",
4
+ "version": "0.0.0-939",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -43,7 +43,7 @@
43
43
  "clsx": "^1.1.1",
44
44
  "copy-text-to-clipboard": "^3.1.0",
45
45
  "crypto-js": "^4.1.1",
46
- "docusaurus-plugin-openapi-docs": "0.0.0-934",
46
+ "docusaurus-plugin-openapi-docs": "0.0.0-939",
47
47
  "docusaurus-plugin-sass": "^0.2.3",
48
48
  "file-saver": "^2.0.5",
49
49
  "lodash": "^4.17.20",
@@ -71,5 +71,5 @@
71
71
  "engines": {
72
72
  "node": ">=14"
73
73
  },
74
- "gitHead": "23c20cde70c5311d6879b113665ceddc84d1febc"
74
+ "gitHead": "a5d3c2f5f5615038a44bb175811196f8be913503"
75
75
  }
@@ -334,7 +334,8 @@ const AdditionalProperties: React.FC<SchemaProps> = ({
334
334
  additionalProperties.type === "string" ||
335
335
  additionalProperties.type === "boolean" ||
336
336
  additionalProperties.type === "integer" ||
337
- additionalProperties.type === "number"
337
+ additionalProperties.type === "number" ||
338
+ additionalProperties.type === "object"
338
339
  ) {
339
340
  const schemaName = getSchemaName(additionalProperties);
340
341
  return (