@nx/workspace 22.0.0-beta.4 → 22.0.0-beta.5
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/workspace",
|
|
3
|
-
"version": "22.0.0-beta.
|
|
3
|
+
"version": "22.0.0-beta.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"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.",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@nx/devkit": "22.0.0-beta.
|
|
41
|
+
"@nx/devkit": "22.0.0-beta.5",
|
|
42
42
|
"@zkochan/js-yaml": "0.0.7",
|
|
43
43
|
"chalk": "^4.1.0",
|
|
44
44
|
"enquirer": "~2.3.6",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"semver": "^7.6.3",
|
|
47
47
|
"tslib": "^2.3.0",
|
|
48
48
|
"yargs-parser": "21.1.1",
|
|
49
|
-
"nx": "22.0.0-beta.
|
|
49
|
+
"nx": "22.0.0-beta.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"nx": "22.0.0-beta.
|
|
52
|
+
"nx": "22.0.0-beta.5"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
@@ -264,7 +264,6 @@ async function createReadme(tree, { name, appName, directory, preset, nxCloud, w
|
|
|
264
264
|
// ensure that pnpm install add all the missing peer deps
|
|
265
265
|
function addPnpmSettings(tree, options) {
|
|
266
266
|
tree.write((0, path_1.join)(options.directory, 'pnpm-workspace.yaml'), `autoInstallPeers: true
|
|
267
|
-
strictPeerDependencies: false
|
|
268
267
|
`);
|
|
269
268
|
}
|
|
270
269
|
function createNpmrc(tree, options) {
|