@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/index.ts +2 -2
package/dist/index.cjs
CHANGED
package/dist/index.cjs.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
|
+
{"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
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
|
+
{"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.
|
|
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.
|
|
44
|
-
"@livekit/agents-plugin-silero": "1.0.
|
|
45
|
-
"@livekit/agents-plugins-test": "1.0.
|
|
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.
|
|
54
|
+
"@livekit/agents": "1.0.47"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsup --onSuccess \"pnpm build:types\"",
|