@eventric/mastertour
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,4 +1,5 @@ | ||
import formatAddress from "./formatAddress"; | ||
import getDatesBetweenDates from "./getDatesBetweenDates"; | ||
import getClosestDay from "./getClosestDay"; | ||
import getAttachmentPath from "./getAttachmentPath"; | ||
export { getClosestDay, getDatesBetweenDates, getAttachmentPath }; | ||
export { formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath }; |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = void 0; | ||
exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = void 0; | ||
var formatAddress_1 = __importDefault(require("./formatAddress")); | ||
exports.formatAddress = formatAddress_1.default; | ||
var getDatesBetweenDates_1 = __importDefault(require("./getDatesBetweenDates")); | ||
@@ -9,0 +11,0 @@ exports.getDatesBetweenDates = getDatesBetweenDates_1.default; |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
7895
14
175