ms-toollib 1.4.17 → 1.4.19-alpha
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/ms_toollib.d.ts +2 -2
- package/ms_toollib.js +3757 -4
- package/ms_toollib_bg.wasm +0 -0
- package/package.json +3 -8
- package/ms_toollib_bg.js +0 -3725
package/ms_toollib.d.ts
CHANGED
|
@@ -445,8 +445,8 @@ export class VideoActionStateRecorder {
|
|
|
445
445
|
readonly y: number;
|
|
446
446
|
readonly mouse: string;
|
|
447
447
|
readonly useful_level: number;
|
|
448
|
-
readonly
|
|
449
|
-
readonly
|
|
448
|
+
readonly prior_game_board: GameBoard;
|
|
449
|
+
readonly next_game_board: GameBoard;
|
|
450
450
|
readonly comments: string;
|
|
451
451
|
readonly path: number;
|
|
452
452
|
readonly mouse_state: number;
|