@eventric/mastertour
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -20,6 +20,6 @@ "use strict"; | ||
} | ||
else if (hasOwnProperty_1.default(record, "phone")) { | ||
if (hasOwnProperty_1.default(record, "phone")) { | ||
phoneEmailUrl.phone.push(record); | ||
} | ||
else { | ||
if (hasOwnProperty_1.default(record, "url")) { | ||
phoneEmailUrl.url.push(record); | ||
@@ -33,6 +33,6 @@ } | ||
} | ||
else if (hasOwnProperty_1.default(records, "phone")) { | ||
if (hasOwnProperty_1.default(records, "phone")) { | ||
phoneEmailUrl.phone.push(records); | ||
} | ||
else { | ||
if (hasOwnProperty_1.default(records, "url")) { | ||
phoneEmailUrl.url.push(records); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "A library for interacting programmatically with the Master Tour platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19669