@block52/poker-vm-sdk 1.1.5 → 1.1.6
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 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/game.d.ts +2 -0
- package/dist/types/game.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55730,6 +55730,7 @@ exports.PlayerActionType = void 0;
|
|
|
55730
55730
|
})(exports.PlayerActionType || (exports.PlayerActionType = {}));
|
|
55731
55731
|
exports.NonPlayerActionType = void 0;
|
|
55732
55732
|
(function (NonPlayerActionType) {
|
|
55733
|
+
NonPlayerActionType["DEAD_SMALL_BLIND"] = "dead-small-blind";
|
|
55733
55734
|
NonPlayerActionType["DEAL"] = "deal";
|
|
55734
55735
|
NonPlayerActionType["JOIN"] = "join";
|
|
55735
55736
|
NonPlayerActionType["LEAVE"] = "leave";
|