File tree Expand file tree Collapse file tree 5 files changed +25
-6
lines changed
Expand file tree Collapse file tree 5 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/dist/index.d.ts b/dist/index.d.ts
2+ index d5722b1ac530aac3965f1e77e4673e3b4a7e2b1b..1745642ed6b36ad1d4c9a4dfb70e6068402ba86d 100644
3+ --- a/dist/index.d.ts
4+ +++ b/dist/index.d.ts
5+ @@ -1,6 +1,6 @@
6+ type Note = string[];
7+ type ComboChord = Note[];
8+ - interface EnchancedKeyboardEvent extends KeyboardEvent {
9+ + export interface EnchancedKeyboardEvent extends KeyboardEvent {
10+ comboChordCodes: ComboChord;
11+ comboCodes: Note;
12+ tag: any | undefined;
Original file line number Diff line number Diff line change 4545 "@sofie-automation/corelib" : " 1.52.0-in-development" ,
4646 "@sofie-automation/meteor-lib" : " 1.52.0-in-development" ,
4747 "@sofie-automation/shared-lib" : " 1.52.0-in-development" ,
48- "@sofie-automation/sorensen" : " ^ 1.5.8" ,
48+ "@sofie-automation/sorensen" : " patch:@sofie-automation/sorensen@npm%3A1.5.8#~/.yarn/patches/@sofie-automation-sorensen-npm- 1.5.8-7b99076666.patch " ,
4949 "@testing-library/user-event" : " ^14.6.1" ,
5050 "@types/sinon" : " ^10.0.20" ,
5151 "classnames" : " ^2.5.1" ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ export function doUserAction<Result>(
180180 } else {
181181 try {
182182 timeoutMessage . drop ( )
183- } catch ( e ) {
183+ } catch ( _e ) {
184184 // message was already dropped, that's fine
185185 }
186186 }
@@ -202,7 +202,7 @@ export function doUserAction<Result>(
202202 undefined ,
203203 NoticeLevel . CRITICAL ,
204204 t ( 'Action {{actionName}} failed: {{error}}' , {
205- error : translateMessage ( res . error . message || res . error , t ) ,
205+ error : translateMessage ( res . error . userMessage || res . error , t ) ,
206206 actionName : actionName ,
207207 } ) ,
208208 'userAction'
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ const RundownHeader = withTranslation()(
638638 'The rundown: "{{rundownName}}" will need to be deactivated in order to activate this one.\n\nAre you sure you want to activate this one anyway?' ,
639639 {
640640 // TODO: this is a bit of a hack, could a better string sent from the server instead?
641- rundownName : err . message . args ?. names ?? '' ,
641+ rundownName : err . userMessage . args ?. names ?? '' ,
642642 }
643643 ) ,
644644 yes : t ( 'Activate "On Air"' ) ,
Original file line number Diff line number Diff line change @@ -6125,13 +6125,20 @@ __metadata:
61256125 languageName: unknown
61266126 linkType: soft
61276127
6128- "@sofie-automation/sorensen@npm:^ 1.5.8":
6128+ "@sofie-automation/sorensen@npm:1.5.8":
61296129 version: 1.5.8
61306130 resolution: "@sofie-automation/sorensen@npm:1.5.8"
61316131 checksum: 10/ae8fa1bb9c49fbd46490f42de79cdbdeafc17d2184c81da033910400f20b1ce1686d97a63536cd0a9a48a0fa1843566bbbece4b78030c8fef37022a7476bf834
61326132 languageName: node
61336133 linkType: hard
61346134
6135+ "@sofie-automation/sorensen@patch:@sofie-automation/sorensen@npm%3A1.5.8#~/.yarn/patches/@sofie-automation-sorensen-npm-1.5.8-7b99076666.patch":
6136+ version: 1.5.8
6137+ resolution: "@sofie-automation/sorensen@patch:@sofie-automation/sorensen@npm%3A1.5.8#~/.yarn/patches/@sofie-automation-sorensen-npm-1.5.8-7b99076666.patch::version=1.5.8&hash=ca3d17"
6138+ checksum: 10c0/f9d612f13004c68675b50ac2e9dceb8da33df21be44e2547700a382879f40642a8f20426fa05f82f94c6329e7a43f57cce122326c106b8466ff159daa4e23d58
6139+ languageName: node
6140+ linkType: hard
6141+
61356142"@sofie-automation/webui@workspace:webui":
61366143 version: 0.0.0-use.local
61376144 resolution: "@sofie-automation/webui@workspace:webui"
@@ -6149,7 +6156,7 @@ __metadata:
61496156 "@sofie-automation/corelib": "npm:1.52.0-in-development"
61506157 "@sofie-automation/meteor-lib": "npm:1.52.0-in-development"
61516158 "@sofie-automation/shared-lib": "npm:1.52.0-in-development"
6152- "@sofie-automation/sorensen": "npm:^ 1.5.8"
6159+ "@sofie-automation/sorensen": "patch:@sofie-automation/sorensen@npm%3A1.5.8#~/.yarn/patches/@sofie-automation-sorensen-npm- 1.5.8-7b99076666.patch "
61536160 "@testing-library/dom": "npm:^10.4.0"
61546161 "@testing-library/jest-dom": "npm:^6.6.3"
61556162 "@testing-library/react": "npm:^16.2.0"
You can’t perform that action at this time.
0 commit comments