File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commoners/bluetooth" ,
3
- "version" : " 0.0.55 " ,
3
+ "version" : " 0.0.60 " ,
4
4
"main" : " ./dist/index.cjs" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"license" : " MIT" ,
13
13
},
14
14
"peerDependencies" : {
15
15
"@capacitor-community/bluetooth-le" : " ^6.0.0" ,
16
- "@commoners/solidarity" : " ^0.0.55 "
16
+ "@commoners/solidarity" : " ^0.0.60 "
17
17
},
18
18
"peerDependenciesMeta" : {
19
19
"@capacitor-community/bluetooth-le" : {
Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ export default (props: ModalProps) => {
134
134
135
135
selectedDevice = ''
136
136
137
- #dialog: HTMLDialogElement
138
-
139
137
getDialog = ( ) => {
140
138
return this . shadowRoot . querySelector ( 'dialog' ) as HTMLDialogElement
141
139
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commoners/serial" ,
3
- "version" : " 0.0.55 " ,
3
+ "version" : " 0.0.60 " ,
4
4
"license" : " MIT" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.cjs" ,
12
12
"vite" : " ^5.3.4"
13
13
},
14
14
"peerDependencies" : {
15
- "@commoners/solidarity" : " ^0.0.55 "
15
+ "@commoners/solidarity" : " ^0.0.60 "
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments