feat(interactive): Add interactive console features and refactor spinner module by renaming source-ora to source-interactive and removing ora dependency

This commit is contained in:
2025-05-15 19:53:29 +00:00
parent 09da3a1e2d
commit 7e8a404fcf
13 changed files with 989 additions and 269 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartlog',
version: '3.0.9',
version: '3.1.0',
description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.'
}