@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.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) {