File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rt-client" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"scripts" : {
5
5
"test" : " vitest" ,
6
6
"build" : " rollup -c" ,
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ class RTInputAudioItem {
173
173
private waitPromise : Promise < void > | null = null ;
174
174
175
175
private constructor (
176
- private id : string ,
176
+ public readonly id : string ,
177
177
public audioStartMillis : Optional < number > ,
178
178
private hasTranscription : boolean ,
179
179
private queue : MessageQueueWithError < ServerMessageType > ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " rtclient"
7
- version = " 0.5.2 "
7
+ version = " 0.5.3 "
8
8
description = " A client for the RT API"
9
9
authors = [" Microsoft Corporation" ]
10
10
You can’t perform that action at this time.
0 commit comments