@travetto/email-compiler 3.1.23 → 3.2.0-rc.0
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 +2 -3
- 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
|
|
63
|
-
-
|
|
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.
|
|
3
|
+
"version": "3.2.0-rc.0",
|
|
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.
|
|
30
|
-
"@travetto/config": "^3.
|
|
31
|
-
"@travetto/di": "^3.
|
|
32
|
-
"@travetto/email": "^3.
|
|
33
|
-
"@travetto/image": "^3.
|
|
29
|
+
"@travetto/base": "^3.2.0-rc.0",
|
|
30
|
+
"@travetto/config": "^3.2.0-rc.0",
|
|
31
|
+
"@travetto/di": "^3.2.0-rc.0",
|
|
32
|
+
"@travetto/email": "^3.2.0-rc.0",
|
|
33
|
+
"@travetto/image": "^3.2.0-rc.0",
|
|
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.
|
|
41
|
+
"@travetto/cli": "^3.2.0-rc.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"@travetto/cli": {
|