simvyn 2.5.3 → 2.5.4
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.
|
@@ -52043,7 +52043,7 @@ function ToolSettingsPanel() {
|
|
|
52043
52043
|
const [copied, setCopied] = reactExports.useState(false);
|
|
52044
52044
|
const devices = useDeviceStore((s) => s.devices);
|
|
52045
52045
|
const modules = useModuleStore((s) => s.modules);
|
|
52046
|
-
const version = "2.5.
|
|
52046
|
+
const version = "2.5.4";
|
|
52047
52047
|
const fetchStorage = reactExports.useCallback(() => {
|
|
52048
52048
|
fetch("/api/tool-settings/storage").then((r) => r.json()).then((data) => setStorage(data)).catch(() => {
|
|
52049
52049
|
});
|
|
@@ -53392,4 +53392,4 @@ function App() {
|
|
|
53392
53392
|
clientExports.createRoot(document.getElementById("root")).render(
|
|
53393
53393
|
/* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.StrictMode, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(App, {}) })
|
|
53394
53394
|
);
|
|
53395
|
-
//# sourceMappingURL=index-
|
|
53395
|
+
//# sourceMappingURL=index-rWeZ9VzX.js.map
|