@nx-dotnet/core
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,7 @@ | ||
## [1.4.2](https://github.com/nx-dotnet/nx-dotnet/compare/v1.4.1...v1.4.2) (2021-09-27) | ||
### Bug Fixes | ||
- use exact project paths ([#143](https://github.com/nx-dotnet/nx-dotnet/issues/143)) ([7a3c5e9](https://github.com/nx-dotnet/nx-dotnet/commit/7a3c5e9bb00a893508cf47a3f1e0979108b75d78)), closes [#125](https://github.com/nx-dotnet/nx-dotnet/issues/125) | ||
## [1.4.1](https://github.com/nx-dotnet/nx-dotnet/compare/v1.4.0...v1.4.1) (2021-09-15) | ||
@@ -2,0 +8,0 @@ |
@@ -8,8 +8,8 @@ { | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "1.4.1", | ||
"@nx-dotnet/utils": "1.4.1", | ||
"glob": "^7.1.6", | ||
"@nx-dotnet/dotnet": "1.4.2", | ||
"@nx-dotnet/utils": "1.4.2", | ||
"glob": "^7.1.7", | ||
"rimraf": "^3.0.2", | ||
"xmldoc": "^1.1.2", | ||
"inquirer": "^8.0.0", | ||
"inquirer": "^8.1.5", | ||
"eslint": "^7.22.0" | ||
@@ -23,3 +23,3 @@ }, | ||
"license": "MIT", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"keywords": [ | ||
@@ -26,0 +26,0 @@ "Nx", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151328
+ Added@nx-dotnet/dotnet@1.4.2(transitive)
+ Added@nx-dotnet/utils@1.4.2(transitive)
- Removed@nx-dotnet/dotnet@1.4.1(transitive)
- Removed@nx-dotnet/utils@1.4.1(transitive)
Updated@nx-dotnet/dotnet@1.4.2
Updated@nx-dotnet/utils@1.4.2
Updatedglob@^7.1.7
Updatedinquirer@^8.1.5