Commit ae33558 1 parent 7a6fdf2 commit ae33558 Copy full SHA for ae33558
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 62
62
"@sofie-automation/code-standard-preset" : " ^0.2.5" ,
63
63
"@types/jest" : " ^26.0.23" ,
64
64
"@types/node" : " ^12.20.12" ,
65
+ "atem-connection" : " 2.2.2" ,
65
66
"codecov" : " ^3.8.2" ,
66
67
"jest" : " ^26.6.3" ,
67
68
"open-cli" : " ^6" ,
77
78
" open" ,
78
79
" source"
79
80
],
81
+ "peerDependencies" : {
82
+ "atem-connection" : " 2.2.2"
83
+ },
80
84
"dependencies" : {
81
- "atem-connection" : " 2.2.2" ,
82
85
"deepmerge" : " ^4.2.2" ,
83
86
"tslib" : " ^2.2.0" ,
84
87
"type-fest" : " ^1.0.2"
Original file line number Diff line number Diff line change @@ -2,8 +2,3 @@ export * from './atemState'
2
2
export * as Defaults from './defaults'
3
3
export * as Enums from './enums'
4
4
export * from './state'
5
-
6
- // Re-export atem-connection as the version is pinned, and so that users can easily use the same version
7
- import * as AtemConnection from 'atem-connection'
8
- export { AtemConnection }
9
- export { Commands , Enums as AtemEnums } from 'atem-connection'
You can’t perform that action at this time.
0 commit comments