@profullstack/hqtui 0.1.11 → 0.1.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import { createApp } from "./app.js";
12
12
  import { detectCapabilities } from "./capabilities.js";
13
13
  import { themeList, themes } from "./theme.js";
14
14
  import { BrailleCanvas } from "./graphics/braille.js";
15
- const VERSION = "0.1.11";
15
+ const VERSION = "0.1.12";
16
16
  function help() {
17
17
  console.log(`hqtui ${VERSION} — High Quality Terminal UI for TypeScript
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profullstack/hqtui",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "High Quality Terminal UI for TypeScript. btop-grade dashboards with a one-import API, dark by default, zero runtime dependencies.",
5
5
  "license": "MIT",
6
6
  "type": "module",