@depup/nx 23.2.0-depup.0 → 23.2.0-depup.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/README.md +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/nx
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [nx](https://www.npmjs.com/package/nx) @ 23.2.0 |
|
|
17
|
-
| Processed | 2026-09-
|
|
17
|
+
| Processed | 2026-09-04 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 71 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/nx
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @emnapi/core | 1.4.5 | ^1.11.3 |
|
|
26
26
|
| @emnapi/runtime | 1.4.5 | ^1.11.3 |
|
|
27
|
-
| @emnapi/wasi-threads | 1.0.4 | ^2.0
|
|
27
|
+
| @emnapi/wasi-threads | 1.0.4 | ^2.1.0 |
|
|
28
28
|
| @jest/diff-sequences | 30.0.1 | ^30.5.0 |
|
|
29
29
|
| @napi-rs/wasm-runtime | 0.2.4 | ^1.2.3 |
|
|
30
30
|
| @tybys/wasm-util | 0.9.0 | ^0.10.3 |
|
package/changes.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"@emnapi/wasi-threads": {
|
|
12
12
|
"from": "1.0.4",
|
|
13
|
-
"to": "^2.0
|
|
13
|
+
"to": "^2.1.0"
|
|
14
14
|
},
|
|
15
15
|
"@jest/diff-sequences": {
|
|
16
16
|
"from": "30.0.1",
|
|
@@ -285,6 +285,6 @@
|
|
|
285
285
|
"to": "^22.0.0"
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
|
-
"timestamp": "2026-09-
|
|
288
|
+
"timestamp": "2026-09-04T08:17:00.810Z",
|
|
289
289
|
"totalUpdated": 71
|
|
290
290
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/nx",
|
|
3
|
-
"version": "23.2.0-depup.
|
|
3
|
+
"version": "23.2.0-depup.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration. (with updated dependencies)",
|
|
6
6
|
"repository": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@clack/prompts": "1.7.0",
|
|
59
59
|
"@emnapi/core": "^1.11.3",
|
|
60
60
|
"@emnapi/runtime": "^1.11.3",
|
|
61
|
-
"@emnapi/wasi-threads": "^2.0
|
|
61
|
+
"@emnapi/wasi-threads": "^2.1.0",
|
|
62
62
|
"@jest/diff-sequences": "^30.5.0",
|
|
63
63
|
"@napi-rs/wasm-runtime": "^1.2.3",
|
|
64
64
|
"@tybys/wasm-util": "^0.10.3",
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
},
|
|
559
559
|
"@emnapi/wasi-threads": {
|
|
560
560
|
"from": "1.0.4",
|
|
561
|
-
"to": "^2.0
|
|
561
|
+
"to": "^2.1.0"
|
|
562
562
|
},
|
|
563
563
|
"@jest/diff-sequences": {
|
|
564
564
|
"from": "30.0.1",
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"depsUpdated": 71,
|
|
837
837
|
"originalPackage": "nx",
|
|
838
838
|
"originalVersion": "23.2.0",
|
|
839
|
-
"processedAt": "2026-09-
|
|
839
|
+
"processedAt": "2026-09-04T08:20:01.629Z",
|
|
840
840
|
"smokeTest": "failed"
|
|
841
841
|
}
|
|
842
842
|
}
|