@nx/plugin 20.5.0 → 20.6.0-beta.0
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/plugin",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.6.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
|
|
6
6
|
"repository": {
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.0",
|
|
31
|
-
"@nx/devkit": "20.
|
|
32
|
-
"@nx/jest": "20.
|
|
33
|
-
"@nx/js": "20.
|
|
34
|
-
"@nx/eslint": "20.
|
|
31
|
+
"@nx/devkit": "20.6.0-beta.0",
|
|
32
|
+
"@nx/jest": "20.6.0-beta.0",
|
|
33
|
+
"@nx/js": "20.6.0-beta.0",
|
|
34
|
+
"@nx/eslint": "20.6.0-beta.0"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
@@ -168,7 +168,7 @@ async function e2eProjectGeneratorInternal(host, schema) {
|
|
|
168
168
|
// If we are using the new TS solution
|
|
169
169
|
// We need to update the workspace file (package.json or pnpm-workspaces.yaml) to include the new project
|
|
170
170
|
if (options.isTsSolutionSetup) {
|
|
171
|
-
(0, ts_solution_setup_1.addProjectToTsSolutionWorkspace)(host, options.projectRoot);
|
|
171
|
+
await (0, ts_solution_setup_1.addProjectToTsSolutionWorkspace)(host, options.projectRoot);
|
|
172
172
|
}
|
|
173
173
|
if (!options.skipFormat) {
|
|
174
174
|
await (0, devkit_1.formatFiles)(host);
|