diff --git a/.changeset/bumpy-donkeys-flow.md b/.changeset/bumpy-donkeys-flow.md deleted file mode 100644 index 83ec055c5..000000000 --- a/.changeset/bumpy-donkeys-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Change logger to use error serializer diff --git a/.changeset/curvy-coins-boil.md b/.changeset/curvy-coins-boil.md deleted file mode 100644 index d44eec459..000000000 --- a/.changeset/curvy-coins-boil.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-google": patch -"@livekit/agents-plugin-livekit": patch -"@livekit/agents-plugin-openai": patch ---- - -Implement AgentTask feature diff --git a/.changeset/pretty-steaks-go.md b/.changeset/pretty-steaks-go.md deleted file mode 100644 index 68a8e9359..000000000 --- a/.changeset/pretty-steaks-go.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch -'@livekit/agents': patch ---- - -add openai responses api llm diff --git a/.changeset/wise-poets-act.md b/.changeset/wise-poets-act.md deleted file mode 100644 index ee88b392b..000000000 --- a/.changeset/wise-poets-act.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-anam": patch -"@livekit/agents-plugin-baseten": patch -"@livekit/agents-plugin-bey": patch -"@livekit/agents-plugin-cartesia": patch -"@livekit/agents-plugin-deepgram": patch -"@livekit/agents-plugin-elevenlabs": patch -"@livekit/agents-plugin-google": patch -"@livekit/agents-plugin-hedra": patch -"@livekit/agents-plugin-inworld": patch -"@livekit/agents-plugin-lemonslice": patch -"@livekit/agents-plugin-livekit": patch -"@livekit/agents-plugin-neuphonic": patch -"@livekit/agents-plugin-openai": patch -"@livekit/agents-plugin-resemble": patch -"@livekit/agents-plugin-rime": patch -"@livekit/agents-plugin-sarvam": patch -"@livekit/agents-plugin-silero": patch -"@livekit/agents-plugin-xai": patch ---- - -Ensure registered plugin versions stay up to date diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index ac7862d3b..cfccf73b1 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/agents +## 1.0.47 + +### Patch Changes + +- Change logger to use error serializer - [#1063](https://github.com/livekit/agents-js/pull/1063) ([@qionghuang6](https://github.com/qionghuang6)) + +- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian)) + +- add openai responses api llm - [#958](https://github.com/livekit/agents-js/pull/958) ([@tinalenguyen](https://github.com/tinalenguyen)) + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + ## 1.0.46 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 2311ef387..5400ee02b 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.0.46", + "version": "1.0.47", "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 f64552db4..005919f9d 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-anam +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 985fb2a94..a4c817fa1 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.0.46", + "version": "1.0.47", "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 d515c155d..676d0eebc 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.0.46", + "version": "1.0.47", "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 5a76eec43..2f6c0f524 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-bey +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 850537f6b..6723c74e3 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.0.46", + "version": "1.0.47", "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 d238dc620..4ee2f2da5 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-cartesia +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index abd051d3f..eb046359d 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.0.46", + "version": "1.0.47", "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 36c51ab4d..6e6618ad4 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 45c40bbf6..8f3c76c7d 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.0.46", + "version": "1.0.47", "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 3dfb3f5b4..addd17fe5 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 513b163d8..86090ab88 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.0.46", + "version": "1.0.47", "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 c389cf9e0..f62c097d5 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-google +## 1.0.47 + +### Patch Changes + +- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian)) + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 6303fd292..c8cafe8eb 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.0.46", + "version": "1.0.47", "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 e00befabc..728d062cd 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.0.46", + "version": "1.0.47", "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 3833fba9f..1c1272dc0 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.0.46", + "version": "1.0.47", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index 695e95e79..4fdbb97e1 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.0.46", + "version": "1.0.47", "description": "LemonSlice avatar 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 960c18252..85735bea9 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-livekit +## 1.0.47 + +### Patch Changes + +- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian)) + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 5b364ea20..af93edc29 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.0.46", + "version": "1.0.47", "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 881eed581..51329cbc2 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-neuphonic +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 16cea8f15..bfaf14ea2 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.0.46", + "version": "1.0.47", "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 917678d32..24a97b364 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,18 @@ # @livekit/agents-plugin-openai +## 1.0.47 + +### Patch Changes + +- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian)) + +- add openai responses api llm - [#958](https://github.com/livekit/agents-js/pull/958) ([@tinalenguyen](https://github.com/tinalenguyen)) + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 5c1e68231..487266c1d 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.0.46", + "version": "1.0.47", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 83f81b140..e56b3552b 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.0.46", + "version": "1.0.47", "description": "Phonic STS 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 c51a04e86..c6b795acd 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-resemble +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 16576fdf2..e7ef308fb 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.0.46", + "version": "1.0.47", "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 ccbe230f5..11923adcd 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-rime +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 4c245cff4..3d53a689a 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.0.46", + "version": "1.0.47", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 63e38678f..fa88c724a 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.0.46", + "version": "1.0.47", "description": "Sarvam AI 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 efa33660b..ad5221421 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-silero +## 1.0.47 + +### Patch Changes + +- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 45ea5164a..e3e2427ff 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.0.46", + "version": "1.0.47", "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 c0e3b49da..12a594d29 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.0.47 + +### Patch Changes + +- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]: + - @livekit/agents@1.0.47 + ## 1.0.46 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 6b369c754..6eed30e3d 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.0.46", + "version": "1.0.47", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 4281eeb98..9dc7bef5b 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.0.46", + "version": "1.0.47", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",