courier_tracking_auspost
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -68,2 +68,11 @@ const uniqWith = require("lodash.uniqwith"); | ||
pickedUp = true; | ||
} else { | ||
if ( | ||
item.action | ||
.toLowerCase() | ||
.indexOf("processed through australia post facility") != -1 | ||
) { | ||
pickedupAt = { date: item.date, time: item.time }; | ||
pickedUp = true; | ||
} | ||
} | ||
@@ -70,0 +79,0 @@ }); |
{ | ||
"name": "courier_tracking_auspost", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Courier tracking from provided connote for Australia Post", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
96135
262