@nx/workspace
Advanced tools
Comparing version 18.0.5 to 18.0.6
{ | ||
"name": "@nx/workspace", | ||
"version": "18.0.5", | ||
"version": "18.0.6", | ||
"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": "18.0.5", | ||
"@nx/devkit": "18.0.6", | ||
"chalk": "^4.1.0", | ||
@@ -70,4 +70,4 @@ "enquirer": "~2.3.6", | ||
"yargs-parser": "21.1.1", | ||
"nx": "18.0.5", | ||
"@nrwl/workspace": "18.0.5" | ||
"nx": "18.0.6", | ||
"@nrwl/workspace": "18.0.6" | ||
}, | ||
@@ -74,0 +74,0 @@ "publishConfig": { |
@@ -127,4 +127,3 @@ "use strict"; | ||
options.preset === presets_1.Preset.NuxtStandalone || | ||
options.preset === presets_1.Preset.NodeStandalone || | ||
options.preset === presets_1.Preset.NextJsStandalone) { | ||
options.preset === presets_1.Preset.NodeStandalone) { | ||
(0, devkit_1.updateJson)(tree, (0, path_1.join)(options.directory, 'package.json'), (json) => { | ||
@@ -139,2 +138,13 @@ Object.assign(json.scripts, { | ||
} | ||
if (options.preset === presets_1.Preset.NextJsStandalone) { | ||
(0, devkit_1.updateJson)(tree, (0, path_1.join)(options.directory, 'package.json'), (json) => { | ||
Object.assign(json.scripts, { | ||
dev: 'nx dev', | ||
build: 'nx build', | ||
start: 'nx start', | ||
test: 'nx test', | ||
}); | ||
return json; | ||
}); | ||
} | ||
if (options.preset === presets_1.Preset.TsStandalone) { | ||
@@ -141,0 +151,0 @@ (0, devkit_1.updateJson)(tree, (0, path_1.join)(options.directory, 'package.json'), (json) => { |
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
208788
4655
+ Added@nrwl/devkit@18.0.6(transitive)
+ Added@nrwl/tao@18.0.6(transitive)
+ Added@nrwl/workspace@18.0.6(transitive)
+ Added@nx/devkit@18.0.6(transitive)
+ Added@nx/nx-darwin-arm64@18.0.6(transitive)
+ Added@nx/nx-darwin-x64@18.0.6(transitive)
+ Added@nx/nx-freebsd-x64@18.0.6(transitive)
+ Added@nx/nx-linux-arm-gnueabihf@18.0.6(transitive)
+ Added@nx/nx-linux-arm64-gnu@18.0.6(transitive)
+ Added@nx/nx-linux-arm64-musl@18.0.6(transitive)
+ Added@nx/nx-linux-x64-gnu@18.0.6(transitive)
+ Added@nx/nx-linux-x64-musl@18.0.6(transitive)
+ Added@nx/nx-win32-arm64-msvc@18.0.6(transitive)
+ Added@nx/nx-win32-x64-msvc@18.0.6(transitive)
+ Addednx@18.0.6(transitive)
- Removed@nrwl/devkit@18.0.5(transitive)
- Removed@nrwl/tao@18.0.5(transitive)
- Removed@nrwl/workspace@18.0.5(transitive)
- Removed@nx/devkit@18.0.5(transitive)
- Removed@nx/nx-darwin-arm64@18.0.5(transitive)
- Removed@nx/nx-darwin-x64@18.0.5(transitive)
- Removed@nx/nx-freebsd-x64@18.0.5(transitive)
- Removed@nx/nx-linux-arm-gnueabihf@18.0.5(transitive)
- Removed@nx/nx-linux-arm64-gnu@18.0.5(transitive)
- Removed@nx/nx-linux-arm64-musl@18.0.5(transitive)
- Removed@nx/nx-linux-x64-gnu@18.0.5(transitive)
- Removed@nx/nx-linux-x64-musl@18.0.5(transitive)
- Removed@nx/nx-win32-arm64-msvc@18.0.5(transitive)
- Removed@nx/nx-win32-x64-msvc@18.0.5(transitive)
- Removednx@18.0.5(transitive)
Updated@nrwl/workspace@18.0.6
Updated@nx/devkit@18.0.6
Updatednx@18.0.6