timeline-state-resolver-types
Advanced tools
Comparing version 9.1.1-nightly-release51-20240904-105552-81af9f7a1.0 to 9.2.0-alpha.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [9.2.0-alpha.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.1.0...9.2.0-alpha.0) (2024-09-09) | ||
### Features | ||
- allow sequential executionMode to paralelize multiple queues of Commands ([84a53cd](https://github.com/nrkno/sofie-timeline-state-resolver/commit/84a53cd5f1ee0978767d46ad766c01841559983d)) | ||
## [9.1.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.2...9.1.0) (2024-08-19) | ||
@@ -8,0 +14,0 @@ |
@@ -137,4 +137,5 @@ import * as Timeline from './superfly-timeline'; | ||
Error = "ERROR", | ||
IgnoredNotRelevant = "IGNORED", | ||
Ok = "OK" | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -69,4 +69,5 @@ "use strict"; | ||
ActionExecutionResultCode["Error"] = "ERROR"; | ||
ActionExecutionResultCode["IgnoredNotRelevant"] = "IGNORED"; | ||
ActionExecutionResultCode["Ok"] = "OK"; | ||
})(ActionExecutionResultCode = exports.ActionExecutionResultCode || (exports.ActionExecutionResultCode = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "timeline-state-resolver-types", | ||
"version": "9.1.1-nightly-release51-20240904-105552-81af9f7a1.0", | ||
"version": "9.2.0-alpha.0", | ||
"description": "Have timeline, control stuff", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "e6d75a5b9841bef8f77a3c1ff3a4a41525d05e0e" | ||
"gitHead": "5c359565fef3b0e05868aa05d56d9bdd1716a061" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
328436
4691