Skip to content

Commit cf3bc8d

Browse files
Version Packages (#795)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88eee60 commit cf3bc8d

30 files changed

+117
-26
lines changed

.changeset/soft-memes-drive.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/wild-hotels-battle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

agents/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/agents
22

3+
## 1.0.15
4+
5+
### Patch Changes
6+
7+
- Fix race condition causing "Writer is not bound to a WritableStream" error in Silero VAD - [#786](https://github.com/livekit/agents-js/pull/786) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Support Zod V4 tool schema and backward competible to V3 - [#792](https://github.com/livekit/agents-js/pull/792) ([@toubatbrian](https://github.com/toubatbrian))
10+
311
## 1.0.14
412

513
### Patch Changes

agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/anam/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-anam
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cdc59edd0321c69538698eb8b9c129f41728a65`](https://github.com/livekit/agents-js/commit/9cdc59edd0321c69538698eb8b9c129f41728a65), [`9b50d8829ff38d9795f7d8912749cb7fc5b0b2ae`](https://github.com/livekit/agents-js/commit/9b50d8829ff38d9795f7d8912749cb7fc5b0b2ae)]:
8+
- @livekit/agents@1.0.15
9+
310
## 1.0.4
411

512
### Patch Changes

plugins/anam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-anam",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/bey/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-bey
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cdc59edd0321c69538698eb8b9c129f41728a65`](https://github.com/livekit/agents-js/commit/9cdc59edd0321c69538698eb8b9c129f41728a65), [`9b50d8829ff38d9795f7d8912749cb7fc5b0b2ae`](https://github.com/livekit/agents-js/commit/9b50d8829ff38d9795f7d8912749cb7fc5b0b2ae)]:
8+
- @livekit/agents@1.0.15
9+
310
## 1.0.4
411

512
### Patch Changes

plugins/bey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-bey",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Beyond Presence plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/cartesia/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-cartesia
22

3+
## 1.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cdc59edd0321c69538698eb8b9c129f41728a65`](https://github.com/livekit/agents-js/commit/9cdc59edd0321c69538698eb8b9c129f41728a65), [`9b50d8829ff38d9795f7d8912749cb7fc5b0b2ae`](https://github.com/livekit/agents-js/commit/9b50d8829ff38d9795f7d8912749cb7fc5b0b2ae)]:
8+
- @livekit/agents@1.0.15
9+
310
## 1.0.14
411

512
### Patch Changes

plugins/cartesia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-cartesia",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Cartesia plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)