@digipair/skill-web-editor 0.73.1 → 0.73.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.73.1",
3
+ "version": "0.73.3",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web"
@@ -279,7 +279,7 @@ function convertPinsLibrariesToBlocklyLibraries(pinsLibraries) {
279
279
  })
280
280
  }), {})),
281
281
  components: !schema.components ? {} : index._extends({}, schema.components, {
282
- schemas: index._extends({}, Object.entries(schema.components.schemas).reduce((acc, [key, component])=>index._extends({}, acc, {
282
+ schemas: index._extends({}, Object.entries(schema.components.schemas || {}).reduce((acc, [key, component])=>index._extends({}, acc, {
283
283
  [key]: index._extends({}, component, {
284
284
  properties: !component.properties ? {} : index._extends({}, component.properties, Object.entries(component.properties).filter(([_propertyKey, propertyValue])=>{
285
285
  var _propertyValue_items, _propertyValue_items_$ref, _propertyValue_items1;
@@ -277,7 +277,7 @@ function convertPinsLibrariesToBlocklyLibraries(pinsLibraries) {
277
277
  })
278
278
  }), {})),
279
279
  components: !schema.components ? {} : _extends({}, schema.components, {
280
- schemas: _extends({}, Object.entries(schema.components.schemas).reduce((acc, [key, component])=>_extends({}, acc, {
280
+ schemas: _extends({}, Object.entries(schema.components.schemas || {}).reduce((acc, [key, component])=>_extends({}, acc, {
281
281
  [key]: _extends({}, component, {
282
282
  properties: !component.properties ? {} : _extends({}, component.properties, Object.entries(component.properties).filter(([_propertyKey, propertyValue])=>{
283
283
  var _propertyValue_items, _propertyValue_items_$ref, _propertyValue_items1;
File without changes