@syncot/task-runner
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.1](https://github.com/SyncOT/SyncOT/compare/@syncot/task-runner@0.1.0...@syncot/task-runner@0.1.1) (2020-01-28) | ||
**Note:** Version bump only for package @syncot/task-runner | ||
# 0.1.0 (2019-12-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@syncot/task-runner", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A service for executing tasks with a configurable retry strategy.", | ||
@@ -29,8 +29,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/events": "^0.1.0", | ||
"@syncot/util": "^1.0.0", | ||
"@syncot/events": "^0.1.1", | ||
"@syncot/util": "^1.0.1", | ||
"@types/node": "^12.0.4", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e" | ||
"gitHead": "4c301b17359a9fc7e7da55677f752f7b74a4b2e3" | ||
} |
6918
Updated@syncot/events@^0.1.1
Updated@syncot/util@^1.0.1