simvyn 2.5.1 → 2.5.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.
@@ -30780,6 +30780,7 @@ function UpdateBanner() {
30780
30780
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-green-400", children: info.latest })
30781
30781
  ] }),
30782
30782
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-3", children: [
30783
+ /* @__PURE__ */ jsxRuntimeExports.jsx("code", { className: "text-text-muted text-xs bg-white/5 px-1.5 py-0.5 rounded", children: "simvyn upgrade" }),
30783
30784
  /* @__PURE__ */ jsxRuntimeExports.jsx(
30784
30785
  "a",
30785
30786
  {
@@ -52042,7 +52043,7 @@ function ToolSettingsPanel() {
52042
52043
  const [copied, setCopied] = reactExports.useState(false);
52043
52044
  const devices = useDeviceStore((s) => s.devices);
52044
52045
  const modules = useModuleStore((s) => s.modules);
52045
- const version = "2.5.1";
52046
+ const version = "2.5.3";
52046
52047
  const fetchStorage = reactExports.useCallback(() => {
52047
52048
  fetch("/api/tool-settings/storage").then((r) => r.json()).then((data) => setStorage(data)).catch(() => {
52048
52049
  });
@@ -53391,4 +53392,4 @@ function App() {
53391
53392
  clientExports.createRoot(document.getElementById("root")).render(
53392
53393
  /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.StrictMode, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(App, {}) })
53393
53394
  );
53394
- //# sourceMappingURL=index-D67XE6HO.js.map
53395
+ //# sourceMappingURL=index-CCGh-MNu.js.map