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.
- package/dist/climb-onyx-gui.js +2 -2
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -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.
|
|
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))
|