@travetto/email 6.0.0-rc.2 → 6.0.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -37,4 +37,5 @@ By design, sending an email requires the sender to specify the html, text option
37
37
  * `resources/<key>.compiled.html`
38
38
  * `resources/<key>.compiled.text`
39
39
  * `resources/<key>.compiled.subject`
40
+
40
41
  With `.html` being the only required field. The [Email Compilation Support](https://github.com/travetto/travetto/tree/main/module/email-compiler#readme "Email compiling module") module supports this format, and will generate files accordingly. Also, note that `<key>` can include slashes, allowing for nesting folders.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/email",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0",
4
4
  "description": "Email transmission module.",
5
5
  "keywords": [
6
6
  "email",
@@ -23,9 +23,9 @@
23
23
  "directory": "module/email"
24
24
  },
25
25
  "dependencies": {
26
- "@travetto/config": "^6.0.0-rc.2",
27
- "@travetto/di": "^6.0.0-rc.2",
28
- "@travetto/runtime": "^6.0.0-rc.2",
26
+ "@travetto/config": "^6.0.0",
27
+ "@travetto/di": "^6.0.0",
28
+ "@travetto/runtime": "^6.0.0",
29
29
  "@types/mustache": "^4.2.5",
30
30
  "mustache": "^4.2.0"
31
31
  },