@payfit/nx-core 5.6.10-ephemeral-fix-parallelization-config.1 → 5.6.10-ephemeral-fix-parallelization-config.2
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/migrations.json +2 -2
- package/package.json +1 -1
package/migrations.json
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"implementation": "./dist/src/migrations/20251029-nx-conformance-requirement-publish"
|
|
17
17
|
},
|
|
18
18
|
"20251112-fix-parallelization-circleci": {
|
|
19
|
-
"version": "5.
|
|
20
|
-
"description": "
|
|
19
|
+
"version": "5.6.10-ephemeral-fix-parallelization-config.2",
|
|
20
|
+
"description": "Apply a fix to parallelized jobs so they do not run everything if no affected project",
|
|
21
21
|
"implementation": "./dist/src/migrations/20251112-fix-parallelization-circleci"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/package.json
CHANGED