ingeni-validation 1.1.13 → 1.1.14

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.
@@ -429,7 +429,7 @@ async function isValidStopDetails(stop_details){
429
429
 
430
430
  //allow this format only ("20.2849144,85.8078186")
431
431
 
432
- function isValidCoordinates(location) {
432
+ async function isValidCoordinates(location) {
433
433
 
434
434
  if (location === null || location === undefined) return false;
435
435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeni-validation",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Ingeni Validation",
5
5
  "license": "ISC",
6
6
  "author": "",