@nu-art/commando 0.204.56 → 0.204.58

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.
@@ -1,5 +1,5 @@
1
1
  import { ConsoleContainer } from './ConsoleContainer';
2
- import { Widgets } from 'blessed';
2
+ import { BlessedWidgetOptions } from './types';
3
3
  type ScreenKeyBinding = {
4
4
  keys: string[];
5
5
  callback: VoidFunction;
@@ -16,6 +16,6 @@ export declare abstract class ConsoleScreen<State extends object> extends Consol
16
16
  * @param {Widgets.IScreenOptions} [props] - The properties to apply to the screen widget.
17
17
  * @param {ScreenKeyBinding[]} [keyBinding] - An array of key bindings for the screen widget.
18
18
  */
19
- constructor(props?: Widgets.IScreenOptions, keyBinding?: ScreenKeyBinding[]);
19
+ constructor(props?: BlessedWidgetOptions['screen'], keyBinding?: ScreenKeyBinding[]);
20
20
  }
21
21
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/commando",
3
- "version": "0.204.56",
3
+ "version": "0.204.58",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",