@8ms/helpers 2.1.3 → 2.1.4

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.
Binary file
@@ -275,6 +275,7 @@ class SimpleEmail extends _class_1.BaseClass {
275
275
  "pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
276
276
  // Data
277
277
  "csv": "text/csv",
278
+ "tsv": "text/tab-separated-values",
278
279
  "json": "application/json",
279
280
  "xml": "application/xml",
280
281
  "txt": "text/plain",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@8ms/helpers",
3
3
  "license": "UNLICENSED",
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/8millionstories-organisation/8ms-helpers-ts.git"