Update common.ts

This commit is contained in:
Andras Bacsai
2022-08-30 16:13:07 +02:00
committed by GitHub
parent fd15e5182d
commit 1cdbda1b6b

View File

@@ -21,7 +21,7 @@ import { scheduler } from './scheduler';
import { supportedServiceTypesAndVersions } from './services/supportedVersions';
import { includeServices } from './services/common';
export const version = '3.8.6';
export const version = '3.8.7';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';
@@ -1537,4 +1537,4 @@ export function decryptApplication(application: any) {
return application;
}
}
}