@nx/js 17.2.0-beta.1 → 17.2.0-beta.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/js",
|
|
3
|
-
"version": "17.2.0-beta.
|
|
3
|
+
"version": "17.2.0-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
|
|
6
6
|
"repository": {
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"semver": "7.5.3",
|
|
58
58
|
"source-map-support": "0.5.19",
|
|
59
59
|
"tslib": "^2.3.0",
|
|
60
|
-
"@nx/devkit": "17.2.0-beta.
|
|
61
|
-
"@nx/workspace": "17.2.0-beta.
|
|
62
|
-
"@nrwl/js": "17.2.0-beta.
|
|
60
|
+
"@nx/devkit": "17.2.0-beta.2",
|
|
61
|
+
"@nx/workspace": "17.2.0-beta.2",
|
|
62
|
+
"@nrwl/js": "17.2.0-beta.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"verdaccio": "^5.0.4"
|
|
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.findNpmDependencies = void 0;
|
|
4
4
|
const path_1 = require("path");
|
|
5
5
|
const configuration_1 = require("nx/src/config/configuration");
|
|
6
|
-
const task_hasher_1 = require("nx/src/hasher/task-hasher");
|
|
7
6
|
const devkit_1 = require("@nx/devkit");
|
|
8
7
|
const fileutils_1 = require("nx/src/utils/fileutils");
|
|
9
8
|
const project_graph_1 = require("nx/src/config/project-graph");
|
|
10
9
|
const ts_config_1 = require("./typescript/ts-config");
|
|
10
|
+
const task_hasher_1 = require("nx/src/hasher/task-hasher");
|
|
11
11
|
/**
|
|
12
12
|
* Finds all npm dependencies and their expected versions for a given project.
|
|
13
13
|
*/
|