atem-state
Advanced tools
Comparing version 0.12.2-nightly-latest-20211007-163338-78e7dca.0 to 0.12.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.12.2](https://github.com/nrkno/tv-automation-atem-state/compare/0.12.1...0.12.2) (2021-12-08) | ||
### Bug Fixes | ||
* update media player source before playback status ([78e7dca](https://github.com/nrkno/tv-automation-atem-state/commit/78e7dca9578997ba863b434e53cb551bccce86d9)) | ||
### [0.12.1](https://github.com/nrkno/tv-automation-atem-state/compare/0.12.0...0.12.1) (2021-07-06) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "atem-state", | ||
"version": "0.12.2-nightly-latest-20211007-163338-78e7dca.0", | ||
"version": "0.12.2", | ||
"description": "Typescript Node.js library for comparing ATEM states", | ||
@@ -65,3 +65,3 @@ "main": "dist/index.js", | ||
"@types/node": "^12.20.13", | ||
"atem-connection": "2.2.2", | ||
"atem-connection": "~2.4", | ||
"codecov": "^3.8.2", | ||
@@ -83,8 +83,8 @@ "jest": "^26.6.3", | ||
"peerDependencies": { | ||
"atem-connection": "2.3.0" | ||
"atem-connection": "~2.4" | ||
}, | ||
"dependencies": { | ||
"deepmerge": "^4.2.2", | ||
"tslib": "^2.2.0", | ||
"type-fest": "^1.1.3" | ||
"tslib": "^2.3.1", | ||
"type-fest": "^1.4.0" | ||
}, | ||
@@ -91,0 +91,0 @@ "standard-version": { |
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
123173
+ Addedatem-connection@2.4.0(transitive)
- Removedatem-connection@2.3.0(transitive)
Updatedtslib@^2.3.1
Updatedtype-fest@^1.4.0