mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user