@travetto/cli 3.1.0-rc.8 → 3.1.0-rc.9
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 +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -41,8 +41,6 @@ Commands:
|
|
|
41
41
|
repo:list Allows for listing of modules
|
|
42
42
|
repo:publish Publish all pending modules
|
|
43
43
|
repo:version Version all changed dependencies
|
|
44
|
-
repo:version copy Version all changed dependencies
|
|
45
|
-
repo:version-one Version all changed dependencies
|
|
46
44
|
repo:version-sync Enforces all packages to write out their versions and dependencies
|
|
47
45
|
run:double Doubles a number
|
|
48
46
|
run:rest Run a rest server as an application
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/cli",
|
|
3
|
-
"version": "3.1.0-rc.
|
|
3
|
+
"version": "3.1.0-rc.9",
|
|
4
4
|
"description": "CLI infrastructure for Travetto framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"directory": "module/cli"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@travetto/schema": "^3.1.0-rc.
|
|
27
|
+
"@travetto/schema": "^3.1.0-rc.6",
|
|
28
28
|
"@travetto/terminal": "^3.1.0-rc.1"
|
|
29
29
|
},
|
|
30
30
|
"travetto": {
|