@yarnpkg/plugin-workspace-tools
Advanced tools
Comparing version 3.1.0-rc.1 to 3.1.0-rc.2
@@ -36,3 +36,3 @@ "use strict"; | ||
this.jobs = clipanion_1.Option.String(`-j,--jobs`, { | ||
description: `The maximum number of parallel tasks that the execution will be limited to`, | ||
description: `The maximum number of parallel tasks that the execution will be limited to; or \`unlimited\``, | ||
validator: t.isOneOf([t.isEnum([`unlimited`]), t.applyCascade(t.isNumber(), [t.isInteger(), t.isAtLeast(1)])]), | ||
@@ -244,3 +244,3 @@ }); | ||
- If \`-p,--parallel\` is set, the commands will be ran in parallel; they'll by default be limited to a number of parallel tasks roughly equal to half your core number, but that can be overridden via \`-j,--jobs\`. | ||
- If \`-p,--parallel\` is set, the commands will be ran in parallel; they'll by default be limited to a number of parallel tasks roughly equal to half your core number, but that can be overridden via \`-j,--jobs\`, or disabled by setting \`-j unlimited\`. | ||
@@ -247,0 +247,0 @@ - If \`-p,--parallel\` and \`-i,--interlaced\` are both set, Yarn will print the lines from the output as it receives them. If \`-i,--interlaced\` wasn't set, it would instead buffer the output from each process and print the resulting buffers only after their source processes have exited. |
{ | ||
"name": "@yarnpkg/plugin-workspace-tools", | ||
"version": "3.1.0-rc.1", | ||
"version": "3.1.0-rc.2", | ||
"license": "BSD-2-Clause", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/fslib": "^2.6.0-rc.6", | ||
"@yarnpkg/fslib": "^2.6.0-rc.7", | ||
"clipanion": "^3.0.1", | ||
@@ -15,10 +15,10 @@ "micromatch": "^4.0.2", | ||
"peerDependencies": { | ||
"@yarnpkg/cli": "^3.1.0-rc.6", | ||
"@yarnpkg/core": "^3.1.0-rc.7" | ||
"@yarnpkg/cli": "^3.1.0-rc.7", | ||
"@yarnpkg/core": "^3.1.0-rc.8" | ||
}, | ||
"devDependencies": { | ||
"@types/micromatch": "^4.0.1", | ||
"@yarnpkg/builder": "^3.1.0-rc.3", | ||
"@yarnpkg/cli": "^3.1.0-rc.6", | ||
"@yarnpkg/core": "^3.1.0-rc.7", | ||
"@yarnpkg/builder": "^3.1.0-rc.4", | ||
"@yarnpkg/cli": "^3.1.0-rc.7", | ||
"@yarnpkg/core": "^3.1.0-rc.8", | ||
"typescript": "^4.4.2" | ||
@@ -25,0 +25,0 @@ }, |
25210
Updated@yarnpkg/fslib@^2.6.0-rc.7