Skip to content

Commit

Permalink
Expose metrics on javascript package
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Oct 8, 2024
1 parent b2c7ca3 commit 08abc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/javascript/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from "./gen/livekit_webhook_pb.js";
export * from "./gen/livekit_egress_pb.js";
export * from "./gen/livekit_ingress_pb.js";
export * from "./gen/livekit_sip_pb.js";
export * from "./gen/livekit_metrics_pb.js";
export { protoInt64 } from "@bufbuild/protobuf";
1 change: 1 addition & 0 deletions packages/javascript/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export * from "./gen/livekit_webhook_pb.js";
export * from "./gen/livekit_egress_pb.js";
export * from "./gen/livekit_ingress_pb.js";
export * from "./gen/livekit_sip_pb.js";
export * from "./gen/livekit_metrics_pb.js";
export { protoInt64 } from "@bufbuild/protobuf";

0 comments on commit 08abc8a

Please sign in to comment.