Skip to content

Commit e24cda9

Browse files
Version Packages (#426)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18a67fc commit e24cda9

24 files changed

+104
-39
lines changed

.changeset/cold-tomatoes-eat.md

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

.changeset/cuddly-papayas-explode.md

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

.changeset/four-wasps-rule.md

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

.changeset/smart-poems-attack.md

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

agents/CHANGELOG.md

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

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- set ttft/ttfb to -1 when output is empty - [#475](https://github.com/livekit/agents-js/pull/475) ([@Shubhrakanti](https://github.com/Shubhrakanti))
8+
9+
- add sdk version to worker endpoint - [#462](https://github.com/livekit/agents-js/pull/462) ([@Shubhrakanti](https://github.com/Shubhrakanti))
10+
11+
- bugfix with uuid in job Proc - [#442](https://github.com/livekit/agents-js/pull/442) ([@Shubhrakanti](https://github.com/Shubhrakanti))
12+
13+
- fix: avoid masquerading types as mjs - [#425](https://github.com/livekit/agents-js/pull/425) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 0.7.6
416

517
### 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": "0.7.6",
3+
"version": "0.7.7",
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+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- fix: avoid masquerading types as mjs - [#425](https://github.com/livekit/agents-js/pull/425) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies [[`18a67fc7a0e1935fbebad4aa0af59414269e1cb1`](https://github.com/livekit/agents-js/commit/18a67fc7a0e1935fbebad4aa0af59414269e1cb1), [`2ec46bbe068b7ec1fb6338ed5156292b148b7c1b`](https://github.com/livekit/agents-js/commit/2ec46bbe068b7ec1fb6338ed5156292b148b7c1b), [`5306b7a3e3d1e7819fdf07a1f4fc77e32dd91dde`](https://github.com/livekit/agents-js/commit/5306b7a3e3d1e7819fdf07a1f4fc77e32dd91dde), [`3e57767f87a5bc79da7d364927ab149813c81314`](https://github.com/livekit/agents-js/commit/3e57767f87a5bc79da7d364927ab149813c81314)]:
10+
- @livekit/agents@0.7.7
11+
312
## 0.1.3
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": "0.1.3",
3+
"version": "0.1.4",
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+
## 0.5.7
4+
5+
### Patch Changes
6+
7+
- fix: avoid masquerading types as mjs - [#425](https://github.com/livekit/agents-js/pull/425) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies [[`18a67fc7a0e1935fbebad4aa0af59414269e1cb1`](https://github.com/livekit/agents-js/commit/18a67fc7a0e1935fbebad4aa0af59414269e1cb1), [`2ec46bbe068b7ec1fb6338ed5156292b148b7c1b`](https://github.com/livekit/agents-js/commit/2ec46bbe068b7ec1fb6338ed5156292b148b7c1b), [`5306b7a3e3d1e7819fdf07a1f4fc77e32dd91dde`](https://github.com/livekit/agents-js/commit/5306b7a3e3d1e7819fdf07a1f4fc77e32dd91dde), [`3e57767f87a5bc79da7d364927ab149813c81314`](https://github.com/livekit/agents-js/commit/3e57767f87a5bc79da7d364927ab149813c81314)]:
10+
- @livekit/agents@0.7.7
11+
312
## 0.5.6
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": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Deepgram plugin for LiveKit Agents for Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)