battleship-types
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -56,4 +56,4 @@ // Type definitions for battleship-types 1.0 | ||
placeShip(ship: IShip, location: Location): void | ||
receiveGuess(point: IPoint): void | ||
makeGuess(point: IPoint, opponent: IPlayer): void | ||
receiveGuess(location: Location): void | ||
makeGuess(location: Location, opponent: IPlayer): void | ||
} | ||
@@ -60,0 +60,0 @@ |
{ | ||
"name": "battleship-types", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "TypeScript type definitions for the game of Battleship.", | ||
@@ -5,0 +5,0 @@ "main": "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
2761