@livekit/agents-plugin-cartesia 1.4.5 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,7 @@ The Agents Framework is designed for building realtime, programmable
9
9
  participants that run on servers. Use it to create conversational, multi-modal
10
10
  voice agents that can see, hear, and understand.
11
11
 
12
- This package contains the Cartesia plugin, which allows for voice synthesis.
12
+ This package contains the Cartesia plugin, which allows for voice synthesis and speech recognition.
13
13
  Refer to the [documentation](https://docs.livekit.io/agents/overview/) for
14
14
  information on how to use it, or browse the [API
15
15
  reference](https://docs.livekit.io/agents-js/modules/plugins_agents_plugin_cartesia.html).
package/dist/index.cjs CHANGED
@@ -22,7 +22,7 @@ class CartesiaPlugin extends import_agents.Plugin {
22
22
  constructor() {
23
23
  super({
24
24
  title: "cartesia",
25
- version: "1.4.5",
25
+ version: "1.4.7",
26
26
  package: "@livekit/agents-plugin-cartesia"
27
27
  });
28
28
  }
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ class CartesiaPlugin extends Plugin {
5
5
  constructor() {
6
6
  super({
7
7
  title: "cartesia",
8
- version: "1.4.5",
8
+ version: "1.4.7",
9
9
  package: "@livekit/agents-plugin-cartesia"
10
10
  });
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livekit/agents-plugin-cartesia",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Cartesia plugin for LiveKit Node Agents",
5
5
  "main": "dist/index.js",
6
6
  "require": "dist/index.cjs",
@@ -30,10 +30,10 @@
30
30
  "@types/ws": "^8.5.10",
31
31
  "tsup": "^8.3.5",
32
32
  "typescript": "^5.0.0",
33
- "@livekit/agents": "1.4.5",
34
- "@livekit/agents-plugin-openai": "1.4.5",
35
- "@livekit/agents-plugin-silero": "1.4.5",
36
- "@livekit/agents-plugins-test": "1.4.5"
33
+ "@livekit/agents": "1.4.7",
34
+ "@livekit/agents-plugin-openai": "1.4.7",
35
+ "@livekit/agents-plugin-silero": "1.4.7",
36
+ "@livekit/agents-plugins-test": "1.4.7"
37
37
  },
38
38
  "dependencies": {
39
39
  "ws": "^8.18.0"
@@ -41,7 +41,7 @@
41
41
  "peerDependencies": {
42
42
  "@livekit/rtc-node": "^0.13.29",
43
43
  "zod": "^3.25.76 || ^4.1.8",
44
- "@livekit/agents": "1.4.5"
44
+ "@livekit/agents": "1.4.7"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup --onSuccess \"pnpm build:types\"",