From 1e348f117679bfe9a079f908ab7e03190d57b0e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:19:25 +0200 Subject: [PATCH] Version Packages (#154) Co-authored-by: github-actions[bot] --- .changeset/cold-kings-leave.md | 7 ------- .changeset/khaki-pants-cry.md | 6 ------ .changeset/light-bees-provide.md | 5 ----- .changeset/little-jobs-rush.md | 5 ----- .changeset/quiet-windows-bow.md | 6 ------ agents/CHANGELOG.md | 12 ++++++++++++ agents/package.json | 2 +- plugins/deepgram/CHANGELOG.md | 9 +++++++++ plugins/deepgram/package.json | 2 +- plugins/elevenlabs/CHANGELOG.md | 9 +++++++++ plugins/elevenlabs/package.json | 2 +- plugins/openai/CHANGELOG.md | 13 +++++++++++++ plugins/openai/package.json | 2 +- plugins/silero/CHANGELOG.md | 9 +++++++++ plugins/silero/package.json | 2 +- 15 files changed, 57 insertions(+), 34 deletions(-) delete mode 100644 .changeset/cold-kings-leave.md delete mode 100644 .changeset/khaki-pants-cry.md delete mode 100644 .changeset/light-bees-provide.md delete mode 100644 .changeset/little-jobs-rush.md delete mode 100644 .changeset/quiet-windows-bow.md diff --git a/.changeset/cold-kings-leave.md b/.changeset/cold-kings-leave.md deleted file mode 100644 index 0cced83c..00000000 --- a/.changeset/cold-kings-leave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-elevenlabs": patch -"@livekit/agents-plugin-openai": patch ---- - -add ChunkedStream, openai.TTS diff --git a/.changeset/khaki-pants-cry.md b/.changeset/khaki-pants-cry.md deleted file mode 100644 index c25dc16d..00000000 --- a/.changeset/khaki-pants-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-silero": patch ---- - -feat(stt): implement StreamAdapter diff --git a/.changeset/light-bees-provide.md b/.changeset/light-bees-provide.md deleted file mode 100644 index fa463545..00000000 --- a/.changeset/light-bees-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-openai": minor ---- - -add OpenAI/Groq STT diff --git a/.changeset/little-jobs-rush.md b/.changeset/little-jobs-rush.md deleted file mode 100644 index 74f2aced..00000000 --- a/.changeset/little-jobs-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -export VPAEvent not as type diff --git a/.changeset/quiet-windows-bow.md b/.changeset/quiet-windows-bow.md deleted file mode 100644 index 97925ef9..00000000 --- a/.changeset/quiet-windows-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-deepgram": patch ---- - -add tts.StreamAdapter diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index d74d6359..2ea3eaed 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/agents +## 0.4.4 + +### Patch Changes + +- add ChunkedStream, openai.TTS - [#155](https://github.com/livekit/agents-js/pull/155) ([@nbsp](https://github.com/nbsp)) + +- feat(stt): implement StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + +- export VPAEvent not as type - [#161](https://github.com/livekit/agents-js/pull/161) ([@nbsp](https://github.com/nbsp)) + +- add tts.StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + ## 0.4.3 ## 0.4.2 diff --git a/agents/package.json b/agents/package.json index cc73c901..1f152695 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.4.3", + "version": "0.4.4", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/deepgram/CHANGELOG.md b/plugins/deepgram/CHANGELOG.md index 2bf10f49..73fce22b 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 0.4.4 + +### Patch Changes + +- add tts.StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 3a668e42..e7cf6bc3 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "0.4.3", + "version": "0.4.4", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index e2f50d93..6c33c8c2 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 0.4.4 + +### Patch Changes + +- add ChunkedStream, openai.TTS - [#155](https://github.com/livekit/agents-js/pull/155) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index f48442f4..298e8d77 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "0.4.3", + "version": "0.4.4", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index fa33d124..3386239b 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,18 @@ # @livekit/agents-plugin-openai +## 0.5.0 + +### Minor Changes + +- add OpenAI/Groq STT - [#153](https://github.com/livekit/agents-js/pull/153) ([@nbsp](https://github.com/nbsp)) + +### Patch Changes + +- add ChunkedStream, openai.TTS - [#155](https://github.com/livekit/agents-js/pull/155) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 7b0499be..404d8ef3 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.4.3", + "version": "0.5.0", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/silero/CHANGELOG.md b/plugins/silero/CHANGELOG.md index 85b391f7..c6daf4ad 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-silero +## 0.4.4 + +### Patch Changes + +- feat(stt): implement StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index f640d158..a81ae7e9 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "0.4.3", + "version": "0.4.4", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts",