trm-core 6.1.2 → 6.1.3

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.
@@ -371,7 +371,7 @@ class Manifest {
371
371
  }
372
372
  catch (e) { }
373
373
  }
374
- aAuthors = aAuthors.filter(o => !o.name && !o.email);
374
+ aAuthors = aAuthors.filter(o => !(!o.name && !o.email));
375
375
  manifestClone.authors = Array.from(new Map(aAuthors.map(o => [`${o.name}${o.email}`, o])).values());
376
376
  if (manifestClone.authors.length === 0) {
377
377
  delete manifestClone.authors;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",