@chevre/domain 21.2.0-alpha.103 → 21.2.0-alpha.105
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.
|
@@ -767,7 +767,7 @@ function updateEvent4ttts(params) {
|
|
|
767
767
|
throw error;
|
|
768
768
|
}
|
|
769
769
|
// アクション完了
|
|
770
|
-
yield repos.action.complete({ typeOf: action.typeOf, id: action.id, result: {} });
|
|
770
|
+
yield repos.action.complete({ typeOf: action.typeOf, id: action.id, result: { id: event.id } });
|
|
771
771
|
yield (0, offer_1.onEventChanged)({ event, isNew: false, useInform: true })({
|
|
772
772
|
event: repos.event,
|
|
773
773
|
project: repos.project,
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@chevre/factory": "4.313.0-alpha.
|
|
12
|
+
"@chevre/factory": "4.313.0-alpha.30",
|
|
13
13
|
"@cinerino/sdk": "3.157.0-alpha.9",
|
|
14
14
|
"@motionpicture/coa-service": "9.2.0",
|
|
15
15
|
"@motionpicture/gmo-service": "5.2.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.105"
|
|
121
121
|
}
|