mos-connection
Advanced tools
Comparing version 0.8.9 to 0.8.10-nightly-20200305-073016-1c0ca23.0
@@ -298,8 +298,9 @@ "use strict"; | ||
Utils_1.addTextElement(xmlItem, 'itemChannel', {}, item.Channel); | ||
if (item.EditorialStart) | ||
if (item.EditorialStart !== undefined) | ||
Utils_1.addTextElement(xmlItem, 'itemEdStart', {}, item.EditorialStart); | ||
if (item.EditorialDuration) | ||
if (item.EditorialDuration !== undefined) | ||
Utils_1.addTextElement(xmlItem, 'itemEdDur', {}, item.EditorialDuration); | ||
if (item.UserTimingDuration) | ||
if (item.UserTimingDuration !== undefined) { | ||
Utils_1.addTextElement(xmlItem, 'itemUserTimingDur', {}, item.UserTimingDuration); | ||
} | ||
if (item.Trigger) | ||
@@ -306,0 +307,0 @@ Utils_1.addTextElement(xmlItem, 'itemTrigger', {}, item.Trigger); |
{ | ||
"name": "mos-connection", | ||
"version": "0.8.9", | ||
"version": "0.8.10-nightly-20200305-073016-1c0ca23.0", | ||
"description": "MOS compliant TCP/IP Socket connection.", | ||
@@ -90,3 +90,3 @@ "main": "dist/index.js", | ||
"@types/node": "^12.12.3", | ||
"codecov": "^3.6.1", | ||
"codecov": "^3.6.5", | ||
"gh-pages": "^2.0.1", | ||
@@ -93,0 +93,0 @@ "jest": "^24.9.0", |
Sorry, the diff of this file is not supported yet
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
379327
5145