formalconf 2.0.4 → 2.0.5

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.
@@ -414,7 +414,7 @@ function StatusIndicator({
414
414
  // package.json
415
415
  var package_default = {
416
416
  name: "formalconf",
417
- version: "2.0.4",
417
+ version: "2.0.5",
418
418
  description: "Dotfiles management TUI for macOS - config management, package sync, and theme switching",
419
419
  type: "module",
420
420
  main: "./dist/formalconf.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formalconf",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Dotfiles management TUI for macOS - config management, package sync, and theme switching",
5
5
  "type": "module",
6
6
  "main": "./dist/formalconf.js",