v4.3.12
This release adds sanitization methods to the TinyBasePartyKitServer class so that you can ensure only valid operations are being sent by a client.
For example, you can implement the canSetCell method to check that a user is allowed to change a given Cell in the durable copy of the Store on the server.
Remember that, in the general case, you cannot trust the client to only send data that the server considers valid or safe.