@nx/nest 17.3.0 → 17.3.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/nest",
3
- "version": "17.3.0",
3
+ "version": "17.3.2",
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": "17.3.0",
35
- "@nx/js": "17.3.0",
36
- "@nx/eslint": "17.3.0",
37
- "@nx/node": "17.3.0",
34
+ "@nx/devkit": "17.3.2",
35
+ "@nx/js": "17.3.2",
36
+ "@nx/eslint": "17.3.2",
37
+ "@nx/node": "17.3.2",
38
38
  "@phenomnomnominal/tsquery": "~5.0.1",
39
39
  "tslib": "^2.3.0",
40
- "@nrwl/nest": "17.3.0"
40
+ "@nrwl/nest": "17.3.2"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestApplicationGenerator",
4
4
  "title": "Nx Application Options Schema",
5
5
  "description": "Nx Application Options Schema.",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestClassGenerator",
4
4
  "title": "Nest Class Options Schema",
5
5
  "description": "Nest Class Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestControllerGenerator",
4
4
  "title": "Nest Controller Options Schema",
5
5
  "description": "Nest Controller Options Schema.",
@@ -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. it will be removed in nx v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": false
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestDecoratorGenerator",
4
4
  "title": "Nest Decorator Options Schema",
5
5
  "description": "Nest Decorator Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
45
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
46
46
  "type": "boolean",
47
47
  "default": true
48
48
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestFilterGenerator",
4
4
  "title": "Nest Filter Options Schema",
5
5
  "description": "Nest Filter Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestGatewayGenerator",
4
4
  "title": "Nest Gateway Options Schema",
5
5
  "description": "Nest Gateway Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestGuardGenerator",
4
4
  "title": "Nest Guard Options Schema",
5
5
  "description": "Nest Guard Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestInitGenerator",
4
4
  "title": "Init Nest Plugin",
5
5
  "description": "Init Nest Plugin.",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestInterceptorGenerator",
4
4
  "title": "Nest Interceptor Options Schema",
5
5
  "description": "Nest Interceptor Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestInterfaceGenerator",
4
4
  "title": "Nest Interface Options Schema",
5
5
  "description": "Nest Interface Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
45
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
46
46
  "type": "boolean",
47
47
  "default": true
48
48
  }
@@ -49,6 +49,7 @@ function toJsLibraryGeneratorOptions(options) {
49
49
  publishable: options.publishable,
50
50
  skipFormat: true,
51
51
  skipTsConfig: options.skipTsConfig,
52
+ skipPackageJson: options.skipPackageJson,
52
53
  strict: options.strict,
53
54
  tags: options.tags,
54
55
  testEnvironment: options.testEnvironment,
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestLibraryGenerator",
4
4
  "title": "Create a NestJS Library for Nx",
5
5
  "description": "Create a NestJS Library for Nx.",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestMiddlewareGenerator",
4
4
  "title": "Nest Middleware Options Schema",
5
5
  "description": "Nest Middleware Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestModuleGenerator",
4
4
  "title": "Nest Module Options Schema",
5
5
  "description": "Nest Module Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
45
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
46
46
  "type": "boolean",
47
47
  "default": false
48
48
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestPipeGenerator",
4
4
  "title": "Nest Pipe Options Schema",
5
5
  "description": "Nest Pipe Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestProviderGenerator",
4
4
  "title": "Nest Provider Options Schema",
5
5
  "description": "Nest Provider Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
52
52
  "type": "boolean",
53
53
  "default": true
54
54
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestResolverGenerator",
4
4
  "title": "Nest Resolver Options Schema",
5
5
  "description": "Nest Resolver Options Schema.",
@@ -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. it will be removed in nx v18."
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 v19."
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 v18.",
46
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
47
47
  "type": "boolean",
48
48
  "default": false
49
49
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestResourceGenerator",
4
4
  "title": "Nest Resource Options Schema",
5
5
  "description": "Nest Resource Options Schema.",
@@ -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. it will be removed in nx v18."
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 v19."
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 v18.",
46
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
47
47
  "type": "boolean",
48
48
  "default": false
49
49
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNestServiceGenerator",
4
4
  "title": "Nest Service Options Schema",
5
5
  "description": "Nest Service Options Schema.",
@@ -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 v18."
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 v19."
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 v18.",
51
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.",
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 v18.
12
+ * @deprecated Provide the `directory` option instead and use the `as-provided` format. It will be removed in Nx v19.
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 v18.
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 v19.
17
17
  */
18
18
  project?: string;
19
19
  };