chore: Bump SDA version to 9.1.0 (#1033)

* Bump SDA version to 9.1.0

* Bump typescript version

* Fix lint issues
This commit is contained in:
Kiran Niranjan 2020-07-22 05:26:44 +05:30 committed by GitHub
parent 2c0d64c1bb
commit 589bc1f8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "symphony",
"productName": "Symphony",
"version": "9.0.1",
"version": "9.1.0",
"clientVersion": "2.0.1",
"buildNumber": "0",
"searchAPIVersion": "1.55.3",
@ -145,7 +145,7 @@
"spectron": "^11.0.0",
"ts-jest": "25.3.0",
"tslint": "5.11.0",
"typescript": "3.1.1"
"typescript": "3.9.7"
},
"dependencies": {
"archiver": "3.1.1",

View File

@ -727,9 +727,6 @@ export class WindowHandler {
cloudConfig,
finalConfig,
hostname,
buildNumber: versionHandler.versionInfo.buildNumber,
clientVersion: versionHandler.versionInfo.clientVersion,
sfeVersion: versionHandler.versionInfo.sfeVersion,
versionLocalised,
...versionHandler.versionInfo,
};