@nx/node 16.9.0-beta.1 → 16.9.0-beta.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/node",
3
- "version": "16.9.0-beta.1",
3
+ "version": "16.9.0-beta.3",
4
4
  "private": false,
5
5
  "description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
6
6
  "repository": {
@@ -30,17 +30,17 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nrwl/node": "16.9.0-beta.1",
34
- "@nx/devkit": "16.9.0-beta.1",
35
- "@nx/jest": "16.9.0-beta.1",
36
- "@nx/js": "16.9.0-beta.1",
37
- "@nx/linter": "16.9.0-beta.1",
38
- "@nx/workspace": "16.9.0-beta.1",
33
+ "@nrwl/node": "16.9.0-beta.3",
34
+ "@nx/devkit": "16.9.0-beta.3",
35
+ "@nx/jest": "16.9.0-beta.3",
36
+ "@nx/js": "16.9.0-beta.3",
37
+ "@nx/linter": "16.9.0-beta.3",
38
+ "@nx/workspace": "16.9.0-beta.3",
39
39
  "tslib": "^2.3.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
44
  "type": "commonjs",
45
- "gitHead": "5056d6cefb2949ba865019e8b71e633fba28c091"
45
+ "gitHead": "d5692528c089a75c76b21d2d1235d8cc5dbb1d26"
46
46
  }
@@ -58,7 +58,8 @@
58
58
  "frontendProject": {
59
59
  "type": "string",
60
60
  "description": "Frontend project that needs to access this application. This sets up proxy configuration.",
61
- "x-priority": "important"
61
+ "x-priority": "important",
62
+ "x-dropdown": "projects"
62
63
  },
63
64
  "swcJest": {
64
65
  "type": "boolean",
@@ -25,7 +25,8 @@
25
25
  "directory": {
26
26
  "type": "string",
27
27
  "description": "A directory where the lib is placed",
28
- "alias": "dir"
28
+ "alias": "dir",
29
+ "x-priority": "important"
29
30
  },
30
31
  "projectNameAndRootFormat": {
31
32
  "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`).",