@timardex/cluemart-server-shared 1.0.125 → 1.0.127
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-EETTPPCU.mjs → chunk-C7VXPMJJ.mjs} +3 -4
- package/dist/chunk-C7VXPMJJ.mjs.map +1 -0
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -3
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +2 -3
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-EETTPPCU.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -11945,9 +11945,8 @@ var schemaBaseGame = new MongooseSchema19(
|
|
|
11945
11945
|
var schemaLetters = new MongooseSchema19(
|
|
11946
11946
|
{
|
|
11947
11947
|
collected: { required: false, type: [String] },
|
|
11948
|
-
shuffled: { required: true, type: [String] }
|
|
11949
|
-
todaysLetter
|
|
11950
|
-
todaysPlacement: { required: true, type: String }
|
|
11948
|
+
shuffled: { required: true, type: [String] }
|
|
11949
|
+
// todaysLetter and todaysPlacement is generated in the backend, so they are not required
|
|
11951
11950
|
},
|
|
11952
11951
|
{ _id: false }
|
|
11953
11952
|
);
|