@chevre/domain 21.2.0-alpha.110 → 21.2.0-alpha.112
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.
|
@@ -927,7 +927,7 @@ class MongoRepository {
|
|
|
927
927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
928
928
|
const modifiedTime = new Date();
|
|
929
929
|
const bulkWriteOps = [];
|
|
930
|
-
if (Array.isArray(params)) {
|
|
930
|
+
if (Array.isArray(params.subReservation)) {
|
|
931
931
|
params.subReservation.forEach((subReservation) => {
|
|
932
932
|
var _a, _b;
|
|
933
933
|
bulkWriteOps.push({
|
package/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@chevre/factory": "4.313.0-alpha.
|
|
13
|
-
"@cinerino/sdk": "3.157.0-alpha.
|
|
12
|
+
"@chevre/factory": "4.313.0-alpha.35",
|
|
13
|
+
"@cinerino/sdk": "3.157.0-alpha.12",
|
|
14
14
|
"@motionpicture/coa-service": "9.2.0",
|
|
15
15
|
"@motionpicture/gmo-service": "5.2.0",
|
|
16
16
|
"@sendgrid/mail": "6.4.0",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"postversion": "git push origin --tags",
|
|
118
118
|
"prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
|
|
119
119
|
},
|
|
120
|
-
"version": "21.2.0-alpha.
|
|
120
|
+
"version": "21.2.0-alpha.112"
|
|
121
121
|
}
|