@nx/js 21.6.1-beta.3 → 21.6.1-beta.4
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": "21.6.1-beta.
|
|
3
|
+
"version": "21.6.1-beta.4",
|
|
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": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@babel/preset-env": "^7.23.2",
|
|
40
40
|
"@babel/preset-typescript": "^7.22.5",
|
|
41
41
|
"@babel/runtime": "^7.22.6",
|
|
42
|
-
"@nx/devkit": "21.6.1-beta.
|
|
43
|
-
"@nx/workspace": "21.6.1-beta.
|
|
42
|
+
"@nx/devkit": "21.6.1-beta.4",
|
|
43
|
+
"@nx/workspace": "21.6.1-beta.4",
|
|
44
44
|
"@zkochan/js-yaml": "0.0.7",
|
|
45
45
|
"babel-plugin-const-enum": "^1.0.1",
|
|
46
46
|
"babel-plugin-macros": "^3.1.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"tslib": "^2.3.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"nx": "21.6.1-beta.
|
|
66
|
+
"nx": "21.6.1-beta.4"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"verdaccio": "^6.0.5"
|
|
@@ -173,9 +173,6 @@ async function getConfigFileHash(configFilePath, workspaceRoot, projectRoot, opt
|
|
|
173
173
|
lockFileHash,
|
|
174
174
|
optionsHash,
|
|
175
175
|
...(packageJson ? [(0, file_hasher_1.hashObject)(packageJson)] : []),
|
|
176
|
-
// change this to bust the cache when making changes that would yield
|
|
177
|
-
// different results for the same hash
|
|
178
|
-
(0, file_hasher_1.hashObject)({ bust: 3 }),
|
|
179
176
|
]);
|
|
180
177
|
}
|
|
181
178
|
function checkIfConfigFileShouldBeProject(configFilePath, projectRoot, context) {
|