@nx/nest 19.3.0 → 19.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/generators.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "init": {
14
14
  "factory": "./src/generators/init/init",
15
15
  "schema": "./src/generators/init/schema.json",
16
- "description": "Initialize the `@nrwl/nest` plugin.",
16
+ "description": "Initialize the `@nx/nest` plugin.",
17
17
  "aliases": ["ng-add"],
18
18
  "hidden": true
19
19
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/nest",
3
- "version": "19.3.0",
3
+ "version": "19.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": {
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@nestjs/schematics": "^9.1.0",
35
- "@nx/devkit": "19.3.0",
36
- "@nx/js": "19.3.0",
37
- "@nx/eslint": "19.3.0",
38
- "@nx/node": "19.3.0",
35
+ "@nx/devkit": "19.3.2",
36
+ "@nx/js": "19.3.2",
37
+ "@nx/eslint": "19.3.2",
38
+ "@nx/node": "19.3.2",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "tslib": "^2.3.0",
41
- "@nrwl/nest": "19.3.0"
41
+ "@nrwl/nest": "19.3.2"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
@@ -24,6 +24,11 @@
24
24
  "alias": "p",
25
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
+ "nameAndDirectoryFormat": {
28
+ "description": "Whether to generate the project name and root directory as provided (`as-provided`) or generate them composing their values and taking the configured layout into account (`derived`).",
29
+ "type": "string",
30
+ "enum": ["as-provided", "derived"]
31
+ },
27
32
  "directory": {
28
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.",
29
34
  "type": "string",
@@ -24,6 +24,11 @@
24
24
  "alias": "p",
25
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
+ "nameAndDirectoryFormat": {
28
+ "description": "Whether to generate the project name and root directory as provided (`as-provided`) or generate them composing their values and taking the configured layout into account (`derived`).",
29
+ "type": "string",
30
+ "enum": ["as-provided", "derived"]
31
+ },
27
32
  "directory": {
28
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.",
29
34
  "type": "string",