File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rt-client" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "scripts" : {
55 "test" : " vitest" ,
66 "build" : " rollup -c" ,
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ class RTInputAudioItem {
173173 private waitPromise : Promise < void > | null = null ;
174174
175175 private constructor (
176- private id : string ,
176+ public readonly id : string ,
177177 public audioStartMillis : Optional < number > ,
178178 private hasTranscription : boolean ,
179179 private queue : MessageQueueWithError < ServerMessageType > ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " rtclient"
7- version = " 0.5.2 "
7+ version = " 0.5.3 "
88description = " A client for the RT API"
99authors = [" Microsoft Corporation" ]
1010
You can’t perform that action at this time.
0 commit comments