haruki-sekai-deck-recommend-cpp 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -273,6 +273,8 @@ export interface RecommendDeck {
273
273
 
274
274
  export interface RecommendResult {
275
275
  decks: RecommendDeck[]
276
+ /** Wall-clock time of the search algorithm itself in milliseconds (excludes option/user-data parsing and result serialization). */
277
+ cost_ms: number
276
278
  }
277
279
 
278
280
  export interface WorldBloomSupportCard {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haruki-sekai-deck-recommend-cpp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "WebAssembly bindings for the Project Sekai deck recommendation engine.",
5
5
  "type": "module",
6
6
  "license": "LGPL-2.0-only",
Binary file