-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update all electron dependencies. Electron 8.
Add electron logger back. There was issue when passing sequalize object to log.
- Loading branch information
Showing
7 changed files
with
35 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ export class LogManager { | |
} | ||
|
||
getLogger(name) { | ||
return console; | ||
return electronLog.create(name); | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tockler", | ||
"version": "3.6.6", | ||
"version": "3.8.0", | ||
"description": "Automatically track applications usage and working time", | ||
"author": "Maigo Erit <[email protected]>", | ||
"license": "GPL-2.0", | ||
|
@@ -30,12 +30,12 @@ | |
"sqlite3": "4.1.1", | ||
"hazardous": "^0.3.0", | ||
"eiphop": "^1.0.12", | ||
"electron-context-menu": "0.15.2", | ||
"electron-context-menu": "0.16.0", | ||
"electron-devtools-installer": "^2.2.4", | ||
"electron-store": "5.1.0", | ||
"electron-updater": "4.2.0", | ||
"electron-is-dev": "^1.1.0", | ||
"electron-log": "^4.0.4", | ||
"electron-log": "^4.0.6", | ||
"lodash": "^4.17.15", | ||
"menubar": "7.2.0", | ||
"moment": "2.24.0", | ||
|
@@ -46,27 +46,27 @@ | |
"peerDependencies": {}, | ||
"devDependencies": { | ||
"@babel/register": "^7.8.3", | ||
"@types/jest": "^24.9.1", | ||
"@types/jest": "^25.1.2", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^13.5.0", | ||
"@types/node": "^13.7.0", | ||
"@types/sequelize": "^4.28.8", | ||
"@types/webdriverio": "^5.0.0", | ||
"@types/webpack": "^4.41.3", | ||
"@types/webpack": "^4.41.5", | ||
"awesome-typescript-loader": "5.2.1", | ||
"copy-webpack-plugin": "5.1.1", | ||
"cpx": "^1.5.0", | ||
"cross-env": "^6.0.3", | ||
"cross-env": "^7.0.0", | ||
"cucumber": "^6.0.5", | ||
"cucumber-pretty": "^6.0.0", | ||
"electron": "7.1.10", | ||
"electron-builder": "22.2.0", | ||
"electron": "8.0.0", | ||
"electron-builder": "22.3.2", | ||
"electron-connect": "0.6.3", | ||
"electron-reload": "1.5.0", | ||
"friendly-errors-webpack-plugin": "^1.7.0", | ||
"jest": "25.1.0", | ||
"jest-cli": "25.1.0", | ||
"spectron": "^9.0.0", | ||
"ts-jest": "^25.0.0", | ||
"spectron": "^10.0.1", | ||
"ts-jest": "^25.2.0", | ||
"tslint": "^6.0.0", | ||
"typescript": "^3.7.5", | ||
"webpack": "^4.41.5", | ||
|