From e876894eda3f96948b56e2b3bf57b663b3cbde72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:22:15 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-pugs-rhyme.md | 5 ----- .changeset/gentle-areas-float.md | 5 ----- .changeset/major-worms-grab.md | 5 ----- .changeset/plain-lines-turn.md | 5 ----- .changeset/smooth-bears-wear.md | 5 ----- agents/CHANGELOG.md | 10 ++++++++++ agents/package.json | 2 +- plugins/anam/CHANGELOG.md | 7 +++++++ plugins/anam/package.json | 2 +- plugins/bey/CHANGELOG.md | 7 +++++++ plugins/bey/package.json | 2 +- plugins/cartesia/CHANGELOG.md | 7 +++++++ plugins/cartesia/package.json | 2 +- plugins/deepgram/CHANGELOG.md | 7 +++++++ plugins/deepgram/package.json | 2 +- plugins/elevenlabs/CHANGELOG.md | 7 +++++++ plugins/elevenlabs/package.json | 2 +- plugins/google/CHANGELOG.md | 7 +++++++ plugins/google/package.json | 2 +- plugins/inworld/package.json | 3 +-- plugins/livekit/CHANGELOG.md | 7 +++++++ plugins/livekit/package.json | 2 +- plugins/neuphonic/CHANGELOG.md | 7 +++++++ plugins/neuphonic/package.json | 2 +- plugins/openai/CHANGELOG.md | 9 +++++++++ plugins/openai/package.json | 2 +- plugins/resemble/CHANGELOG.md | 7 +++++++ plugins/resemble/package.json | 2 +- plugins/rime/CHANGELOG.md | 7 +++++++ plugins/rime/package.json | 2 +- plugins/silero/CHANGELOG.md | 7 +++++++ plugins/silero/package.json | 2 +- plugins/test/CHANGELOG.md | 7 +++++++ plugins/test/package.json | 2 +- 34 files changed, 118 insertions(+), 41 deletions(-) delete mode 100644 .changeset/funny-pugs-rhyme.md delete mode 100644 .changeset/gentle-areas-float.md delete mode 100644 .changeset/major-worms-grab.md delete mode 100644 .changeset/plain-lines-turn.md delete mode 100644 .changeset/smooth-bears-wear.md diff --git a/.changeset/funny-pugs-rhyme.md b/.changeset/funny-pugs-rhyme.md deleted file mode 100644 index b6719109..00000000 --- a/.changeset/funny-pugs-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Implement robust close() cleanup for openAI STT/TTS plugins using AbortController to prevent resource leaks. diff --git a/.changeset/gentle-areas-float.md b/.changeset/gentle-areas-float.md deleted file mode 100644 index 44839f61..00000000 --- a/.changeset/gentle-areas-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Support transcripts & traces upload to livekit cloud observability diff --git a/.changeset/major-worms-grab.md b/.changeset/major-worms-grab.md deleted file mode 100644 index a4a1be88..00000000 --- a/.changeset/major-worms-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-inworld': major ---- - -Added Inworld TTS plugin and example diff --git a/.changeset/plain-lines-turn.md b/.changeset/plain-lines-turn.md deleted file mode 100644 index 563c1cee..00000000 --- a/.changeset/plain-lines-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Support otel traces upload to livekit cloud observability diff --git a/.changeset/smooth-bears-wear.md b/.changeset/smooth-bears-wear.md deleted file mode 100644 index b910eb70..00000000 --- a/.changeset/smooth-bears-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Support logging integration to livekit cloud observability diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 8922746a..5939b484 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/agents +## 1.0.23 + +### Patch Changes + +- Support transcripts & traces upload to livekit cloud observability - [#863](https://github.com/livekit/agents-js/pull/863) ([@toubatbrian](https://github.com/toubatbrian)) + +- Support otel traces upload to livekit cloud observability - [#867](https://github.com/livekit/agents-js/pull/867) ([@toubatbrian](https://github.com/toubatbrian)) + +- Support logging integration to livekit cloud observability - [#873](https://github.com/livekit/agents-js/pull/873) ([@toubatbrian](https://github.com/toubatbrian)) + ## 1.0.22 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 23854cb2..dd285eb7 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.0.22", + "version": "1.0.23", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/anam/CHANGELOG.md b/plugins/anam/CHANGELOG.md index 1532a72e..928c1644 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.0.13 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.12 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index da478500..a2d93103 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.0.12", + "version": "1.0.13", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/bey/CHANGELOG.md b/plugins/bey/CHANGELOG.md index 5c27ab0f..03531f26 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.0.13 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.12 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 6965f740..61d62c66 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.0.12", + "version": "1.0.13", "description": "Beyond Presence plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cartesia/CHANGELOG.md b/plugins/cartesia/CHANGELOG.md index 074e5fcd..a07a3df3 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index 66a43380..d85ec2d5 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.0.22", + "version": "1.0.23", "description": "Cartesia plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/deepgram/CHANGELOG.md b/plugins/deepgram/CHANGELOG.md index de339101..aca352cf 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 4685220d..327c722a 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.0.22", + "version": "1.0.23", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 8aeb5f02..da4d59e9 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 6122ad7f..08dd2417 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.0.22", + "version": "1.0.23", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/google/CHANGELOG.md b/plugins/google/CHANGELOG.md index cf92c373..86da6a02 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-google +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 8e4617e5..be4db311 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.0.22", + "version": "1.0.23", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index f2c13066..34adfb33 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "0.1.0", + "version": "1.0.0", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", @@ -49,4 +49,3 @@ "@livekit/rtc-node": "^0.13.12" } } - diff --git a/plugins/livekit/CHANGELOG.md b/plugins/livekit/CHANGELOG.md index 372f7b77..c3df750a 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 344db996..b5abf578 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.0.22", + "version": "1.0.23", "description": "Additional utilities for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/neuphonic/CHANGELOG.md b/plugins/neuphonic/CHANGELOG.md index 5bd60d6e..bf4efbf0 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 70496da0..104277d0 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.0.22", + "version": "1.0.23", "description": "Neuphonic plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index a6aef695..3c816fbe 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-openai +## 1.0.23 + +### Patch Changes + +- Implement robust close() cleanup for openAI STT/TTS plugins using AbortController to prevent resource leaks. - [#874](https://github.com/livekit/agents-js/pull/874) ([@KrishnaShuk](https://github.com/KrishnaShuk)) + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 5558ea1f..c29f1065 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.0.22", + "version": "1.0.23", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/resemble/CHANGELOG.md b/plugins/resemble/CHANGELOG.md index 4a1574a3..fa17a0d1 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 1c3c8457..632b9b17 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.0.22", + "version": "1.0.23", "description": "Resemble plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/rime/CHANGELOG.md b/plugins/rime/CHANGELOG.md index 79a55a9b..cd88703d 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.0.16 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.15 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index e525e354..b276238e 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.0.15", + "version": "1.0.16", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/silero/CHANGELOG.md b/plugins/silero/CHANGELOG.md index 3be5885b..edd384c0 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 89039a13..f6e53af2 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.0.22", + "version": "1.0.23", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index 5dcead69..ba445c70 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.0.23 + +### Patch Changes + +- Updated dependencies [[`33ca7ad3bef1c941988667b95f7f8b908182cef9`](https://github.com/livekit/agents-js/commit/33ca7ad3bef1c941988667b95f7f8b908182cef9), [`97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6`](https://github.com/livekit/agents-js/commit/97d066fbcd6bbc525567dbb68c5ce1e8e3755ac6), [`705b88690d3949b84b95677f324f3afa52a557df`](https://github.com/livekit/agents-js/commit/705b88690d3949b84b95677f324f3afa52a557df)]: + - @livekit/agents@1.0.23 + ## 1.0.22 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 6ea4fbe8..e5f5c9ef 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.0.22", + "version": "1.0.23", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module",