@nrwl/devkit
Advanced tools
Comparing version 12.6.0-beta.6 to 12.6.0-beta.7
{ | ||
"name": "@nrwl/devkit", | ||
"version": "12.6.0-beta.6", | ||
"version": "12.6.0-beta.7", | ||
"description": "Smart, Extensible Build Framework", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"dependencies": { | ||
"@nrwl/tao": "12.6.0-beta.6", | ||
"@nrwl/tao": "12.6.0-beta.7", | ||
"ejs": "^3.1.5", | ||
@@ -32,0 +32,0 @@ "ignore": "^5.0.4", |
@@ -160,2 +160,3 @@ "use strict"; | ||
host.delete(configFile); | ||
delete workspaceJson.projects[projectName]; | ||
} | ||
@@ -167,3 +168,2 @@ else { | ||
workspaceJson.projects[projectName] = project.root; | ||
json_1.writeJson(host, path, workspaceJson); | ||
} | ||
@@ -178,4 +178,4 @@ } | ||
workspaceJson.projects[projectName] = workspaceConfiguration; | ||
json_1.writeJson(host, path, workspaceJson); | ||
} | ||
json_1.writeJson(host, path, workspaceJson); | ||
} | ||
@@ -182,0 +182,0 @@ function addProjectToNxJson(host, projectName, config, mode) { |
@@ -25,4 +25,5 @@ "use strict"; | ||
standaloneAsDefault: Object.values(rawWorkspace.projects).reduce( | ||
//default for second, third... projects should be based on all projects being defined as a path | ||
(allStandalone, next) => allStandalone && typeof next === 'string', | ||
// default for second, third... projects should be based on all projects being defined as a path | ||
// for configuration read from ng schematics, this is determined by configFilePath's presence | ||
(allStandalone, next) => allStandalone && (typeof next === 'string' || 'configFilePath' in next), | ||
// default for first project should be false | ||
@@ -29,0 +30,0 @@ Object.values(rawWorkspace.projects).length > 0), |
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
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
131003
2151
+ Added@nrwl/tao@12.6.0-beta.7(transitive)
- Removed@nrwl/tao@12.6.0-beta.6(transitive)
Updated@nrwl/tao@12.6.0-beta.7