trm-core 6.1.3 → 6.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.
@@ -367,6 +367,9 @@ class Manifest {
367
367
  delete author.email;
368
368
  }
369
369
  }
370
+ else {
371
+ delete author.email;
372
+ }
370
373
  aAuthors[i] = author;
371
374
  }
372
375
  catch (e) { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",