fix(ts_web): fix web dashboard typings and update generated commit info

This commit is contained in:
2026-01-26 00:54:12 +00:00
parent 3d8fe65b55
commit 6110dd8e71
4 changed files with 560 additions and 423 deletions

View File

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