kandown 0.34.3 → 0.35.1

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.
package/bin/tui.js CHANGED
@@ -54963,7 +54963,7 @@ import { spawn, execSync } from "child_process";
54963
54963
  import { homedir as homedir2 } from "os";
54964
54964
 
54965
54965
  // src/lib/version.ts
54966
- var KANDOWN_VERSION = "0.34.3";
54966
+ var KANDOWN_VERSION = "0.35.1";
54967
54967
 
54968
54968
  // src/cli/lib/updater.ts
54969
54969
  import { fileURLToPath as fileURLToPath2 } from "url";