@block52/poker-vm-sdk 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/types/game.d.ts +2 -2
- package/dist/types/game.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55774,7 +55774,6 @@ exports.PlayerStatus = void 0;
|
|
|
55774
55774
|
PlayerStatus["SITTING_OUT"] = "sitting-out";
|
|
55775
55775
|
PlayerStatus["SITTING_IN"] = "sitting-in";
|
|
55776
55776
|
PlayerStatus["SHOWING"] = "showing";
|
|
55777
|
-
PlayerStatus["WAITING"] = "waiting";
|
|
55778
55777
|
})(exports.PlayerStatus || (exports.PlayerStatus = {}));
|
|
55779
55778
|
exports.TexasHoldemRound = void 0;
|
|
55780
55779
|
(function (TexasHoldemRound) {
|