@fileverse-dev/ddoc 4.8.10 → 4.8.11

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -14128,7 +14128,7 @@ function Yv(e, t) {
14128
14128
  });
14129
14129
  r.sort((o, s) => !!o.isPlaceholder != !!s.isPlaceholder ? o.isPlaceholder ? 1 : -1 : String(o.clientId).localeCompare(String(s.clientId)));
14130
14130
  const n = /* @__PURE__ */ new Set();
14131
- return r.filter((o) => o.isPlaceholder || !o.name ? !0 : n.has(o.name) ? !1 : (n.add(o.name), !0));
14131
+ return r.filter((o) => o.isPlaceholder || !o.name || n.has(o.name) ? !1 : (n.add(o.name), !0));
14132
14132
  }
14133
14133
  function Gv(e, t) {
14134
14134
  const r = new Set(
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "4.8.10",
5
+ "version": "4.8.11",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {