@syncot/task-runner
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.3](https://github.com/SyncOT/SyncOT/compare/@syncot/task-runner@0.1.2...@syncot/task-runner@0.1.3) (2020-11-10) | ||
**Note:** Version bump only for package @syncot/task-runner | ||
## [0.1.2](https://github.com/SyncOT/SyncOT/compare/@syncot/task-runner@0.1.1...@syncot/task-runner@0.1.2) (2020-11-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@syncot/task-runner", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A service for executing tasks with a configurable retry strategy.", | ||
@@ -29,8 +29,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/events": "^0.1.2", | ||
"@syncot/util": "^1.0.2", | ||
"@syncot/events": "^0.1.3", | ||
"@syncot/util": "^1.0.3", | ||
"@types/node": "^14.14.6", | ||
"tslib": "^2.0.3" | ||
}, | ||
"gitHead": "2399fa565e50dcfc2f4d37afd567c6cbcfdccb15" | ||
"gitHead": "5ba3e377863fb1d00a2c1fb556ae6832f9950ada" | ||
} |
7295
Updated@syncot/events@^0.1.3
Updated@syncot/util@^1.0.3