onix-chess
Advanced tools
Comparing version 6.5.1 to 6.5.2
@@ -183,3 +183,3 @@ "use strict"; | ||
get StartPlyCount() { | ||
return (this.startPos) ? this.startPos.PlyCount : 0; | ||
return (this.startPos) ? this.startPos.PlyCount : 1; | ||
} | ||
@@ -186,0 +186,0 @@ get RawData() { |
{ | ||
"name": "onix-chess", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "Onix chess library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -175,3 +175,3 @@ import toSafeInteger from 'lodash-es/toSafeInteger'; | ||
public get StartPlyCount() { | ||
return (this.startPos) ? this.startPos.PlyCount : 0; | ||
return (this.startPos) ? this.startPos.PlyCount : 1; | ||
} | ||
@@ -178,0 +178,0 @@ |
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