@nx-dotnet/utils
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"bugs": { | ||
@@ -14,0 +14,0 @@ "url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen", |
@@ -9,1 +9,3 @@ export * from './args'; | ||
export * from './xml'; | ||
export * from './is-buffer'; | ||
export * from './childprocess'; |
@@ -12,2 +12,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./xml"), exports); | ||
tslib_1.__exportStar(require("./is-buffer"), exports); | ||
tslib_1.__exportStar(require("./childprocess"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,3 @@ "use strict"; | ||
const devkit_1 = require("@nrwl/devkit"); | ||
const app_root_1 = require("@nrwl/tao/src/utils/app-root"); | ||
const fs_1 = require("fs"); | ||
@@ -30,3 +31,3 @@ const path_1 = require("path"); | ||
}); | ||
const netProjectFilePath = getProjectFileForNxProjectSync(workspaceConfiguration.projects[targetProject]); | ||
const netProjectFilePath = path_1.relative(process.cwd(), path_1.resolve(app_root_1.appRootPath, getProjectFileForNxProjectSync(workspaceConfiguration.projects[targetProject]))); | ||
const hostProjectDirectory = path_1.dirname(netProjectFilePath).replace(/\\/g, '/'); | ||
@@ -33,0 +34,0 @@ const xml = new xmldoc_1.XmlDocument(fs_1.readFileSync(netProjectFilePath).toString()); |
Sorry, the diff of this file is not supported yet
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
33426
74
462
1