Skip to content

Commit a841597

Browse files
committed
version bump
1 parent 519dd72 commit a841597

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@stackpress/lib",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"license": "Apache-2.0",
66
"description": "Shared library used across stackpress projects",
77
"author": "Chris <chris@incept.asia>",

src/router/Terminal.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ export default class Terminal<R = unknown, S = unknown>
104104
return [ ...this._args ];
105105
}
106106

107+
/**
108+
* Returns the terminal brand
109+
*/
110+
public get brand() {
111+
return this._controls.brand;
112+
}
113+
107114
/**
108115
* Returns the terminal controls
109116
*/

0 commit comments

Comments
 (0)