@eventric/mastertour
Advanced tools
Comparing version 1.0.20 to 1.0.21
export * from "./compareStrings"; | ||
export * from "./convertFromXML"; | ||
export * from "./formatAddress"; | ||
@@ -3,0 +4,0 @@ export * from "./getAttachmentPath"; |
@@ -14,2 +14,3 @@ "use strict"; | ||
__exportStar(require("./compareStrings"), exports); | ||
__exportStar(require("./convertFromXML"), exports); | ||
__exportStar(require("./formatAddress"), exports); | ||
@@ -16,0 +17,0 @@ __exportStar(require("./getAttachmentPath"), exports); |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "A library for interacting programmatically with the Master Tour platform", | ||
@@ -24,2 +24,3 @@ "main": "dist/index.js", | ||
"@types/chai": "^4.2.15", | ||
"@types/he": "^1.1.2", | ||
"@types/mocha": "^8.2.1", | ||
@@ -41,2 +42,4 @@ "@typescript-eslint/eslint-plugin": "4.9.0", | ||
"dependencies": { | ||
"fast-xml-parser": "^3.19.0", | ||
"he": "^1.2.0", | ||
"moment": "~2.24.0", | ||
@@ -43,0 +46,0 @@ "moment-timezone": "^0.5.33" |
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
21310
28
567
4
16
+ Addedfast-xml-parser@^3.19.0
+ Addedhe@^1.2.0
+ Addedfast-xml-parser@3.21.1(transitive)
+ Addedhe@1.2.0(transitive)
+ Addedstrnum@1.0.5(transitive)