feat: Add queue reset button

This commit is contained in:
Andras Bacsai
2022-09-11 11:51:43 +00:00
parent 0a68a48fc5
commit 143cd46a81
6 changed files with 346 additions and 279 deletions

View File

@@ -21,7 +21,7 @@ import { scheduler } from './scheduler';
import { supportedServiceTypesAndVersions } from './services/supportedVersions';
import { includeServices } from './services/common';
export const version = '3.10.1';
export const version = '3.10.2';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';