From 425a2d7bbebc35378221c431c02d1e3c55691acc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:48:48 +0000 Subject: [PATCH] Version Packages --- .changeset/google-realtime-generation.md | 5 ----- .changeset/large-cars-pull.md | 5 ----- .changeset/lazy-spies-worry.md | 5 ----- .changeset/tender-glasses-burn.md | 8 -------- agents/CHANGELOG.md | 10 ++++++++++ agents/package.json | 2 +- plugins/anam/CHANGELOG.md | 7 +++++++ plugins/anam/package.json | 2 +- plugins/baseten/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 | 9 +++++++++ plugins/deepgram/package.json | 2 +- plugins/elevenlabs/CHANGELOG.md | 7 +++++++ plugins/elevenlabs/package.json | 2 +- plugins/google/CHANGELOG.md | 9 +++++++++ plugins/google/package.json | 2 +- plugins/hedra/package.json | 2 +- plugins/inworld/package.json | 2 +- 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 +- plugins/xai/package.json | 2 +- 36 files changed, 125 insertions(+), 41 deletions(-) delete mode 100644 .changeset/google-realtime-generation.md delete mode 100644 .changeset/large-cars-pull.md delete mode 100644 .changeset/lazy-spies-worry.md delete mode 100644 .changeset/tender-glasses-burn.md diff --git a/.changeset/google-realtime-generation.md b/.changeset/google-realtime-generation.md deleted file mode 100644 index 553576d84..000000000 --- a/.changeset/google-realtime-generation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-google": patch ---- - -Fix Google realtime generation sequencing to avoid generateReply timeouts and align with Python plugin behavior. diff --git a/.changeset/large-cars-pull.md b/.changeset/large-cars-pull.md deleted file mode 100644 index 1570b8afc..000000000 --- a/.changeset/large-cars-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Add support for noiseCancellation frameProcessors diff --git a/.changeset/lazy-spies-worry.md b/.changeset/lazy-spies-worry.md deleted file mode 100644 index 901728041..000000000 --- a/.changeset/lazy-spies-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -refine timestamps in spans and recording alignment diff --git a/.changeset/tender-glasses-burn.md b/.changeset/tender-glasses-burn.md deleted file mode 100644 index a2d4963d4..000000000 --- a/.changeset/tender-glasses-burn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@livekit/agents-plugin-deepgram': patch -'@livekit/agents-plugin-baseten': patch -'@livekit/agents-plugin-openai': patch -'@livekit/agents': patch ---- - -Add aligned transcript support with word-level timing for STT plugins diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index daa275475..500154e2e 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/agents +## 1.0.38 + +### Patch Changes + +- Add support for noiseCancellation frameProcessors - [#966](https://github.com/livekit/agents-js/pull/966) ([@lukasIO](https://github.com/lukasIO)) + +- refine timestamps in spans and recording alignment - [#982](https://github.com/livekit/agents-js/pull/982) ([@toubatbrian](https://github.com/toubatbrian)) + +- Add aligned transcript support with word-level timing for STT plugins - [#984](https://github.com/livekit/agents-js/pull/984) ([@toubatbrian](https://github.com/toubatbrian)) + ## 1.0.37 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index be6c82854..c6a4dd673 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.0.37", + "version": "1.0.38", "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 f381e6823..4697e4401 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index b7a509ca9..d5353cde0 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.0.37", + "version": "1.0.38", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index 413e2b70c..cfec197b7 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.0.37", + "version": "1.0.38", "description": "Baseten 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 4a8028820..94b2a0327 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 12df3a599..69b4f7f11 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.0.37", + "version": "1.0.38", "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 bffb0248c..e97567cf2 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index df3dce563..318698581 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.0.37", + "version": "1.0.38", "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 f89bc8eff..3175f9db0 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 1.0.38 + +### Patch Changes + +- Add aligned transcript support with word-level timing for STT plugins - [#984](https://github.com/livekit/agents-js/pull/984) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index f89a80c05..1e96a9e0a 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.0.37", + "version": "1.0.38", "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 eca2654ba..320baa538 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 0dd065c42..e6dcb8821 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.0.37", + "version": "1.0.38", "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 831b04d80..75f17e27c 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-google +## 1.0.38 + +### Patch Changes + +- Fix Google realtime generation sequencing to avoid generateReply timeouts and align with Python plugin behavior. - [#989](https://github.com/livekit/agents-js/pull/989) ([@tillkolter](https://github.com/tillkolter)) + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 8b1d0c148..372b64ede 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.0.37", + "version": "1.0.38", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index e45ce8688..4e516df4a 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.0.37", + "version": "1.0.38", "description": "Hedra avatar 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 d334aab4c..4bab70f2a 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.0.37", + "version": "1.0.38", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/livekit/CHANGELOG.md b/plugins/livekit/CHANGELOG.md index 3432f1ce7..422b43182 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 66c929d61..a3241c692 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.0.37", + "version": "1.0.38", "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 23bd8c175..44c05787a 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 38afa1a7b..7b8a176b6 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.0.37", + "version": "1.0.38", "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 bd91b1f70..53ffa47b8 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-openai +## 1.0.38 + +### Patch Changes + +- Add aligned transcript support with word-level timing for STT plugins - [#984](https://github.com/livekit/agents-js/pull/984) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 4075b5ada..eb65e91f9 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.0.37", + "version": "1.0.38", "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 442e873e2..a0f4b8d9b 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index ba51942f0..b2ec1bf2f 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.0.37", + "version": "1.0.38", "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 10b6f0596..eeace22c4 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 5d9b0eb5d..fa75ee0b2 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.0.37", + "version": "1.0.38", "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 550aa64c6..66bf84e68 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 4451af551..41e00c1b1 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.0.37", + "version": "1.0.38", "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 5fe826790..1677e666d 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`44a0471681bf44eb49c0de7dc0448cd56adbb5a8`](https://github.com/livekit/agents-js/commit/44a0471681bf44eb49c0de7dc0448cd56adbb5a8), [`25df43af4969f0101eb98a30593a620b48d192a3`](https://github.com/livekit/agents-js/commit/25df43af4969f0101eb98a30593a620b48d192a3), [`989f16a8a0619ca75d96f3add1372d93552a828e`](https://github.com/livekit/agents-js/commit/989f16a8a0619ca75d96f3add1372d93552a828e)]: + - @livekit/agents@1.0.38 + ## 1.0.37 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 1cae95eb5..072c4c411 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.0.37", + "version": "1.0.38", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 48dce649f..a701a028c 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.0.37", + "version": "1.0.38", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",