@ariaflowagents/livekit-plugin-transport-twilio 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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariaflowagents/livekit-plugin-transport-twilio",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Twilio Media Streams transport adapter for AriaFlow agents. Works with Node.js, Bun, Deno, and any WebSocket-compatible runtime.",
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": "workspace:*",
25
+ "@ariaflowagents/livekit-plugin": "0.9.0",
26
26
  "@livekit/agents": ">=1.0.0"
27
27
  },
28
28
  "devDependencies": {