nx 21.5.0-canary.20250904-ec1f1a4 → 21.5.0-canary.20250904-2c678a1
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 +11 -11
- package/schemas/nx-schema.json +1 -1
- package/src/core/graph/main.js +1 -1
- package/src/hasher/hash-task.d.ts.map +1 -1
- package/src/hasher/hash-task.js +2 -0
- package/src/native/index.d.ts +2 -0
- package/src/native/nx.wasi-browser.js +39 -42
- 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": "21.5.0-canary.20250904-
|
3
|
+
"version": "21.5.0-canary.20250904-2c678a1",
|
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": {
|
@@ -83,16 +83,16 @@
|
|
83
83
|
}
|
84
84
|
},
|
85
85
|
"optionalDependencies": {
|
86
|
-
"@nx/nx-darwin-arm64": "21.5.0-canary.20250904-
|
87
|
-
"@nx/nx-darwin-x64": "21.5.0-canary.20250904-
|
88
|
-
"@nx/nx-freebsd-x64": "21.5.0-canary.20250904-
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "21.5.0-canary.20250904-
|
90
|
-
"@nx/nx-linux-arm64-gnu": "21.5.0-canary.20250904-
|
91
|
-
"@nx/nx-linux-arm64-musl": "21.5.0-canary.20250904-
|
92
|
-
"@nx/nx-linux-x64-gnu": "21.5.0-canary.20250904-
|
93
|
-
"@nx/nx-linux-x64-musl": "21.5.0-canary.20250904-
|
94
|
-
"@nx/nx-win32-arm64-msvc": "21.5.0-canary.20250904-
|
95
|
-
"@nx/nx-win32-x64-msvc": "21.5.0-canary.20250904-
|
86
|
+
"@nx/nx-darwin-arm64": "21.5.0-canary.20250904-2c678a1",
|
87
|
+
"@nx/nx-darwin-x64": "21.5.0-canary.20250904-2c678a1",
|
88
|
+
"@nx/nx-freebsd-x64": "21.5.0-canary.20250904-2c678a1",
|
89
|
+
"@nx/nx-linux-arm-gnueabihf": "21.5.0-canary.20250904-2c678a1",
|
90
|
+
"@nx/nx-linux-arm64-gnu": "21.5.0-canary.20250904-2c678a1",
|
91
|
+
"@nx/nx-linux-arm64-musl": "21.5.0-canary.20250904-2c678a1",
|
92
|
+
"@nx/nx-linux-x64-gnu": "21.5.0-canary.20250904-2c678a1",
|
93
|
+
"@nx/nx-linux-x64-musl": "21.5.0-canary.20250904-2c678a1",
|
94
|
+
"@nx/nx-win32-arm64-msvc": "21.5.0-canary.20250904-2c678a1",
|
95
|
+
"@nx/nx-win32-x64-msvc": "21.5.0-canary.20250904-2c678a1"
|
96
96
|
},
|
97
97
|
"nx-migrations": {
|
98
98
|
"migrations": "./migrations.json",
|
package/schemas/nx-schema.json
CHANGED
@@ -112,7 +112,7 @@
|
|
112
112
|
},
|
113
113
|
"neverConnectToCloud": {
|
114
114
|
"type": "boolean",
|
115
|
-
"description": "
|
115
|
+
"description": "Setting this to true will cause all attempts to connect your workspace to Nx Cloud to fail. This value does not prevent using Nx Cloud if already connected. Use NX_NO_CLOUD=true env var to prevent using Nx Cloud when running commands."
|
116
116
|
},
|
117
117
|
"parallel": {
|
118
118
|
"type": "number",
|