File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
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" , " serde-json" ] }
13
13
napi-derive = " 2"
14
- flashpoint-archive = { version = " 0.13.1 " , features = [" napi" ] }
14
+ flashpoint-archive = { version = " 0.13.2 " , features = [" napi" ] }
15
15
16
16
[build-dependencies ]
17
17
napi-build = " 2"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export interface GameSearch {
15
15
withTagFilter ?: Array < string >
16
16
}
17
17
export interface GameSearchOffset {
18
- value : string
18
+ value : any
19
19
title : string
20
20
gameId : string
21
21
}
@@ -105,7 +105,7 @@ export interface SizeFilter {
105
105
}
106
106
export interface PageTuple {
107
107
id : string
108
- orderVal : string
108
+ orderVal : any
109
109
title : string
110
110
}
111
111
export const enum ElementType {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fparchive/flashpoint-archive" ,
3
- "version" : " 0.13.1 " ,
3
+ "version" : " 0.13.2 " ,
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