simvyn 2.1.0 → 2.2.0
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.
|
@@ -51692,7 +51692,7 @@ function ToolSettingsPanel() {
|
|
|
51692
51692
|
const [copied, setCopied] = reactExports.useState(false);
|
|
51693
51693
|
const devices = useDeviceStore((s) => s.devices);
|
|
51694
51694
|
const modules = useModuleStore((s) => s.modules);
|
|
51695
|
-
const version = "2.
|
|
51695
|
+
const version = "2.2.0";
|
|
51696
51696
|
const fetchStorage = reactExports.useCallback(() => {
|
|
51697
51697
|
fetch("/api/tool-settings/storage").then((r) => r.json()).then((data) => setStorage(data)).catch(() => {
|
|
51698
51698
|
});
|
|
@@ -53040,4 +53040,4 @@ function App() {
|
|
|
53040
53040
|
clientExports.createRoot(document.getElementById("root")).render(
|
|
53041
53041
|
/* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.StrictMode, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(App, {}) })
|
|
53042
53042
|
);
|
|
53043
|
-
//# sourceMappingURL=index-
|
|
53043
|
+
//# sourceMappingURL=index-B_mApJSj.js.map
|