@live-change/task-service 0.9.159 → 0.9.161

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/task.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/task-service",
3
- "version": "0.9.159",
3
+ "version": "0.9.161",
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.9.159",
26
- "@live-change/relations-plugin": "^0.9.159"
25
+ "@live-change/framework": "^0.9.161",
26
+ "@live-change/relations-plugin": "^0.9.161"
27
27
  },
28
- "gitHead": "8a605f68b81ff004da33e71667d2a7c75fe68ee4"
28
+ "gitHead": "1361610ea2c25bfecff4ec102cde2fd2aecbdb53"
29
29
  }
package/task.ts CHANGED
@@ -89,6 +89,7 @@ async function createOrReuseTask(taskDefinition, props, causeType, cause, expire
89
89
  return taskObject
90
90
  }
91
91
 
92
+
92
93
  async function startTask(taskFunction, props, causeType, cause, expire, client:ClientInfo){
93
94
  const taskObject = await createOrReuseTask(taskFunction.definition, props, causeType, cause, expire, client)
94
95
  const context = {