@nx/node 16.0.0-beta.7 → 16.0.0-beta.8

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.0.0-beta.7",
3
+ "version": "16.0.0-beta.8",
4
4
  "private": false,
5
5
  "description": "The Node Plugin for Nx contains generators and executors to manage Node applications within an Nx workspace.",
6
6
  "repository": {
@@ -31,17 +31,17 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nrwl/node": "16.0.0-beta.7",
35
- "@nx/devkit": "16.0.0-beta.7",
36
- "@nx/jest": "16.0.0-beta.7",
37
- "@nx/js": "16.0.0-beta.7",
38
- "@nx/linter": "16.0.0-beta.7",
39
- "@nx/workspace": "16.0.0-beta.7",
34
+ "@nrwl/node": "16.0.0-beta.8",
35
+ "@nx/devkit": "16.0.0-beta.8",
36
+ "@nx/jest": "16.0.0-beta.8",
37
+ "@nx/js": "16.0.0-beta.8",
38
+ "@nx/linter": "16.0.0-beta.8",
39
+ "@nx/workspace": "16.0.0-beta.8",
40
40
  "tslib": "^2.3.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
45
  "types": "./index.d.ts",
46
- "gitHead": "eb477479bf73bca940323a66e486221f00006c0f"
46
+ "gitHead": "200cf327337f17cea009d83e9055a628346b4084"
47
47
  }
@@ -271,7 +271,7 @@ function normalizeOptions(host, options) {
271
271
  return Object.assign(Object.assign({}, options), { name: (0, devkit_1.names)(appProjectName).fileName, frontendProject: options.frontendProject
272
272
  ? (0, devkit_1.names)(options.frontendProject).fileName
273
273
  : undefined, appProjectRoot,
274
- parsedTags, linter: (_c = options.linter) !== null && _c !== void 0 ? _c : linter_1.Linter.EsLint, unitTestRunner: (_d = options.unitTestRunner) !== null && _d !== void 0 ? _d : 'jest', rootProject: (_e = options.rootProject) !== null && _e !== void 0 ? _e : false, port: (_f = options.port) !== null && _f !== void 0 ? _f : 3333 });
274
+ parsedTags, linter: (_c = options.linter) !== null && _c !== void 0 ? _c : linter_1.Linter.EsLint, unitTestRunner: (_d = options.unitTestRunner) !== null && _d !== void 0 ? _d : 'jest', rootProject: (_e = options.rootProject) !== null && _e !== void 0 ? _e : false, port: (_f = options.port) !== null && _f !== void 0 ? _f : 3000 });
275
275
  }
276
276
  exports.default = applicationGenerator;
277
277
  exports.applicationSchematic = (0, devkit_1.convertNxGenerator)(applicationGenerator);