@travetto/repo 4.0.5 → 4.0.6
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 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ Options:
|
|
|
33
33
|
-f, --force Force operation, even in a dirty workspace (default: false)
|
|
34
34
|
--commit, --no-commit Produce release commit message (default: true)
|
|
35
35
|
-m, --modules <string> The module when mode is single
|
|
36
|
+
-t, --tag Should we create a tag for the version
|
|
36
37
|
-h, --help display help for command
|
|
37
38
|
```
|
|
38
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/repo",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
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": "^4.0.
|
|
26
|
-
"@travetto/worker": "^4.0.
|
|
25
|
+
"@travetto/cli": "^4.0.6",
|
|
26
|
+
"@travetto/worker": "^4.0.4"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@travetto/cli": {
|