Skip to content

Commit 061186c

Browse files
committed
chore: address review comments - remove version reference, bump cache version to 6.1
1 parent 753c3ad commit 061186c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx/src/project-graph/nx-deps-cache.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface FileMapCache {
3535
pluginsConfig?: any;
3636
fileMap: FileMap;
3737
externalNodesHash?: string;
38-
// Pre-computed hashes for fast comparison (added in 6.1)
38+
// Pre-computed hashes for fast comparison
3939
pathMappingsHash?: string;
4040
nxJsonPluginsHash?: string;
4141
pluginsConfigHash?: string;
@@ -195,7 +195,7 @@ export function createProjectFileMapCache(
195195
const pluginsConfig = nxJson?.pluginsConfig;
196196

197197
const newValue: FileMapCache = {
198-
version: '6.0',
198+
version: '6.1',
199199
nxVersion: nxVersion,
200200
// compilerOptions may not exist, especially for package-based repos
201201
pathMappings,

0 commit comments

Comments
 (0)