v4.3.0
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## 2026-05-13 - 4.3.0
|
||||
|
||||
### Features
|
||||
|
||||
- add optional live timers and spinners to terminal tasks (terminal)
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartcli",
|
||||
"private": false,
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartcli',
|
||||
version: '4.2.0',
|
||||
version: '4.3.0',
|
||||
description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user