Update common.ts
This commit is contained in:
parent
fd15e5182d
commit
1cdbda1b6b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue