@nx/workspace 23.0.0-beta.22 → 23.0.0-beta.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -297,7 +297,6 @@ async function createPreset(tree, options) {
|
|
|
297
297
|
name: options.workspaces ? undefined : options.name,
|
|
298
298
|
directory: '.',
|
|
299
299
|
linter: options.linter,
|
|
300
|
-
standaloneConfig: options.standaloneConfig,
|
|
301
300
|
framework: options.framework,
|
|
302
301
|
docker: options.docker,
|
|
303
302
|
rootProject: true,
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
"type": "boolean",
|
|
55
55
|
"default": false
|
|
56
56
|
},
|
|
57
|
-
"standaloneConfig": {
|
|
58
|
-
"description": "Split the project configurations into `<projectRoot>/project.json` rather than including it inside `workspace.json`.",
|
|
59
|
-
"type": "boolean",
|
|
60
|
-
"default": true,
|
|
61
|
-
"x-deprecated": "Nx only supports standaloneConfig"
|
|
62
|
-
},
|
|
63
57
|
"packageManager": {
|
|
64
58
|
"description": "The package manager used to install dependencies.",
|
|
65
59
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/workspace",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"semver": "^7.6.3",
|
|
86
86
|
"tslib": "^2.3.0",
|
|
87
87
|
"yargs-parser": "21.1.1",
|
|
88
|
-
"nx": "23.0.0-beta.
|
|
89
|
-
"@nx/devkit": "23.0.0-beta.
|
|
88
|
+
"nx": "23.0.0-beta.24",
|
|
89
|
+
"@nx/devkit": "23.0.0-beta.24"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"nx": "23.0.0-beta.
|
|
92
|
+
"nx": "23.0.0-beta.24"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"access": "public"
|