@chamn/engine 0.0.44 → 0.0.45

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
@@ -7730,7 +7730,7 @@ class oo {
7730
7730
  const n = Yc(t), r = [], o = this.data.map((i) => {
7731
7731
  const s = n.findIndex((l) => l.componentName === i.componentName);
7732
7732
  return s >= 0 ? (r.push(s), n[s]) : i;
7733
- }), a = n.filter((i, s) => r.includes(s));
7733
+ }), a = n.filter((i, s) => !r.includes(s));
7734
7734
  this.data = [...o, ...a];
7735
7735
  }
7736
7736
  // 使用新的物料整个替换现有的物料列表
@@ -34606,7 +34606,7 @@ class ese extends ie.Component {
34606
34606
  });
34607
34607
  }
34608
34608
  }
34609
- F(ese, "version", "0.0.44");
34609
+ F(ese, "version", "0.0.45");
34610
34610
  export {
34611
34611
  ese as Engine,
34612
34612
  use as InnerComponentMeta,