atem-state
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.3"></a> | ||
## [0.1.3](https://github.com/nrk/tv-automation-atem-state/compare/0.1.2...0.1.3) (2018-06-15) | ||
### Bug Fixes | ||
* update defaults to comply with actual atem defaults ([944de80](https://github.com/nrk/tv-automation-atem-state/commit/944de80)) | ||
<a name="0.1.2"></a> | ||
@@ -7,0 +17,0 @@ ## [0.1.2](https://github.com/nrk/tv-automation-atem-state/compare/0.1.1...0.1.2) (2018-06-14) |
@@ -72,6 +72,6 @@ "use strict"; | ||
borderInput: Video.defaultInput, | ||
symmetry: 0, | ||
symmetry: 5000, | ||
borderSoftness: 0, | ||
xPosition: 0, | ||
yPosition: 0, | ||
xPosition: 5000, | ||
yPosition: 5000, | ||
reverseDirection: false, | ||
@@ -208,3 +208,3 @@ flipFlop: false | ||
y: 0, | ||
size: 1, | ||
size: 1000, | ||
cropped: false, | ||
@@ -211,0 +211,0 @@ cropTop: 0, |
{ | ||
"name": "atem-state", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Typescript Node.js library for comparing ATEM states", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
85105