@travetto/email-compiler 3.1.23 → 3.1.24

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 +2 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -59,9 +59,8 @@ $ trv email:compile -h
59
59
  Usage: email:compile [options]
60
60
 
61
61
  Options:
62
- -w, --watch Compile in watch mode
63
- -m, --module <string> Module to run for
64
- -h, --help display help for command
62
+ -w, --watch Compile in watch mode
63
+ -h, --help display help for command
65
64
  ```
66
65
 
67
66
  Will convert all `.email.html` files into the appropriate `.compiled.html`, `.compiled.text` and `.compiled.subject` files. These will be used during the running of the application. By default these files are added to the `.gitignore` as they are generally not intended to be saved but to be generated during the build process.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/email-compiler",
3
- "version": "3.1.23",
3
+ "version": "3.1.24",
4
4
  "description": "Email compiling module",
5
5
  "keywords": [
6
6
  "email",
@@ -26,11 +26,11 @@
26
26
  "directory": "module/email-compiler"
27
27
  },
28
28
  "dependencies": {
29
- "@travetto/base": "^3.1.3",
30
- "@travetto/config": "^3.1.8",
31
- "@travetto/di": "^3.1.4",
32
- "@travetto/email": "^3.1.14",
33
- "@travetto/image": "^3.1.4",
29
+ "@travetto/base": "^3.1.4",
30
+ "@travetto/config": "^3.1.9",
31
+ "@travetto/di": "^3.1.5",
32
+ "@travetto/email": "^3.1.15",
33
+ "@travetto/image": "^3.1.5",
34
34
  "@types/inline-css": "^3.0.1",
35
35
  "html-entities": "^2.3.3",
36
36
  "inline-css": "^4.0.2",
@@ -38,7 +38,7 @@
38
38
  "purgecss": "^5.0.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@travetto/cli": "^3.1.9"
41
+ "@travetto/cli": "^3.1.10"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "@travetto/cli": {