ywana-core8 0.0.448 → 0.0.449

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.
@@ -1346,6 +1346,7 @@ var ContentType = /*#__PURE__*/function () {
1346
1346
  break;
1347
1347
 
1348
1348
  case TYPES.ENTITY:
1349
+ if (optional === true) console.log('OPTIONAL', field, entryData);
1349
1350
  if (optional === true && entryData === null) break;
1350
1351
  var child1 = new ContentType(item);
1351
1352
  next[name] = child1.value(entryData);