Comparing version 1.7.3 to 1.7.4
@@ -764,3 +764,3 @@ "use strict"; | ||
? consts_1.verticalPiecePositions.slice(playerPosition.y) | ||
: consts_1.verticalPiecePositions.slice(0, -playerPosition.y); | ||
: __spreadArray([], consts_1.verticalPiecePositions).reverse().slice(10 - playerPosition.y); | ||
return shortestPathVerticalCoordinates.map(function (y) { return ({ | ||
@@ -767,0 +767,0 @@ x: playerPosition.x, |
{ | ||
"name": "quoridor", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "A JavaScipt Quoridor library for move validation etc.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
148234