@travetto/cli 3.1.4 → 3.1.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 +2 -2
package/README.md
CHANGED
|
@@ -27,6 +27,7 @@ Commands:
|
|
|
27
27
|
doc:mapping Generate module mapping for @travetto/doc
|
|
28
28
|
email:compile CLI Entry point for running the email server
|
|
29
29
|
email:editor The email editor compilation service and output serving
|
|
30
|
+
email:test CLI Entry point for running the email server
|
|
30
31
|
lint Command line support for linting
|
|
31
32
|
lint:register Writes the lint configuration file
|
|
32
33
|
model:export Exports model schemas
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/cli",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.6",
|
|
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.
|
|
27
|
+
"@travetto/schema": "^3.1.6",
|
|
28
28
|
"@travetto/terminal": "^3.1.0"
|
|
29
29
|
},
|
|
30
30
|
"travetto": {
|