climb-onyx-gui 0.12.1 → 0.12.3

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.
@@ -32315,7 +32315,7 @@ function uH(o) {
32315
32315
  enabled: !!(o.project && o.recordID),
32316
32316
  staleTime: 6e4
32317
32317
  }), O = () => {
32318
- const Q = JSON.stringify(F);
32318
+ const Q = JSON.stringify(F.data || {});
32319
32319
  o.fileWriter && o.fileWriter(o.recordID + ".json", Q);
32320
32320
  };
32321
32321
  return /* @__PURE__ */ xn(
@@ -81164,7 +81164,7 @@ function CH(o) {
81164
81164
  ) }, d)) }) })
81165
81165
  ] }) });
81166
81166
  }
81167
- const AH = "0.12.1";
81167
+ const AH = "0.12.3";
81168
81168
  function wH(o) {
81169
81169
  const i = {}, w = (F, O = "") => {
81170
81170
  for (const [Q, S] of Object.entries(F))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.12.1",
3
+ "version": "0.12.3",
4
4
  "type": "module",
5
5
  "main": "dist/climb-onyx-gui.js",
6
6
  "types": "dist/main.d.ts",