@live-change/task-service 0.8.113 → 0.8.114
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 +0 -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.114",
|
|
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.114",
|
|
26
|
+
"@live-change/relations-plugin": "^0.8.114"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "1a5a437aae382d766c2806a11f805370ee8cc40a"
|
|
29
29
|
}
|
package/task.js
CHANGED
|
@@ -273,7 +273,6 @@ export default function task(definition, serviceDefinition) {
|
|
|
273
273
|
serviceDefinition.beforeStart(async () => {
|
|
274
274
|
setTimeout(async () => {
|
|
275
275
|
let gt = undefined
|
|
276
|
-
console.log("GT", gt)
|
|
277
276
|
let tasksToRestart = await app.viewGet('runningTaskRootsByName', {
|
|
278
277
|
name: definition.name,
|
|
279
278
|
gt,
|