File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @livekit/protocol " : patch
3+ ---
4+
5+ feat(connector): export protos from JS package
Original file line number Diff line number Diff line change 11export { protoInt64 } from "@bufbuild/protobuf" ;
22export * from "./gen/livekit_agent_dispatch_pb.js" ;
33export * from "./gen/livekit_agent_pb.js" ;
4+ export * from "./gen/livekit_connector_pb.js" ;
5+ export * from "./gen/livekit_connector_twilio_pb.js" ;
6+ export * from "./gen/livekit_connector_whatsapp_pb.js" ;
47export * from "./gen/livekit_egress_pb.js" ;
58export * from "./gen/livekit_ingress_pb.js" ;
69export * from "./gen/livekit_metrics_pb.js" ;
Original file line number Diff line number Diff line change 22export { protoInt64 } from "@bufbuild/protobuf" ;
33export * from "./gen/livekit_agent_dispatch_pb.js" ;
44export * from "./gen/livekit_agent_pb.js" ;
5+ export * from "./gen/livekit_connector_pb.js" ;
6+ export * from "./gen/livekit_connector_twilio_pb.js" ;
7+ export * from "./gen/livekit_connector_whatsapp_pb.js" ;
58export * from "./gen/livekit_egress_pb.js" ;
69export * from "./gen/livekit_ingress_pb.js" ;
710export * from "./gen/livekit_metrics_pb.js" ;
You can’t perform that action at this time.
0 commit comments