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,6 +1,6 @@
{
"name": "aspnet-prerendering",
"version": "1.0.2",
"version": "1.0.4",
"description": "Helpers for server-side rendering of JavaScript applications in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js",
"scripts": {
@@ -10,7 +10,7 @@
"author": "Microsoft",
"license": "Apache-2.0",
"dependencies": {
"domain-task": "^1.0.1",
"domain-task": "^2.0.1",
"es6-promise": "^3.1.2"
},
"devDependencies": {