@dumpster-fire/game
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "@dumpster-fire/game", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "src/index", | ||
@@ -24,3 +24,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "9fc77fc121c552293a23cd5590ccfd56a1885796" | ||
"gitHead": "0c0bd3ba2f2944b86dea31215ad18d729f4916b6" | ||
} |
@@ -571,2 +571,3 @@ import { Game, PlayerView, TurnOrder } from "@dumpster-fire/boardgame.io/core"; | ||
ctx.events.endPhase(); | ||
return; | ||
} | ||
@@ -577,2 +578,3 @@ | ||
ctx.events.endPhase(); | ||
return; | ||
} | ||
@@ -579,0 +581,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
61867
720