superfly-timeline
Advanced tools
Comparing version 5.0.5 to 6.0.1
@@ -5,2 +5,17 @@ # Change Log | ||
<a name="6.0.1"></a> | ||
## [6.0.1](https://github.com/SuperFlyTV/supertimeline/compare/5.0.6...6.0.1) (2018-09-13) | ||
<a name="5.0.6"></a> | ||
## [5.0.6](https://github.com/SuperFlyTV/supertimeline/compare/5.0.5...5.0.6) (2018-09-13) | ||
### Bug Fixes | ||
* TimelineObject duration can be a string ([edf3ae3](https://github.com/SuperFlyTV/supertimeline/commit/edf3ae3)) | ||
<a name="5.0.5"></a> | ||
@@ -7,0 +22,0 @@ ## [5.0.5](https://github.com/SuperFlyTV/supertimeline/compare/5.0.4...5.0.5) (2018-09-13) |
@@ -8,3 +8,3 @@ import { TriggerType, TraceLevel, EventType } from '../enums/enums'; | ||
}; | ||
duration?: number; | ||
duration?: number | string; | ||
LLayer: string | number; | ||
@@ -45,3 +45,3 @@ content: { | ||
}; | ||
duration?: number; | ||
duration?: number | string; | ||
content?: { | ||
@@ -48,0 +48,0 @@ [key: string]: any; |
{ | ||
"name": "superfly-timeline", | ||
"version": "5.0.5", | ||
"version": "6.0.1", | ||
"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 too big to display
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
186889
1834