@nx/plugin 19.0.1 → 19.0.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 +6 -6
- package/src/generators/executor/schema.d.ts +1 -1
- package/src/generators/executor/schema.json +1 -1
- package/src/generators/generator/schema.d.ts +1 -1
- package/src/generators/generator/schema.json +1 -1
- package/src/generators/migration/schema.d.ts +1 -1
- package/src/generators/migration/schema.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/plugin",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.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.0.
|
|
33
|
-
"@nx/jest": "19.0.
|
|
34
|
-
"@nx/js": "19.0.
|
|
35
|
-
"@nx/eslint": "19.0.
|
|
36
|
-
"@nrwl/nx-plugin": "19.0.
|
|
32
|
+
"@nx/devkit": "19.0.2",
|
|
33
|
+
"@nx/jest": "19.0.2",
|
|
34
|
+
"@nx/js": "19.0.2",
|
|
35
|
+
"@nx/eslint": "19.0.2",
|
|
36
|
+
"@nrwl/nx-plugin": "19.0.2"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
@@ -11,7 +11,7 @@ export interface Schema {
|
|
|
11
11
|
skipFormat?: boolean;
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
|
-
* @deprecated Provide the `directory` option instead. The project will be determined from the directory provided. It will be removed in Nx
|
|
14
|
+
* @deprecated Provide the `directory` option instead. The project will be determined from the directory provided. It will be removed in Nx v20.
|
|
15
15
|
*/
|
|
16
16
|
project?: string;
|
|
17
17
|
}
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"$default": {
|
|
63
63
|
"$source": "projectName"
|
|
64
64
|
},
|
|
65
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx
|
|
65
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v20."
|
|
66
66
|
},
|
|
67
67
|
"skipFormat": {
|
|
68
68
|
"type": "boolean",
|
|
@@ -10,7 +10,7 @@ export interface Schema {
|
|
|
10
10
|
nameAndDirectoryFormat?: NameAndDirectoryFormat;
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* @deprecated Provide the `directory` option instead. The project will be determined from the directory provided. It will be removed in Nx
|
|
13
|
+
* @deprecated Provide the `directory` option instead. The project will be determined from the directory provided. It will be removed in Nx v20.
|
|
14
14
|
*/
|
|
15
15
|
project?: string;
|
|
16
16
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"$default": {
|
|
52
52
|
"$source": "projectName"
|
|
53
53
|
},
|
|
54
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx
|
|
54
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v20."
|
|
55
55
|
},
|
|
56
56
|
"skipFormat": {
|
|
57
57
|
"type": "boolean",
|
|
@@ -10,7 +10,7 @@ export interface Schema {
|
|
|
10
10
|
nameAndDirectoryFormat?: NameAndDirectoryFormat;
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* @deprecated Provide the `directory` option instead. The project will be determined from the directory provided. It will be removed in Nx
|
|
13
|
+
* @deprecated Provide the `directory` option instead. The project will be determined from the directory provided. It will be removed in Nx v20.
|
|
14
14
|
*/
|
|
15
15
|
project?: string;
|
|
16
16
|
}
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"$default": {
|
|
45
45
|
"$source": "projectName"
|
|
46
46
|
},
|
|
47
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx
|
|
47
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v20."
|
|
48
48
|
},
|
|
49
49
|
"packageJsonUpdates": {
|
|
50
50
|
"type": "boolean",
|