@timardex/cluemart-server-shared 1.0.130 → 1.0.131
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/{chunk-YFZVVTXN.mjs → chunk-6WUH4RWX.mjs} +2 -1
- package/dist/chunk-6WUH4RWX.mjs.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-YFZVVTXN.mjs.map +0 -1
|
@@ -10705,6 +10705,7 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
|
|
|
10705
10705
|
var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
|
|
10706
10706
|
EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
|
|
10707
10707
|
EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
|
|
10708
|
+
EnumGameStatus2["GAME_IN_PROGRESS"] = "GAME_IN_PROGRESS";
|
|
10708
10709
|
return EnumGameStatus2;
|
|
10709
10710
|
})(EnumGameStatus || {});
|
|
10710
10711
|
|
|
@@ -12091,4 +12092,4 @@ react/cjs/react.development.js:
|
|
|
12091
12092
|
* LICENSE file in the root directory of this source tree.
|
|
12092
12093
|
*)
|
|
12093
12094
|
*/
|
|
12094
|
-
//# sourceMappingURL=chunk-
|
|
12095
|
+
//# sourceMappingURL=chunk-6WUH4RWX.mjs.map
|