@nx/plugin 19.7.0-beta.0 → 19.7.0-beta.2
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": "19.7.0-beta.
|
|
3
|
+
"version": "19.7.0-beta.2",
|
|
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": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"fs-extra": "^11.1.0",
|
|
31
31
|
"tslib": "^2.3.0",
|
|
32
|
-
"@nx/devkit": "19.7.0-beta.
|
|
33
|
-
"@nx/jest": "19.7.0-beta.
|
|
34
|
-
"@nx/js": "19.7.0-beta.
|
|
35
|
-
"@nx/eslint": "19.7.0-beta.
|
|
36
|
-
"@nrwl/nx-plugin": "19.7.0-beta.
|
|
32
|
+
"@nx/devkit": "19.7.0-beta.2",
|
|
33
|
+
"@nx/jest": "19.7.0-beta.2",
|
|
34
|
+
"@nx/js": "19.7.0-beta.2",
|
|
35
|
+
"@nx/eslint": "19.7.0-beta.2",
|
|
36
|
+
"@nrwl/nx-plugin": "19.7.0-beta.2"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
@@ -68,11 +68,7 @@
|
|
|
68
68
|
"e2eProject": {
|
|
69
69
|
"type": "string",
|
|
70
70
|
"description": "The name of the e2e project.",
|
|
71
|
-
"
|
|
72
|
-
"$default": {
|
|
73
|
-
"$source": "projectName"
|
|
74
|
-
},
|
|
75
|
-
"x-prompt": "What is the name of the e2e project?"
|
|
71
|
+
"x-prompt": "What is the name of the e2e project? Leave blank to skip e2e tests"
|
|
76
72
|
}
|
|
77
73
|
},
|
|
78
74
|
"required": ["name", "project"]
|