nx 20.6.0 → 20.6.1

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",
3
- "version": "20.6.0",
3
+ "version": "20.6.1",
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": {
@@ -82,16 +82,16 @@
82
82
  }
83
83
  },
84
84
  "optionalDependencies": {
85
- "@nx/nx-darwin-arm64": "20.6.0",
86
- "@nx/nx-darwin-x64": "20.6.0",
87
- "@nx/nx-freebsd-x64": "20.6.0",
88
- "@nx/nx-linux-arm-gnueabihf": "20.6.0",
89
- "@nx/nx-linux-arm64-gnu": "20.6.0",
90
- "@nx/nx-linux-arm64-musl": "20.6.0",
91
- "@nx/nx-linux-x64-gnu": "20.6.0",
92
- "@nx/nx-linux-x64-musl": "20.6.0",
93
- "@nx/nx-win32-arm64-msvc": "20.6.0",
94
- "@nx/nx-win32-x64-msvc": "20.6.0"
85
+ "@nx/nx-darwin-arm64": "20.6.1",
86
+ "@nx/nx-darwin-x64": "20.6.1",
87
+ "@nx/nx-freebsd-x64": "20.6.1",
88
+ "@nx/nx-linux-arm-gnueabihf": "20.6.1",
89
+ "@nx/nx-linux-arm64-gnu": "20.6.1",
90
+ "@nx/nx-linux-arm64-musl": "20.6.1",
91
+ "@nx/nx-linux-x64-gnu": "20.6.1",
92
+ "@nx/nx-linux-x64-musl": "20.6.1",
93
+ "@nx/nx-win32-arm64-msvc": "20.6.1",
94
+ "@nx/nx-win32-x64-msvc": "20.6.1"
95
95
  },
96
96
  "nx-migrations": {
97
97
  "migrations": "./migrations.json",
@@ -40,7 +40,7 @@ export declare class NxCache {
40
40
  constructor(workspaceRoot: string, cachePath: string, dbConnection: ExternalObject<NxDbConnection>, linkTaskDetails?: boolean | undefined | null, maxCacheSize?: number | undefined | null)
41
41
  get(hash: string): CachedResult | null
42
42
  put(hash: string, terminalOutput: string, outputs: Array<string>, code: number): void
43
- applyRemoteCacheResults(hash: string, result: CachedResult, outputs: Array<string>): void
43
+ applyRemoteCacheResults(hash: string, result: CachedResult, outputs?: Array<string> | undefined | null): void
44
44
  getTaskOutputsPath(hash: string): string
45
45
  getCacheSize(): number
46
46
  copyFilesFromCache(cachedResult: CachedResult, outputs: Array<string>): number
Binary file