@ariaflowagents/livekit-plugin-transport-http 0.9.0 → 0.9.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariaflowagents/livekit-plugin-transport-http",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "HTTP/SSE transport adapter for LiveKit Agents. Run text chatbots and voice agents over standard HTTP with Server-Sent Events.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@ariaflowagents/livekit-plugin": "
|
|
25
|
+
"@ariaflowagents/livekit-plugin": "0.9.0",
|
|
26
26
|
"@livekit/agents": ">=1.0.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|