Update domain-task package to version 2.0.1 (major bump because breaking change) and modify 'fetch' behaviour so it no longer tries to register the task with domain-task automatically. See code comments for reasons.

This commit is contained in:
SteveSandersonMS
2016-07-11 11:42:24 +01:00
parent c1a1bdf373
commit fc897475f3
4 changed files with 34 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "domain-task",
"version": "1.0.1",
"version": "2.0.1",
"description": "Tracks outstanding operations for a logical thread of execution",
"main": "main.js",
"main": "index.js",
"scripts": {
"prepublish": "tsd update && tsc && echo 'Finished building NPM package \"domain-task\"'",
"test": "echo \"Error: no test specified\" && exit 1"