chore: CLI v2.1.75–v2.1.80 audit and support (#223–#232) #233

Merged
naomi merged 10 commits from chore/cli into main 2026-03-23 14:28:09 -07:00
Showing only changes of commit fb4d1d8f52 - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
import { invoke } from "@tauri-apps/api/core";
import { onMount } from "svelte";
const SUPPORTED_CLI_VERSION = "2.1.74";
const SUPPORTED_CLI_VERSION = "2.1.80";
let installedVersion = $state("Loading...");
let latestNpmVersion = $state<string | null>(null);