@travetto/repo 5.0.16 → 5.0.18
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -191,7 +191,7 @@ Usage: repo:exec [options] <cmd:string> [args...:string]
|
|
|
191
191
|
|
|
192
192
|
Options:
|
|
193
193
|
-c, --changed Only changed modules (default: false)
|
|
194
|
-
-w, --workers <number> Number of concurrent workers (default:
|
|
194
|
+
-w, --workers <number> Number of concurrent workers (default: 9)
|
|
195
195
|
--prefix-output, --no-prefix-output Prefix output by folder (default: true)
|
|
196
196
|
--show-stdout, --no-show-stdout Show stdout (default: true)
|
|
197
197
|
-h, --help display help for command
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/repo",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.18",
|
|
4
4
|
"description": "Monorepo utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"travetto",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"directory": "module/repo"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@travetto/cli": "^5.0.
|
|
26
|
-
"@travetto/worker": "^5.0.
|
|
25
|
+
"@travetto/cli": "^5.0.18",
|
|
26
|
+
"@travetto/worker": "^5.0.17"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@travetto/cli": {
|