Skip to content

Commit f4afeb4

Browse files
authored
Changeset for onnx (#638)
1 parent c27126b commit f4afeb4

File tree

24 files changed

+124
-12
lines changed

24 files changed

+124
-12
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"brave-news-knock",
2121
"shaky-bobcats-itch",
2222
"silly-bats-sell",
23-
"smart-poems-attack"
23+
"smart-poems-attack",
24+
"sweet-planets-vanish"
2425
]
2526
}

.changeset/sweet-planets-vanish.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'@livekit/agents-plugin-elevenlabs': patch
3+
'@livekit/agents-plugin-neuphonic': patch
4+
'@livekit/agents-plugin-cartesia': patch
5+
'@livekit/agents-plugin-deepgram': patch
6+
'@livekit/agents-plugin-resemble': patch
7+
'@livekit/agents-plugin-livekit': patch
8+
'@livekit/agents-plugin-google': patch
9+
'@livekit/agents-plugin-openai': patch
10+
'@livekit/agents-plugin-silero': patch
11+
'@livekit/agents-plugins-test': patch
12+
'@livekit/agents': patch
13+
---
14+
15+
pin onnxruntime to be 1.21.0 aligned with deps in huggingface transformers.js

agents/CHANGELOG.md

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

3+
## 1.0.0-next.3
4+
5+
### Patch Changes
6+
7+
- pin onnxruntime to be 1.21.0 aligned with deps in huggingface transformers.js
8+
39
## 1.0.0-next.2
410

511
### 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.0-next.2",
3+
"version": "1.0.0-next.3",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/cartesia/CHANGELOG.md

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

3+
## 1.0.0-next.3
4+
5+
### Patch Changes
6+
7+
- pin onnxruntime to be 1.21.0 aligned with deps in huggingface transformers.js
8+
9+
- Updated dependencies []:
10+
- @livekit/agents@1.0.0-next.3
11+
312
## 1.0.0-next.2
413

514
### 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.0-next.2",
3+
"version": "1.0.0-next.3",
44
"description": "Cartesia plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/deepgram/CHANGELOG.md

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

3+
## 1.0.0-next.3
4+
5+
### Patch Changes
6+
7+
- pin onnxruntime to be 1.21.0 aligned with deps in huggingface transformers.js
8+
9+
- Updated dependencies []:
10+
- @livekit/agents@1.0.0-next.3
11+
312
## 1.0.0-next.2
413

514
### Patch Changes

plugins/deepgram/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-deepgram",
3-
"version": "1.0.0-next.2",
3+
"version": "1.0.0-next.3",
44
"description": "Deepgram plugin for LiveKit Agents for Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/elevenlabs/CHANGELOG.md

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

3+
## 1.0.0-next.3
4+
5+
### Patch Changes
6+
7+
- pin onnxruntime to be 1.21.0 aligned with deps in huggingface transformers.js
8+
9+
- Updated dependencies []:
10+
- @livekit/agents@1.0.0-next.3
11+
312
## 1.0.0-next.2
413

514
### Patch Changes

plugins/elevenlabs/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-elevenlabs",
3-
"version": "1.0.0-next.2",
3+
"version": "1.0.0-next.3",
44
"description": "ElevenLabs plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)