@travetto/email-compiler 8.0.0-alpha.19 → 8.0.0-alpha.20
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 +5 -4
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -61,11 +61,12 @@ $ trv email:compile --help
|
|
|
61
61
|
|
|
62
62
|
Usage: email:compile [options]
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
Description:
|
|
65
|
+
Compile all email templates into generated runtime artifacts.
|
|
65
66
|
|
|
66
|
-
The command discovers templated inputs (for example, `.email.html`) and emits
|
|
67
|
-
compiled outputs used at runtime (html/text/subject variants). With watch
|
|
68
|
-
enabled, recompilation runs automatically on matching template changes.
|
|
67
|
+
The command discovers templated inputs (for example, `.email.html`) and emits
|
|
68
|
+
compiled outputs used at runtime (html/text/subject variants). With watch
|
|
69
|
+
enabled, recompilation runs automatically on matching template changes.
|
|
69
70
|
|
|
70
71
|
Options:
|
|
71
72
|
-w, --watch Recompile templates whenever source templates change.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/email-compiler",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Email compiling module",
|
|
6
6
|
"keywords": [
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"directory": "module/email-compiler"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/config": "^8.0.0-alpha.
|
|
31
|
-
"@travetto/di": "^8.0.0-alpha.
|
|
32
|
-
"@travetto/email": "^8.0.0-alpha.
|
|
33
|
-
"@travetto/image": "^8.0.0-alpha.
|
|
34
|
-
"@travetto/runtime": "^8.0.0-alpha.
|
|
35
|
-
"@travetto/worker": "^8.0.0-alpha.
|
|
30
|
+
"@travetto/config": "^8.0.0-alpha.19",
|
|
31
|
+
"@travetto/di": "^8.0.0-alpha.18",
|
|
32
|
+
"@travetto/email": "^8.0.0-alpha.19",
|
|
33
|
+
"@travetto/image": "^8.0.0-alpha.18",
|
|
34
|
+
"@travetto/runtime": "^8.0.0-alpha.18",
|
|
35
|
+
"@travetto/worker": "^8.0.0-alpha.18",
|
|
36
36
|
"@types/inline-css": "^3.0.4",
|
|
37
37
|
"html-entities": "^2.6.0",
|
|
38
38
|
"inline-css": "^4.0.3",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"sass": "^1.100.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@travetto/cli": "^8.0.0-alpha.
|
|
43
|
+
"@travetto/cli": "^8.0.0-alpha.25"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
46
|
"@travetto/cli": {
|