@dpuse/dpuse-development 0.3.590 → 0.3.592

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.
@@ -6641,8 +6641,8 @@ var ii = Jr([
6641
6641
  upsertRecords: "Upsert Records"
6642
6642
  };
6643
6643
  function ui(e) {
6644
- let t = new Set(e), n = "| Name | Supported |\n";
6645
- n += "| ---- | :-------: |\n";
6644
+ let t = new Set(e), n = "|Action|Supported|\n";
6645
+ n += "|:----|:-------:|\n";
6646
6646
  for (let e of Object.keys(li)) n += `| ${li[e]} | ${t.has(e) ? "✓" : ""} |\n`;
6647
6647
  return n;
6648
6648
  }