climb-onyx-gui 0.9.2 → 0.10.0

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.
@@ -31079,7 +31079,7 @@ function p_() {
31079
31079
  /* @__PURE__ */ X("span", { children: "Loading..." })
31080
31080
  ] }) });
31081
31081
  }
31082
- const v_ = "0.9.1";
31082
+ const v_ = "0.10.0";
31083
31083
  function h_(a) {
31084
31084
  const [r, u] = pn(new Array()), [f, c] = pn(new Array()), [v, h] = pn(new Array()), [C, b] = pn(new Array()), [E, w] = pn(""), R = Array.from(a.projectFields.entries()).filter(([, P]) => P.actions.includes("filter")).map(([P]) => P), A = Array.from(a.projectFields.entries()).filter(([, P]) => P.actions.includes("list")).map(([P]) => P);
31085
31085
  Sb(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.9.2",
3
+ "version": "0.10.0",
4
4
  "type": "module",
5
5
  "main": "dist/climb-onyx-gui.js",
6
6
  "types": "dist/main.d.ts",