From c97fe4c760daf644ed94547292e341e554b95894 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:42:02 +0000 Subject: [PATCH] Version Packages --- .changeset/seven-bears-rule.md | 5 ----- .changeset/slimy-sheep-take.md | 5 ----- agents/CHANGELOG.md | 8 ++++++++ agents/package.json | 2 +- plugins/anam/CHANGELOG.md | 7 +++++++ plugins/anam/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/livekit/CHANGELOG.md | 7 +++++++ plugins/livekit/package.json | 2 +- plugins/neuphonic/CHANGELOG.md | 7 +++++++ plugins/neuphonic/package.json | 2 +- plugins/openai/CHANGELOG.md | 7 +++++++ 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 +- 28 files changed, 105 insertions(+), 23 deletions(-) delete mode 100644 .changeset/seven-bears-rule.md delete mode 100644 .changeset/slimy-sheep-take.md diff --git a/.changeset/seven-bears-rule.md b/.changeset/seven-bears-rule.md deleted file mode 100644 index 1a653fa69..000000000 --- a/.changeset/seven-bears-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Add comment on units for LLM metrics diff --git a/.changeset/slimy-sheep-take.md b/.changeset/slimy-sheep-take.md deleted file mode 100644 index e962741e2..000000000 --- a/.changeset/slimy-sheep-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Support custom text callback diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 8770d2c57..80b4c5b00 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents +## 1.0.11 + +### Patch Changes + +- Add comment on units for LLM metrics - [#764](https://github.com/livekit/agents-js/pull/764) ([@Shubhrakanti](https://github.com/Shubhrakanti)) + +- Support custom text callback - [#761](https://github.com/livekit/agents-js/pull/761) ([@toubatbrian](https://github.com/toubatbrian)) + ## 1.0.10 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 1f1131764..708fb1b8a 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.0.10", + "version": "1.0.11", "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 d434b1d15..2d09ea4d4 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.0 ### Major Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 72ed21f4e..b52618008 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.0.0", + "version": "1.0.1", "description": "Anam 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 acc21ca49..487cd6556 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index abbe701a8..82be252c3 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.0.10", + "version": "1.0.11", "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 1a68ccd49..b5a359eec 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 145cc10fa..fc5d3c519 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.0.10", + "version": "1.0.11", "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 66ea9b8b7..5686cd624 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 3cd148e84..950d5c43a 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.0.10", + "version": "1.0.11", "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 f75d54e78..e522f1e49 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-google +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 6a6d91894..e51b31efb 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.0.10", + "version": "1.0.11", "description": "Google Gemini 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 61c18b7d2..f9c113637 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index f8db1c0b7..3dd1ab821 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.0.10", + "version": "1.0.11", "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 a6d0542f5..b845e22ca 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index b5850c6d6..e19620157 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.0.10", + "version": "1.0.11", "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 ed85edcde..0caa571b0 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-openai +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 81ed8eaa5..285be3890 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.0.10", + "version": "1.0.11", "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 4e516a9ec..4ba051634 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 7dedaac9a..5e44af64d 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.0.10", + "version": "1.0.11", "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 83d4e1c35..ea0118352 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.3 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 096560189..b5028c867 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.0.3", + "version": "1.0.4", "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 b718fe251..5b015d389 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index dcf1389c5..ca964d62f 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.0.10", + "version": "1.0.11", "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 00b321cf4..88d7aa0cc 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]: + - @livekit/agents@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index ef1abdbf5..3030c494f 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.0.10", + "version": "1.0.11", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module",