@chamn/render 0.0.33 → 0.0.34

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.mjs CHANGED
@@ -2644,7 +2644,7 @@ class de {
2644
2644
  componentName: c.componentName,
2645
2645
  ...uo(c.value.npm || {})
2646
2646
  };
2647
- }).filter((c) => !!(c.componentName && c.package && c.version));
2647
+ }).filter((c) => c.componentName && c.package && c.version ? !0 : (console.warn(`${c} not a valid material info`), !1));
2648
2648
  this.materialsModel.usedMaterials = [];
2649
2649
  let s = {
2650
2650
  ...this.data,