simvyn 1.0.3 → 1.0.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.
|
@@ -50016,7 +50016,7 @@ function ToolSettingsPanel() {
|
|
|
50016
50016
|
const [copied, setCopied] = reactExports.useState(false);
|
|
50017
50017
|
const devices = useDeviceStore((s) => s.devices);
|
|
50018
50018
|
const modules = useModuleStore((s) => s.modules);
|
|
50019
|
-
const version =
|
|
50019
|
+
const version = "1.0.4";
|
|
50020
50020
|
const fetchStorage = reactExports.useCallback(() => {
|
|
50021
50021
|
fetch("/api/tool-settings/storage").then((r) => r.json()).then((data) => setStorage(data)).catch(() => {
|
|
50022
50022
|
});
|
|
@@ -50488,4 +50488,4 @@ function App() {
|
|
|
50488
50488
|
clientExports.createRoot(document.getElementById("root")).render(
|
|
50489
50489
|
/* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.StrictMode, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(App, {}) })
|
|
50490
50490
|
);
|
|
50491
|
-
//# sourceMappingURL=index-
|
|
50491
|
+
//# sourceMappingURL=index-DeQwO1Dl.js.map
|