@timardex/cluemart-server-shared 1.0.125 → 1.0.126
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-74OLF5ZW.mjs} +2 -2
- package/dist/chunk-74OLF5ZW.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -1
- 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
|
@@ -11926,7 +11926,7 @@ var schemaLetters = new MongooseSchema19(
|
|
|
11926
11926
|
collected: { required: false, type: [String] },
|
|
11927
11927
|
shuffled: { required: true, type: [String] },
|
|
11928
11928
|
todaysLetter: { required: false, type: String },
|
|
11929
|
-
todaysPlacement: { required:
|
|
11929
|
+
todaysPlacement: { required: false, type: String }
|
|
11930
11930
|
},
|
|
11931
11931
|
{ _id: false }
|
|
11932
11932
|
);
|
|
@@ -12031,4 +12031,4 @@ react/cjs/react.development.js:
|
|
|
12031
12031
|
* LICENSE file in the root directory of this source tree.
|
|
12032
12032
|
*)
|
|
12033
12033
|
*/
|
|
12034
|
-
//# sourceMappingURL=chunk-
|
|
12034
|
+
//# sourceMappingURL=chunk-74OLF5ZW.mjs.map
|