nx 14.7.6-beta.6 → 14.7.6-beta.7
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/CHANGELOG.md +1 -1
- package/bin/compute-project-graph.js +15 -17
- package/bin/compute-project-graph.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [14.7.6-beta.
|
|
6
|
+
## [14.7.6-beta.7](https://github.com/nrwl/nx/compare/14.7.5...14.7.6-beta.7) (2022-09-19)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package nx
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
const project_graph_1 = require("../src/project-graph/project-graph");
|
|
5
|
-
const workspace_root_1 = require("../src/utils/workspace-root");
|
|
6
|
-
const fileutils_1 = require("../src/utils/fileutils");
|
|
7
|
-
const path_1 = require("path");
|
|
8
|
-
const client_1 = require("../src/daemon/client/client");
|
|
9
4
|
(() => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
10
5
|
try {
|
|
11
|
-
if (
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
6
|
+
// if (fileExists(join(workspaceRoot, 'nx.json'))) {
|
|
7
|
+
// try {
|
|
8
|
+
// await daemonClient.stop();
|
|
9
|
+
// } catch (e) {}
|
|
10
|
+
// const b = new Date();
|
|
11
|
+
// await buildProjectGraphWithoutDaemon();
|
|
12
|
+
// const a = new Date();
|
|
13
|
+
// if (process.env.NX_VERBOSE_LOGGING === 'true') {
|
|
14
|
+
// console.log(
|
|
15
|
+
// `Nx project graph has been precomputed in ${
|
|
16
|
+
// a.getTime() - b.getTime()
|
|
17
|
+
// }ms`
|
|
18
|
+
// );
|
|
19
|
+
// }
|
|
20
|
+
// }
|
|
23
21
|
}
|
|
24
22
|
catch (e) {
|
|
25
23
|
// Do not error since this runs in a postinstall
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compute-project-graph.js","sourceRoot":"","sources":["../../../../packages/nx/bin/compute-project-graph.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"compute-project-graph.js","sourceRoot":"","sources":["../../../../packages/nx/bin/compute-project-graph.ts"],"names":[],"mappings":";;;AAMA,CAAC,GAAS,EAAE;IACV,IAAI;QACF,oDAAoD;QACpD,UAAU;QACV,iCAAiC;QACjC,mBAAmB;QACnB,0BAA0B;QAC1B,4CAA4C;QAC5C,0BAA0B;QAC1B,qDAAqD;QACrD,mBAAmB;QACnB,qDAAqD;QACrD,oCAAoC;QACpC,aAAa;QACb,SAAS;QACT,MAAM;QACN,IAAI;KACL;IAAC,OAAO,CAAC,EAAE;QACV,gDAAgD;KACjD;AACH,CAAC,CAAA,CAAC,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nx",
|
|
3
|
-
"version": "14.7.6-beta.
|
|
3
|
+
"version": "14.7.6-beta.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
|
6
6
|
"repository": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://nx.dev",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@nrwl/cli": "14.7.6-beta.
|
|
36
|
-
"@nrwl/tao": "14.7.6-beta.
|
|
35
|
+
"@nrwl/cli": "14.7.6-beta.7",
|
|
36
|
+
"@nrwl/tao": "14.7.6-beta.7",
|
|
37
37
|
"@parcel/watcher": "2.0.4",
|
|
38
38
|
"chalk": "4.1.0",
|
|
39
39
|
"chokidar": "^3.5.1",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
},
|
|
112
112
|
"main": "./bin/nx.js",
|
|
113
113
|
"typings": "./bin/nx.d.ts",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "807430d16f21bdb79dff640fe7f106b2d967cfcf"
|
|
115
115
|
}
|