@eventric/mastertour
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -5,2 +5,3 @@ import formatAddress from "./formatAddress"; | ||
import getAttachmentPath from "./getAttachmentPath"; | ||
export { formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath }; | ||
import initials from "./initials"; | ||
export { formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath, initials }; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = void 0; | ||
exports.initials = exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = void 0; | ||
var formatAddress_1 = __importDefault(require("./formatAddress")); | ||
@@ -16,1 +16,3 @@ exports.formatAddress = formatAddress_1.default; | ||
exports.getAttachmentPath = getAttachmentPath_1.default; | ||
var initials_1 = __importDefault(require("./initials")); | ||
exports.initials = initials_1.default; |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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
10024
16
229