We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753c3ad commit 061186cCopy full SHA for 061186c
packages/nx/src/project-graph/nx-deps-cache.ts
@@ -35,7 +35,7 @@ export interface FileMapCache {
35
pluginsConfig?: any;
36
fileMap: FileMap;
37
externalNodesHash?: string;
38
- // Pre-computed hashes for fast comparison (added in 6.1)
+ // Pre-computed hashes for fast comparison
39
pathMappingsHash?: string;
40
nxJsonPluginsHash?: string;
41
pluginsConfigHash?: string;
@@ -195,7 +195,7 @@ export function createProjectFileMapCache(
195
const pluginsConfig = nxJson?.pluginsConfig;
196
197
const newValue: FileMapCache = {
198
- version: '6.0',
+ version: '6.1',
199
nxVersion: nxVersion,
200
// compilerOptions may not exist, especially for package-based repos
201
pathMappings,
0 commit comments