fix(core): Refactor Smartshell class for improved code clarity and performance

This commit is contained in:
2025-02-20 12:37:10 +01:00
parent cb41dbaf1c
commit 7c14102324
3 changed files with 93 additions and 87 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartshell',
version: '3.2.2',
version: '3.2.3',
description: 'A library for executing shell commands using promises.'
}