superfly-timeline
Advanced tools
Comparing version 7.2.2 to 7.2.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [7.2.3](https://github.com/SuperFlyTV/supertimeline/compare/7.2.2...7.2.3) (2019-08-13) | ||
### Bug Fixes | ||
* bug fix: reference duration ([de7b86c](https://github.com/SuperFlyTV/supertimeline/commit/de7b86c)) | ||
### [7.2.2](https://github.com/SuperFlyTV/supertimeline/compare/7.2.1...7.2.2) (2019-08-09) | ||
@@ -7,0 +14,0 @@ |
@@ -223,2 +223,4 @@ "use strict"; | ||
} | ||
if (_.isArray(lookedupDuration) && !lookedupDuration.length) | ||
lookedupDuration = null; | ||
if (_.isArray(lookedupDuration)) { | ||
@@ -225,0 +227,0 @@ throw new Error("lookupExpression should never return an array for .duration lookup"); // perhaps tmp? maybe revisit this at some point |
{ | ||
"name": "superfly-timeline", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
227326
2246