@livekit/agents-plugin-elevenlabs 1.0.45 → 1.0.47

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/dist/index.cjs CHANGED
@@ -22,7 +22,7 @@ class ElevenLabsPlugin extends import_agents.Plugin {
22
22
  constructor() {
23
23
  super({
24
24
  title: "elevenlabs",
25
- version: "0.6.2",
25
+ version: "1.0.47",
26
26
  package: "@livekit/agents-plugin-elevenlabs"
27
27
  });
28
28
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport * from './models.js';\nexport * from './tts.js';\n\nclass ElevenLabsPlugin extends Plugin {\n constructor() {\n super({\n title: 'elevenlabs',\n version: '0.6.2',\n package: '@livekit/agents-plugin-elevenlabs',\n });\n }\n}\n\nPlugin.registerPlugin(new ElevenLabsPlugin());\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAGA,oBAAuB;AAEvB,0BAAc,wBALd;AAMA,0BAAc,qBANd;AAQA,MAAM,yBAAyB,qBAAO;AAAA,EACpC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,qBAAO,eAAe,IAAI,iBAAiB,CAAC;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport * from './models.js';\nexport * from './tts.js';\n\nclass ElevenLabsPlugin extends Plugin {\n constructor() {\n super({\n title: 'elevenlabs',\n version: __PACKAGE_VERSION__,\n package: __PACKAGE_NAME__,\n });\n }\n}\n\nPlugin.registerPlugin(new ElevenLabsPlugin());\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAGA,oBAAuB;AAEvB,0BAAc,wBALd;AAMA,0BAAc,qBANd;AAQA,MAAM,yBAAyB,qBAAO;AAAA,EACpC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,qBAAO,eAAe,IAAI,iBAAiB,CAAC;","names":[]}
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ class ElevenLabsPlugin extends Plugin {
5
5
  constructor() {
6
6
  super({
7
7
  title: "elevenlabs",
8
- version: "0.6.2",
8
+ version: "1.0.47",
9
9
  package: "@livekit/agents-plugin-elevenlabs"
10
10
  });
11
11
  }
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport * from './models.js';\nexport * from './tts.js';\n\nclass ElevenLabsPlugin extends Plugin {\n constructor() {\n super({\n title: 'elevenlabs',\n version: '0.6.2',\n package: '@livekit/agents-plugin-elevenlabs',\n });\n }\n}\n\nPlugin.registerPlugin(new ElevenLabsPlugin());\n"],"mappings":"AAGA,SAAS,cAAc;AAEvB,cAAc;AACd,cAAc;AAEd,MAAM,yBAAyB,OAAO;AAAA,EACpC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,OAAO,eAAe,IAAI,iBAAiB,CAAC;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2025 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport * from './models.js';\nexport * from './tts.js';\n\nclass ElevenLabsPlugin extends Plugin {\n constructor() {\n super({\n title: 'elevenlabs',\n version: __PACKAGE_VERSION__,\n package: __PACKAGE_NAME__,\n });\n }\n}\n\nPlugin.registerPlugin(new ElevenLabsPlugin());\n"],"mappings":"AAGA,SAAS,cAAc;AAEvB,cAAc;AACd,cAAc;AAEd,MAAM,yBAAyB,OAAO;AAAA,EACpC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,OAAO,eAAe,IAAI,iBAAiB,CAAC;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livekit/agents-plugin-elevenlabs",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "description": "ElevenLabs plugin for LiveKit Node Agents",
5
5
  "main": "dist/index.js",
6
6
  "require": "dist/index.cjs",
@@ -30,9 +30,9 @@
30
30
  "@types/ws": "^8.5.10",
31
31
  "tsup": "^8.3.5",
32
32
  "typescript": "^5.0.0",
33
- "@livekit/agents": "1.0.45",
34
- "@livekit/agents-plugin-openai": "1.0.45",
35
- "@livekit/agents-plugins-test": "1.0.45"
33
+ "@livekit/agents": "1.0.47",
34
+ "@livekit/agents-plugin-openai": "1.0.47",
35
+ "@livekit/agents-plugins-test": "1.0.47"
36
36
  },
37
37
  "dependencies": {
38
38
  "@livekit/mutex": "^1.1.1",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@livekit/rtc-node": "^0.13.24",
43
- "@livekit/agents": "1.0.45"
43
+ "@livekit/agents": "1.0.47"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsup --onSuccess \"pnpm build:types\"",
package/src/index.ts CHANGED
@@ -10,8 +10,8 @@ class ElevenLabsPlugin extends Plugin {
10
10
  constructor() {
11
11
  super({
12
12
  title: 'elevenlabs',
13
- version: '0.6.2',
14
- package: '@livekit/agents-plugin-elevenlabs',
13
+ version: __PACKAGE_VERSION__,
14
+ package: __PACKAGE_NAME__,
15
15
  });
16
16
  }
17
17
  }