Closed delucis closed 4 years ago
The Server.GameMetadata type was renamed to Server.MatchData in boardgame.io@0.40.0 causing type errors (see https://github.com/boardgameio/boardgame.io/issues/809).
Server.GameMetadata
Server.MatchData
[x] Release a patch for the current version of the library with the bgio peer dependency marked as < 0.40. (4facd71)
[x] Update the peer dependency to >= 0.40 and use the new type naming. (2c4bef742)
Fixed in 0.2.0
The
Server.GameMetadata
type was renamed toServer.MatchData
in boardgame.io@0.40.0 causing type errors (see https://github.com/boardgameio/boardgame.io/issues/809).To-do
[x] Release a patch for the current version of the library with the bgio peer dependency marked as < 0.40. (4facd71)
[x] Update the peer dependency to >= 0.40 and use the new type naming. (2c4bef742)