openapi-explorer 2.1.663 → 2.1.665

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.
@@ -556,7 +556,7 @@ export function schemaInObjectNotation(rawSchema, options, level = 0, suffix = '
556
556
  '🆁': schema.readOnly && '🆁',
557
557
  '🆆': schema.writeOnly && '🆆'
558
558
  };
559
- obj['::link'] = arrayItemsSchema.title || schema.title || '';
559
+ obj['::link'] = (arrayItemsSchema === null || arrayItemsSchema === void 0 ? void 0 : arrayItemsSchema.title) || schema.title || '';
560
560
  obj['::type'] = 'array';
561
561
  obj['::deprecated'] = schema.deprecated || false;
562
562
  obj['::metadata'] = metadata;
@@ -565,7 +565,7 @@ function schemaInObjectNotation(rawSchema, options, level = 0, suffix = '') {
565
565
  '🆁': schema.readOnly && '🆁',
566
566
  '🆆': schema.writeOnly && '🆆'
567
567
  };
568
- obj['::link'] = arrayItemsSchema.title || schema.title || '';
568
+ obj['::link'] = (arrayItemsSchema === null || arrayItemsSchema === void 0 ? void 0 : arrayItemsSchema.title) || schema.title || '';
569
569
  obj['::type'] = 'array';
570
570
  obj['::deprecated'] = schema.deprecated || false;
571
571
  obj['::metadata'] = metadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openapi-explorer",
3
- "version": "2.1.663",
3
+ "version": "2.1.665",
4
4
  "description": "OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console",
5
5
  "author": "Authress Developers <developers@authress.io>",
6
6
  "type": "module",