nx 19.8.0 → 19.9.0-canary.20240921-a510b36
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
- package/src/native/index.d.ts +1 -1
- package/src/native/nx.wasm32-wasi.wasm +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nx",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.9.0-canary.20240921-a510b36",
|
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": {
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"yargs-parser": "21.1.1",
|
69
69
|
"node-machine-id": "1.1.12",
|
70
70
|
"ora": "5.3.0",
|
71
|
-
"@nrwl/tao": "19.
|
71
|
+
"@nrwl/tao": "19.9.0-canary.20240921-a510b36"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"@swc-node/register": "^1.8.0",
|
@@ -83,16 +83,16 @@
|
|
83
83
|
}
|
84
84
|
},
|
85
85
|
"optionalDependencies": {
|
86
|
-
"@nx/nx-darwin-x64": "19.
|
87
|
-
"@nx/nx-darwin-arm64": "19.
|
88
|
-
"@nx/nx-linux-x64-gnu": "19.
|
89
|
-
"@nx/nx-linux-x64-musl": "19.
|
90
|
-
"@nx/nx-win32-x64-msvc": "19.
|
91
|
-
"@nx/nx-linux-arm64-gnu": "19.
|
92
|
-
"@nx/nx-linux-arm64-musl": "19.
|
93
|
-
"@nx/nx-linux-arm-gnueabihf": "19.
|
94
|
-
"@nx/nx-win32-arm64-msvc": "19.
|
95
|
-
"@nx/nx-freebsd-x64": "19.
|
86
|
+
"@nx/nx-darwin-x64": "19.9.0-canary.20240921-a510b36",
|
87
|
+
"@nx/nx-darwin-arm64": "19.9.0-canary.20240921-a510b36",
|
88
|
+
"@nx/nx-linux-x64-gnu": "19.9.0-canary.20240921-a510b36",
|
89
|
+
"@nx/nx-linux-x64-musl": "19.9.0-canary.20240921-a510b36",
|
90
|
+
"@nx/nx-win32-x64-msvc": "19.9.0-canary.20240921-a510b36",
|
91
|
+
"@nx/nx-linux-arm64-gnu": "19.9.0-canary.20240921-a510b36",
|
92
|
+
"@nx/nx-linux-arm64-musl": "19.9.0-canary.20240921-a510b36",
|
93
|
+
"@nx/nx-linux-arm-gnueabihf": "19.9.0-canary.20240921-a510b36",
|
94
|
+
"@nx/nx-win32-arm64-msvc": "19.9.0-canary.20240921-a510b36",
|
95
|
+
"@nx/nx-freebsd-x64": "19.9.0-canary.20240921-a510b36"
|
96
96
|
},
|
97
97
|
"nx-migrations": {
|
98
98
|
"migrations": "./migrations.json",
|
package/src/native/index.d.ts
CHANGED
@@ -28,7 +28,7 @@ export declare class ImportResult {
|
|
28
28
|
|
29
29
|
export declare class NxCache {
|
30
30
|
cacheDirectory: string
|
31
|
-
constructor(workspaceRoot: string, cachePath: string, dbConnection: ExternalObject<Connection
|
31
|
+
constructor(workspaceRoot: string, cachePath: string, dbConnection: ExternalObject<Connection>, linkTaskDetails?: boolean | undefined | null)
|
32
32
|
get(hash: string): CachedResult | null
|
33
33
|
put(hash: string, terminalOutput: string, outputs: Array<string>, code: number): void
|
34
34
|
applyRemoteCacheResults(hash: string, result: CachedResult): void
|
Binary file
|