timeline-state-resolver-types
Advanced tools
Comparing version 9.0.0-nightly-release50-20231016-091746-0259fbfaa.0 to 9.0.0-nightly-release50-20231019-141305-a148b82b2.0
@@ -53,2 +53,8 @@ # Change Log | ||
## [8.1.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/8.0.0...8.1.0) (2023-10-19) | ||
### Features | ||
- VizMSE action to send clear-commands (configured on the device settings) to all Engines in the Profile ([38e313f](https://github.com/nrkno/sofie-timeline-state-resolver/commit/38e313f77dfa7e61f495acf274b872768a1dbaa5)) | ||
## [8.0.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/7.5.1...8.0.0) (2023-10-05) | ||
@@ -55,0 +61,0 @@ |
@@ -77,4 +77,5 @@ /** | ||
Activate = "activate", | ||
StandDown = "standDown" | ||
StandDown = "standDown", | ||
ClearAllEngines = "clearAllEngines" | ||
} | ||
//# sourceMappingURL=vizMSE.d.ts.map |
@@ -15,3 +15,4 @@ "use strict"; | ||
VizMSEActions["StandDown"] = "standDown"; | ||
VizMSEActions["ClearAllEngines"] = "clearAllEngines"; | ||
})(VizMSEActions = exports.VizMSEActions || (exports.VizMSEActions = {})); | ||
//# sourceMappingURL=vizMSE.js.map |
{ | ||
"name": "timeline-state-resolver-types", | ||
"version": "9.0.0-nightly-release50-20231016-091746-0259fbfaa.0", | ||
"version": "9.0.0-nightly-release50-20231019-141305-a148b82b2.0", | ||
"description": "Have timeline, control stuff", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "8e3ff1b792765c0d1fd4476dc0ef950b3af68f77" | ||
"gitHead": "2dd6585a52f18be3d48a1435196c668da7b14ce0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
286434
4288