File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
11
[dependencies ]
12
12
napi = { version = " 2" , features = [" async" ] }
13
13
napi-derive = " 2"
14
- flashpoint-archive = { version = " 0.7.11 " , features = [" napi" ] }
14
+ flashpoint-archive = { version = " 0.7.12 " , features = [" napi" ] }
15
15
16
16
[build-dependencies ]
17
17
napi-build = " 2"
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ export interface PartialGame {
169
169
activeDataOnDisk ?: boolean
170
170
lastPlayed ?: string
171
171
playtime ?: number
172
+ playCounter ?: number
172
173
activeGameConfigId ?: number
173
174
activeGameConfigOwner ?: string
174
175
archiveState ?: number
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fparchive/flashpoint-archive" ,
3
- "version" : " 0.7.11 " ,
3
+ "version" : " 0.7.12 " ,
4
4
"main" : " index.js" ,
5
5
"types" : " index.d.ts" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments