@eventric/mastertour
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -0,1 +1,2 @@ | ||
import compareStrings from "./compareStrings"; | ||
import formatAddress from "./formatAddress"; | ||
@@ -6,2 +7,2 @@ import getDatesBetweenDates from "./getDatesBetweenDates"; | ||
import initials from "./initials"; | ||
export { formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath, initials }; | ||
export { compareStrings, formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath, initials }; |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.initials = exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = void 0; | ||
exports.initials = exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = exports.compareStrings = void 0; | ||
var compareStrings_1 = __importDefault(require("./compareStrings")); | ||
exports.compareStrings = compareStrings_1.default; | ||
var formatAddress_1 = __importDefault(require("./formatAddress")); | ||
@@ -9,0 +11,0 @@ exports.formatAddress = formatAddress_1.default; |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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
10652
18
243