atem-state
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.3.2"></a> | ||
## [0.3.2](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.1...0.3.2) (2018-08-09) | ||
### Bug Fixes | ||
* added missing guard ([c07c474](https://github.com/nrkno/tv-automation-atem-state/commit/c07c474)) | ||
<a name="0.3.1"></a> | ||
@@ -7,0 +17,0 @@ ## [0.3.1](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.0...0.3.1) (2018-08-07) |
@@ -7,2 +7,4 @@ "use strict"; | ||
for (const mixEffectId in oldState.video.ME) { | ||
if (!newState.video.ME[mixEffectId]) | ||
continue; | ||
for (const upstreamKeyerId in oldState.video.ME[mixEffectId].upstreamKeyers) { | ||
@@ -9,0 +11,0 @@ const oldKeyer = oldState.video.ME[mixEffectId].upstreamKeyers[upstreamKeyerId]; |
{ | ||
"name": "atem-state", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Typescript Node.js library for comparing ATEM states", | ||
@@ -111,3 +111,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"atem-connection": "^0.3.0", | ||
"atem-connection": "^0.3.1", | ||
"tslib": "^1.9.2" | ||
@@ -114,0 +114,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
89582
999
Updatedatem-connection@^0.3.1