@nx/workspace
Advanced tools
Comparing version 19.7.0 to 19.7.1
{ | ||
"name": "@nx/workspace", | ||
"version": "19.7.0", | ||
"version": "19.7.1", | ||
"private": false, | ||
@@ -64,3 +64,3 @@ "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.", | ||
"dependencies": { | ||
"@nx/devkit": "19.7.0", | ||
"@nx/devkit": "19.7.1", | ||
"chalk": "^4.1.0", | ||
@@ -70,4 +70,4 @@ "enquirer": "~2.3.6", | ||
"yargs-parser": "21.1.1", | ||
"nx": "19.7.0", | ||
"@nrwl/workspace": "19.7.0" | ||
"nx": "19.7.1", | ||
"@nrwl/workspace": "19.7.1" | ||
}, | ||
@@ -74,0 +74,0 @@ "publishConfig": { |
@@ -77,2 +77,10 @@ "use strict"; | ||
nxJson.namedInputs.sharedGlobals.push(input); | ||
// Ensure 'default' named input exists and includes 'sharedGlobals' | ||
if (!nxJson.namedInputs.default) { | ||
nxJson.namedInputs.default = ['sharedGlobals']; | ||
} | ||
else if (Array.isArray(nxJson.namedInputs.default) && | ||
!nxJson.namedInputs.default.includes('sharedGlobals')) { | ||
nxJson.namedInputs.default.push('sharedGlobals'); | ||
} | ||
} |
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
225961
4877
+ Added@nrwl/devkit@19.7.1(transitive)
+ Added@nrwl/tao@19.7.1(transitive)
+ Added@nrwl/workspace@19.7.1(transitive)
+ Added@nx/devkit@19.7.1(transitive)
+ Added@nx/nx-darwin-arm64@19.7.1(transitive)
+ Added@nx/nx-darwin-x64@19.7.1(transitive)
+ Added@nx/nx-freebsd-x64@19.7.1(transitive)
+ Added@nx/nx-linux-arm-gnueabihf@19.7.1(transitive)
+ Added@nx/nx-linux-arm64-gnu@19.7.1(transitive)
+ Added@nx/nx-linux-arm64-musl@19.7.1(transitive)
+ Added@nx/nx-linux-x64-gnu@19.7.1(transitive)
+ Added@nx/nx-linux-x64-musl@19.7.1(transitive)
+ Added@nx/nx-win32-arm64-msvc@19.7.1(transitive)
+ Added@nx/nx-win32-x64-msvc@19.7.1(transitive)
+ Addednx@19.7.1(transitive)
- Removed@nrwl/devkit@19.7.0(transitive)
- Removed@nrwl/tao@19.7.0(transitive)
- Removed@nrwl/workspace@19.7.0(transitive)
- Removed@nx/devkit@19.7.0(transitive)
- Removed@nx/nx-darwin-arm64@19.7.0(transitive)
- Removed@nx/nx-darwin-x64@19.7.0(transitive)
- Removed@nx/nx-freebsd-x64@19.7.0(transitive)
- Removed@nx/nx-linux-arm-gnueabihf@19.7.0(transitive)
- Removed@nx/nx-linux-arm64-gnu@19.7.0(transitive)
- Removed@nx/nx-linux-arm64-musl@19.7.0(transitive)
- Removed@nx/nx-linux-x64-gnu@19.7.0(transitive)
- Removed@nx/nx-linux-x64-musl@19.7.0(transitive)
- Removed@nx/nx-win32-arm64-msvc@19.7.0(transitive)
- Removed@nx/nx-win32-x64-msvc@19.7.0(transitive)
- Removednx@19.7.0(transitive)
Updated@nrwl/workspace@19.7.1
Updated@nx/devkit@19.7.1
Updatednx@19.7.1