@dumpster-fire/game
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "@dumpster-fire/game", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"main": "src/index", | ||
@@ -23,3 +23,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "996b127dd4118fd0511f9aaa51d9f8934bb67f89" | ||
"gitHead": "56472cc346ff1cb5586065372ea6d8c227d95079" | ||
} |
@@ -356,3 +356,3 @@ import { Game, PlayerView } from "boardgame.io/core"; | ||
G.players[playerID].hand = G.players[playerID].hand.filter( | ||
findCard(fullCard) | ||
({ id }) => id !== fullCard.id | ||
); | ||
@@ -359,0 +359,0 @@ } else { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22747
0