@nx-dotnet/core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,7 @@ | ||
## [1.0.1](https://github.com/nx-dotnet/nx-dotnet/compare/v1.0.0...v1.0.1) (2021-08-04) | ||
### Bug Fixes | ||
- **core:** dep-graph affected should work ([#76](https://github.com/nx-dotnet/nx-dotnet/issues/76)) ([2e56afc](https://github.com/nx-dotnet/nx-dotnet/commit/2e56afc9b46e11ad1fb1ef5ea7767e1923fac0a0)) | ||
# [1.0.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.15.0...v1.0.0) (2021-07-30) | ||
@@ -2,0 +8,0 @@ |
@@ -8,4 +8,4 @@ { | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "1.0.0", | ||
"@nx-dotnet/utils": "1.0.0", | ||
"@nx-dotnet/dotnet": "1.0.1", | ||
"@nx-dotnet/utils": "1.0.1", | ||
"glob": "^7.1.6", | ||
@@ -23,3 +23,3 @@ "rimraf": "^3.0.2", | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
@@ -26,0 +26,0 @@ "Nx", |
@@ -23,3 +23,4 @@ "use strict"; | ||
function visitProject(builder, context, project, projectName) { | ||
utils_1.getDependantProjectsForNxProject(projectName, context.workspace, ({ projectFile }, dependencyName) => { | ||
const projectFile = utils_1.getProjectFileForNxProjectSync(project); | ||
utils_1.getDependantProjectsForNxProject(projectName, context.workspace, (config, dependencyName) => { | ||
builder.addExplicitDependency(projectName, projectFile, dependencyName); | ||
@@ -26,0 +27,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124478
1831
0
+ Added@nx-dotnet/dotnet@1.0.1(transitive)
+ Added@nx-dotnet/utils@1.0.1(transitive)
- Removed@nx-dotnet/dotnet@1.0.0(transitive)
- Removed@nx-dotnet/utils@1.0.0(transitive)
Updated@nx-dotnet/dotnet@1.0.1
Updated@nx-dotnet/utils@1.0.1