formalconf 2.0.11 → 2.0.12

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.
@@ -467,7 +467,7 @@ function StatusIndicator({
467
467
  // package.json
468
468
  var package_default = {
469
469
  name: "formalconf",
470
- version: "2.0.11",
470
+ version: "2.0.12",
471
471
  description: "Dotfiles management TUI for macOS - config management, package sync, and theme switching",
472
472
  type: "module",
473
473
  main: "./dist/formalconf.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formalconf",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
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",