fix(core): update

This commit is contained in:
2022-11-09 10:36:18 +01:00
parent ae6a6ce67e
commit a9d84d5147
5 changed files with 4337 additions and 15056 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/taskbuffer',
version: '3.0.2',
version: '3.0.3',
description: 'flexible task management. TypeScript ready!'
}

View File

@ -0,0 +1,5 @@
import * as plugins from './taskbuffer.plugins.js';
export class DistributedCoordinator {
}