@livekit/agents-plugin-baseten 1.0.46 → 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
@@ -32,8 +32,8 @@ class BasetenPlugin extends import_agents.Plugin {
32
32
  constructor() {
33
33
  super({
34
34
  title: "baseten",
35
- version: "1.0.0",
36
- package: "livekit-plugin-baseten"
35
+ version: "1.0.47",
36
+ package: "@livekit/agents-plugin-baseten"
37
37
  });
38
38
  }
39
39
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2024 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport { LLM } from './llm.js';\nexport { STT } from './stt.js';\nexport { TTS, ChunkedStream } from './tts.js';\nexport type { BasetenLLMOptions, BasetenSttOptions, BasetenTTSOptions } from './types.js';\nclass BasetenPlugin extends Plugin {\n constructor() {\n super({\n title: 'baseten',\n version: '1.0.0',\n package: 'livekit-plugin-baseten',\n });\n }\n}\n\nPlugin.registerPlugin(new BasetenPlugin());\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAuB;AAEvB,iBAAoB;AACpB,iBAAoB;AACpB,iBAAmC;AAEnC,MAAM,sBAAsB,qBAAO;AAAA,EACjC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,qBAAO,eAAe,IAAI,cAAc,CAAC;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2024 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport { LLM } from './llm.js';\nexport { STT } from './stt.js';\nexport { TTS, ChunkedStream } from './tts.js';\nexport type { BasetenLLMOptions, BasetenSttOptions, BasetenTTSOptions } from './types.js';\nclass BasetenPlugin extends Plugin {\n constructor() {\n super({\n title: 'baseten',\n version: __PACKAGE_VERSION__,\n package: __PACKAGE_NAME__,\n });\n }\n}\n\nPlugin.registerPlugin(new BasetenPlugin());\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAuB;AAEvB,iBAAoB;AACpB,iBAAoB;AACpB,iBAAmC;AAEnC,MAAM,sBAAsB,qBAAO;AAAA,EACjC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,qBAAO,eAAe,IAAI,cAAc,CAAC;","names":[]}
package/dist/index.js CHANGED
@@ -6,8 +6,8 @@ class BasetenPlugin extends Plugin {
6
6
  constructor() {
7
7
  super({
8
8
  title: "baseten",
9
- version: "1.0.0",
10
- package: "livekit-plugin-baseten"
9
+ version: "1.0.47",
10
+ package: "@livekit/agents-plugin-baseten"
11
11
  });
12
12
  }
13
13
  }
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2024 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport { LLM } from './llm.js';\nexport { STT } from './stt.js';\nexport { TTS, ChunkedStream } from './tts.js';\nexport type { BasetenLLMOptions, BasetenSttOptions, BasetenTTSOptions } from './types.js';\nclass BasetenPlugin extends Plugin {\n constructor() {\n super({\n title: 'baseten',\n version: '1.0.0',\n package: 'livekit-plugin-baseten',\n });\n }\n}\n\nPlugin.registerPlugin(new BasetenPlugin());\n"],"mappings":"AAGA,SAAS,cAAc;AAEvB,SAAS,WAAW;AACpB,SAAS,WAAW;AACpB,SAAS,KAAK,qBAAqB;AAEnC,MAAM,sBAAsB,OAAO;AAAA,EACjC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,OAAO,eAAe,IAAI,cAAc,CAAC;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// SPDX-FileCopyrightText: 2024 LiveKit, Inc.\n//\n// SPDX-License-Identifier: Apache-2.0\nimport { Plugin } from '@livekit/agents';\n\nexport { LLM } from './llm.js';\nexport { STT } from './stt.js';\nexport { TTS, ChunkedStream } from './tts.js';\nexport type { BasetenLLMOptions, BasetenSttOptions, BasetenTTSOptions } from './types.js';\nclass BasetenPlugin extends Plugin {\n constructor() {\n super({\n title: 'baseten',\n version: __PACKAGE_VERSION__,\n package: __PACKAGE_NAME__,\n });\n }\n}\n\nPlugin.registerPlugin(new BasetenPlugin());\n"],"mappings":"AAGA,SAAS,cAAc;AAEvB,SAAS,WAAW;AACpB,SAAS,WAAW;AACpB,SAAS,KAAK,qBAAqB;AAEnC,MAAM,sBAAsB,OAAO;AAAA,EACjC,cAAc;AACZ,UAAM;AAAA,MACJ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,IACX,CAAC;AAAA,EACH;AACF;AAEA,OAAO,eAAe,IAAI,cAAc,CAAC;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livekit/agents-plugin-baseten",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Baseten plugin for LiveKit Node Agents",
5
5
  "main": "dist/index.js",
6
6
  "require": "dist/index.cjs",
@@ -40,9 +40,9 @@
40
40
  "@types/ws": "^8.5.8",
41
41
  "tsx": "^4.7.0",
42
42
  "typescript": "^5.9.3",
43
- "@livekit/agents": "1.0.46",
44
- "@livekit/agents-plugin-silero": "1.0.46",
45
- "@livekit/agents-plugins-test": "1.0.46"
43
+ "@livekit/agents": "1.0.47",
44
+ "@livekit/agents-plugin-silero": "1.0.47",
45
+ "@livekit/agents-plugins-test": "1.0.47"
46
46
  },
47
47
  "dependencies": {
48
48
  "dotenv": "^17.2.3",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@livekit/rtc-node": "^0.13.24",
54
- "@livekit/agents": "1.0.46"
54
+ "@livekit/agents": "1.0.47"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup --onSuccess \"pnpm build:types\"",
package/src/index.ts CHANGED
@@ -11,8 +11,8 @@ class BasetenPlugin extends Plugin {
11
11
  constructor() {
12
12
  super({
13
13
  title: 'baseten',
14
- version: '1.0.0',
15
- package: 'livekit-plugin-baseten',
14
+ version: __PACKAGE_VERSION__,
15
+ package: __PACKAGE_NAME__,
16
16
  });
17
17
  }
18
18
  }