Skip to content

Commit b50947b

Browse files
committed
update index file
1 parent 51b9e79 commit b50947b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/honest-peas-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/protocol": patch
3+
---
4+
5+
Generate agent protos

packages/javascript/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { protoInt64 } from "@bufbuild/protobuf";
2+
export * as agent_session from "./gen/agent/livekit_agent_session_pb.js";
23
export * from "./gen/livekit_agent_dispatch_pb.js";
34
export * from "./gen/livekit_agent_pb.js";
45
export * from "./gen/livekit_connector_pb.js";

packages/javascript/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// @ts-check
22
export { protoInt64 } from "@bufbuild/protobuf";
3+
export * as agent_session from "./gen/agent/livekit_agent_session_pb.js";
34
export * from "./gen/livekit_agent_dispatch_pb.js";
45
export * from "./gen/livekit_agent_pb.js";
56
export * from "./gen/livekit_connector_pb.js";

0 commit comments

Comments
 (0)