@tv2media/timeline-state-resolver-types
Advanced tools
Comparing version 3.5.1 to 3.7.0
@@ -6,2 +6,14 @@ # Change Log | ||
## [3.7.0](https://github.com/tv2/tv-automation-state-timeline-resolver/compare/3.5.1...3.7.0) (2024-07-02) | ||
### Features | ||
- update for casparcg-connection rewrite ([90209b8](https://github.com/tv2/tv-automation-state-timeline-resolver/commit/90209b8b9b047dcc3061a28585a074df8e3da9a1)) | ||
## [3.6.0](https://github.com/tv2/tv-automation-state-timeline-resolver/compare/3.5.1...3.6.0) (2024-07-01) | ||
### Features | ||
- update for casparcg-connection rewrite ([90209b8](https://github.com/tv2/tv-automation-state-timeline-resolver/commit/90209b8b9b047dcc3061a28585a074df8e3da9a1)) | ||
## [3.5.1](https://github.com/tv2/tv-automation-state-timeline-resolver/compare/3.5.0...3.5.1) (2023-03-31) | ||
@@ -8,0 +20,0 @@ |
@@ -18,5 +18,2 @@ import { Mapping } from './mapping'; | ||
retryInterval?: number; | ||
timeBase?: { | ||
[channel: string]: number; | ||
} | number; | ||
fps?: number; | ||
@@ -119,2 +116,5 @@ launcherHost?: string; | ||
deviceFormat: ChannelFormat; | ||
/** | ||
* @deprecated use videoFilter instead | ||
*/ | ||
filter?: string; | ||
@@ -121,0 +121,0 @@ /** Audio channel layout (example 'stereo') */ |
{ | ||
"name": "@tv2media/timeline-state-resolver-types", | ||
"version": "3.5.1", | ||
"version": "3.7.0", | ||
"description": "Have timeline, control stuff", | ||
@@ -70,3 +70,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "8839fca2960545b97ebbfd29252be2029617d7e8" | ||
"gitHead": "507a6eff029bbed8152f56787dd29405d0505cfe" | ||
} |
Sorry, the diff of this file is not supported yet
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
247481