@travetto/email-compiler 8.0.0 → 8.0.1
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 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ When referencing an image from the `resources` folder in a template, e.g.
|
|
|
40
40
|
|
|
41
41
|
**Code: Sample Image Reference**
|
|
42
42
|
```html
|
|
43
|
-
<img src="/email/logo.png" alt="logo"
|
|
43
|
+
<img src="/email/logo.png" alt="logo" />
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
The image will be extracted out and embedded in the email as a multi part message. This allows for compression and optimization of images as well as externalizing resources that may not be immediately public. The currently supported set of image types are:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/email-compiler",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Email compiling module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"email",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@css-inline/css-inline": "^0.21.
|
|
34
|
-
"@travetto/config": "^8.0.
|
|
35
|
-
"@travetto/di": "^8.0.
|
|
36
|
-
"@travetto/email": "^8.0.
|
|
37
|
-
"@travetto/image": "^8.0.
|
|
38
|
-
"@travetto/runtime": "^8.0.
|
|
39
|
-
"@travetto/worker": "^8.0.
|
|
33
|
+
"@css-inline/css-inline": "^0.21.2",
|
|
34
|
+
"@travetto/config": "^8.0.1",
|
|
35
|
+
"@travetto/di": "^8.0.1",
|
|
36
|
+
"@travetto/email": "^8.0.1",
|
|
37
|
+
"@travetto/image": "^8.0.1",
|
|
38
|
+
"@travetto/runtime": "^8.0.1",
|
|
39
|
+
"@travetto/worker": "^8.0.1",
|
|
40
40
|
"html-entities": "^2.6.0",
|
|
41
41
|
"purgecss": "^8.0.0",
|
|
42
|
-
"sass": "^1.
|
|
42
|
+
"sass": "^1.104.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@travetto/cli": "^8.0.
|
|
45
|
+
"@travetto/cli": "^8.0.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
48
48
|
"@travetto/cli": {
|