numux 2.17.1 → 2.17.2

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/dist/man/numux.1 CHANGED
@@ -1,4 +1,4 @@
1
- .TH "NUMUX" "1" "June 2026" "2.17.1" "numux manual"
1
+ .TH "NUMUX" "1" "June 2026" "2.17.2" "numux manual"
2
2
  .SH "NAME"
3
3
  \fBnumux\fR
4
4
  .P
package/dist/numux.js CHANGED
@@ -885,7 +885,7 @@ var init_help = __esm(() => {
885
885
  var require_package = __commonJS((exports, module) => {
886
886
  module.exports = {
887
887
  name: "numux",
888
- version: "2.17.1",
888
+ version: "2.17.2",
889
889
  description: "Terminal multiplexer with dependency orchestration",
890
890
  type: "module",
891
891
  license: "MIT",
@@ -939,6 +939,9 @@ var require_package = __commonJS((exports, module) => {
939
939
  "@commitlint/config-conventional": "^20.4.2",
940
940
  "@types/bun": "^1.3.9",
941
941
  "marked-man": "^2.1.0"
942
+ },
943
+ patchedDependencies: {
944
+ "@opentui/core@0.4.1": "patches/@opentui%2Fcore@0.4.1.patch"
942
945
  }
943
946
  };
944
947
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "numux",
3
- "version": "2.17.1",
3
+ "version": "2.17.2",
4
4
  "description": "Terminal multiplexer with dependency orchestration",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -54,5 +54,8 @@
54
54
  "@commitlint/config-conventional": "^20.4.2",
55
55
  "@types/bun": "^1.3.9",
56
56
  "marked-man": "^2.1.0"
57
+ },
58
+ "patchedDependencies": {
59
+ "@opentui/core@0.4.1": "patches/@opentui%2Fcore@0.4.1.patch"
57
60
  }
58
61
  }