@live-change/task-service 0.8.111 → 0.8.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.
- package/package.json +4 -4
- package/task.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/task-service",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.112",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@live-change/framework": "^0.8.
|
|
26
|
-
"@live-change/relations-plugin": "^0.8.
|
|
25
|
+
"@live-change/framework": "^0.8.112",
|
|
26
|
+
"@live-change/relations-plugin": "^0.8.112"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "e0d0db33777f8f9fc9f5ebe1a977cf574b837be6"
|
|
29
29
|
}
|
package/task.js
CHANGED
|
@@ -213,7 +213,7 @@ export default function task(definition, serviceDefinition) {
|
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
try {
|
|
216
|
-
const result = await definition.execute(props, runContext)
|
|
216
|
+
const result = await definition.execute(props, runContext, emit)
|
|
217
217
|
await updateTask({
|
|
218
218
|
state: 'done',
|
|
219
219
|
doneAt: new Date(),
|