Merge branch 'next' into some-tweaks

This commit is contained in:
Andras Bacsai
2022-09-11 13:56:07 +02:00
committed by GitHub
7 changed files with 346 additions and 280 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';