Skip to content

Commit

Permalink
Merge pull request #11 from 0u73r-h34v3n/features/sleep-mode
Browse files Browse the repository at this point in the history
Patch "InitiateSleep" Steam Client method to correcly commit played time to data base
  • Loading branch information
ynhhoJ authored Jan 10, 2025
2 parents 05fcee6 + 89ab528 commit 8fdc809
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 134 deletions.
7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PlayTime",
"version": "2.0.8",
"version": "2.0.9",
"description": "PlayTime",
"type": "module",
"scripts": {
Expand All @@ -19,11 +19,11 @@
"@types/node": "^22.10.2",
"@types/react": "18.3.3",
"mobx": "^6.12.0",
"rollup": "^4.30.0",
"rollup": "^4.30.1",
"shx": "^0.3.4",
"ts-essentials": "^10.0.4",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"@decky/api": "^1.1.2",
Expand Down
Loading

0 comments on commit 8fdc809

Please sign in to comment.