@nx-dotnet/core
Advanced tools
Comparing version 0.0.6-dev.53 to 0.0.6-dev.54
{ | ||
"name": "@nx-dotnet/core", | ||
"version": "0.0.6-dev.53", | ||
"version": "0.0.6-dev.54", | ||
"main": "src/index.js", | ||
@@ -9,6 +9,6 @@ "generators": "./generators.json", | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "0.0.6-dev.53", | ||
"@nx-dotnet/utils": "0.0.6-dev.53", | ||
"@nx-dotnet/dotnet": "0.0.6-dev.54", | ||
"@nx-dotnet/utils": "0.0.6-dev.54", | ||
"chokidar": "^3.5.1" | ||
} | ||
} |
@@ -23,3 +23,3 @@ "use strict"; | ||
if (timeout) { | ||
timeout.unref(); | ||
clearTimeout(timeout); | ||
} | ||
@@ -26,0 +26,0 @@ timeout = setTimeout(() => { |
Sorry, the diff of this file is not supported yet
37927
+ Added@nx-dotnet/dotnet@0.0.6-dev.54(transitive)
+ Added@nx-dotnet/utils@0.0.6-dev.54(transitive)
- Removed@nx-dotnet/dotnet@0.0.6-dev.53(transitive)
- Removed@nx-dotnet/utils@0.0.6-dev.53(transitive)