fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-15 12:02:44 +02:00
parent a6cd0cb579
commit 4b0db4da21
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/taskbuffer',
version: '3.1.4',
version: '3.1.5',
description: 'flexible task management. TypeScript ready!'
}

View File

@ -17,6 +17,7 @@ export interface IDistributedTaskRequest {
export interface IDistributedTaskRequestResult {
submitterId: string;
requestResponseId: string;
considered: boolean;
rank: number;
reason: string;