We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce850f4 commit 2a0da24Copy full SHA for 2a0da24
index.d.ts
@@ -180,6 +180,7 @@ export interface PartialGame {
180
status?: string
181
notes?: string
182
tags?: TagVec
183
+ detailedTags?: Array<Tag>
184
source?: string
185
legacyApplicationPath?: string
186
legacyLaunchCommand?: string
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fparchive/flashpoint-archive",
3
- "version": "0.11.3",
+ "version": "0.11.4",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments