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