@travetto/cli 3.2.0 → 3.2.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ Usage: [options] [command]
24
24
  Commands:
25
25
  doc Command line support for generating module docs.
26
26
  doc:angular Generate documentation into the angular webapp under related/travetto.github.io
27
- doc:mapping Generate module mapping for @travetto/doc
27
+ doc:mapping Generate module mapping for
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
30
  email:test CLI Entry point for running the email server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/cli",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
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.2.0",
27
+ "@travetto/schema": "^3.2.2",
28
28
  "@travetto/terminal": "^3.2.0"
29
29
  },
30
30
  "travetto": {