Skip to content

Commit

Permalink
Making RTInputAudioItem id public. (#97)
Browse files Browse the repository at this point in the history
Bumping js and python version.
  • Loading branch information
glecaros authored Dec 5, 2024
1 parent 03d74a6 commit d473b61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javascript/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rt-client",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"test": "vitest",
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion javascript/standalone/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class RTInputAudioItem {
private waitPromise: Promise<void> | null = null;

private constructor(
private id: string,
public readonly id: string,
public audioStartMillis: Optional<number>,
private hasTranscription: boolean,
private queue: MessageQueueWithError<ServerMessageType>,
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rtclient"
version = "0.5.2"
version = "0.5.3"
description = "A client for the RT API"
authors = ["Microsoft Corporation"]

Expand Down

0 comments on commit d473b61

Please sign in to comment.