onix-chess
Advanced tools
Comparing version 7.1.1 to 7.1.2
@@ -354,3 +354,3 @@ "use strict"; | ||
if (this.isInstanceOfTreePart(mv)) { | ||
const move = this.CurrentMove.First; | ||
const move = this.CurrentMove.Begin; | ||
if (move && move.sm) { | ||
@@ -357,0 +357,0 @@ move.sm.eval = new EvalItem_1.EvalItem(mv.eval); |
{ | ||
"name": "onix-chess", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -426,3 +426,3 @@ import toSafeInteger from 'lodash-es/toSafeInteger'; | ||
if (this.isInstanceOfTreePart(mv)) { | ||
const move = this.CurrentMove.First; | ||
const move = this.CurrentMove.Begin; | ||
if (move && move.sm) { | ||
@@ -429,0 +429,0 @@ move.sm.eval = new EvalItem(mv.eval); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package