feat(core): Add debounced tasks and step-based progress tracking; upgrade deps and improve dashboard and scheduling

This commit is contained in:
2025-12-04 08:47:52 +00:00
parent 2fb605a58e
commit 72f75aa7de
13 changed files with 2206 additions and 1369 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/taskbuffer',
version: '3.4.0',
version: '3.5.0',
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
}