@nx/nest 19.0.1 → 19.0.3
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/class/schema.json +2 -2
- package/src/generators/controller/schema.json +2 -2
- package/src/generators/decorator/schema.json +2 -2
- package/src/generators/filter/schema.json +2 -2
- package/src/generators/gateway/schema.json +2 -2
- package/src/generators/guard/schema.json +2 -2
- package/src/generators/interceptor/schema.json +2 -2
- package/src/generators/interface/schema.json +2 -2
- package/src/generators/middleware/schema.json +2 -2
- package/src/generators/module/schema.json +2 -2
- package/src/generators/pipe/schema.json +2 -2
- package/src/generators/provider/schema.json +2 -2
- package/src/generators/resolver/schema.json +2 -2
- package/src/generators/resource/schema.json +2 -2
- package/src/generators/service/schema.json +2 -2
- package/src/generators/utils/types.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/nest",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
|
6
6
|
"repository": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@nestjs/schematics": "^9.1.0",
|
|
34
|
-
"@nx/devkit": "19.0.
|
|
35
|
-
"@nx/js": "19.0.
|
|
36
|
-
"@nx/eslint": "19.0.
|
|
37
|
-
"@nx/node": "19.0.
|
|
34
|
+
"@nx/devkit": "19.0.3",
|
|
35
|
+
"@nx/js": "19.0.3",
|
|
36
|
+
"@nx/eslint": "19.0.3",
|
|
37
|
+
"@nx/node": "19.0.3",
|
|
38
38
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
39
39
|
"tslib": "^2.3.0",
|
|
40
|
-
"@nrwl/nest": "19.0.
|
|
40
|
+
"@nrwl/nest": "19.0.3"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"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
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"$source": "projectName"
|
|
23
23
|
},
|
|
24
24
|
"alias": "p",
|
|
25
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
25
|
+
"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."
|
|
26
26
|
},
|
|
27
27
|
"nameAndDirectoryFormat": {
|
|
28
28
|
"description": "Whether to generate the component in the directory as provided, relative to the current working directory and ignoring the project (`as-provided`) or generate it using the project and directory relative to the workspace root (`derived`).",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": false
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"flat": {
|
|
44
44
|
"description": "Flag to indicate if a directory is created.",
|
|
45
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
45
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
46
46
|
"type": "boolean",
|
|
47
47
|
"default": true
|
|
48
48
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"flat": {
|
|
44
44
|
"description": "Flag to indicate if a directory is created.",
|
|
45
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
45
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
46
46
|
"type": "boolean",
|
|
47
47
|
"default": true
|
|
48
48
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"flat": {
|
|
44
44
|
"description": "Flag to indicate if a directory is created.",
|
|
45
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
45
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
46
46
|
"type": "boolean",
|
|
47
47
|
"default": false
|
|
48
48
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": true
|
|
54
54
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"$source": "projectName"
|
|
23
23
|
},
|
|
24
24
|
"alias": "p",
|
|
25
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
25
|
+
"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."
|
|
26
26
|
},
|
|
27
27
|
"directory": {
|
|
28
28
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"flat": {
|
|
45
45
|
"description": "Flag to indicate if a directory is created.",
|
|
46
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
46
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
47
47
|
"type": "boolean",
|
|
48
48
|
"default": false
|
|
49
49
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"$source": "projectName"
|
|
23
23
|
},
|
|
24
24
|
"alias": "p",
|
|
25
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
25
|
+
"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."
|
|
26
26
|
},
|
|
27
27
|
"directory": {
|
|
28
28
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"flat": {
|
|
45
45
|
"description": "Flag to indicate if a directory is created.",
|
|
46
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
46
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
47
47
|
"type": "boolean",
|
|
48
48
|
"default": false
|
|
49
49
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"$source": "projectName"
|
|
28
28
|
},
|
|
29
29
|
"alias": "p",
|
|
30
|
-
"x-deprecated": "Provide The `directory` option instead and use the `as-provided` format. the project will be determined from the directory provided.
|
|
30
|
+
"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."
|
|
31
31
|
},
|
|
32
32
|
"directory": {
|
|
33
33
|
"description": "Directory where the generated files are placed. when `--nameAndDirectoryFormat=as-provided`, it will be relative to the current working directory. otherwise, it will be relative to the workspace root.",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"flat": {
|
|
50
50
|
"description": "Flag to indicate if a directory is created.",
|
|
51
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
51
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.",
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"default": false
|
|
54
54
|
},
|
|
@@ -9,11 +9,11 @@ export type NestGeneratorOptions = {
|
|
|
9
9
|
skipFormat?: boolean;
|
|
10
10
|
nameAndDirectoryFormat?: NameAndDirectoryFormat;
|
|
11
11
|
/**
|
|
12
|
-
* @deprecated Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx
|
|
12
|
+
* @deprecated Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v20.
|
|
13
13
|
*/
|
|
14
14
|
flat?: boolean;
|
|
15
15
|
/**
|
|
16
|
-
* @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
|
|
16
|
+
* @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.
|
|
17
17
|
*/
|
|
18
18
|
project?: string;
|
|
19
19
|
};
|