ywana-core8 0.1.71 → 0.1.72

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/dist/index.umd.js CHANGED
@@ -1290,6 +1290,13 @@
1290
1290
  }) : [];
1291
1291
  }
1292
1292
  break;
1293
+ case "Image":
1294
+ if (entryData) {
1295
+ next[name] = entryData;
1296
+ } else {
1297
+ next[name] = field["default"];
1298
+ }
1299
+ break;
1293
1300
  default:
1294
1301
  next[name] = field;
1295
1302
  break;