atem-state
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/nrkno/tv-automation-atem-state/compare/0.2.0...0.3.0) (2018-07-31) | ||
### Features | ||
* Upstream Keyer tests ([223a808](https://github.com/nrkno/tv-automation-atem-state/commit/223a808)) | ||
<a name="0.2.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.2.0](https://github.com/nrkno/tv-automation-atem-state/compare/0.1.7...0.2.0) (2018-06-21) |
@@ -164,3 +164,6 @@ "use strict"; | ||
}, | ||
flyKeyframes: [], | ||
flyKeyframes: [ | ||
flyKeyframe(0), | ||
flyKeyframe(1) | ||
], | ||
flyProperties: { | ||
@@ -167,0 +170,0 @@ isASet: false, |
{ | ||
"name": "atem-state", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Typescript Node.js library for comparing ATEM states", | ||
@@ -111,3 +111,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"atem-connection": "^0.1.7", | ||
"atem-connection": "^0.2.1", | ||
"tslib": "^1.9.2" | ||
@@ -114,0 +114,0 @@ }, |
Sorry, the diff of this file is not supported yet
86971
974
+ Addedatem-connection@0.2.3(transitive)
- Removedatem-connection@0.1.7(transitive)
Updatedatem-connection@^0.2.1