Skip to content

Commit

Permalink
fix(protocol)!: Export only things we use from connect and buf
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed May 17, 2024
1 parent 381dde5 commit 2ddee02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions protocol/proto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
export * from "./gen/es/decide/v1alpha1/decide_pb.js";
export * from "./gen/es/decide/v1alpha1/decide_connect.js";

export * from "@bufbuild/protobuf";
export * from "@connectrpc/connect";
export { Timestamp, proto3 } from "@bufbuild/protobuf";
export {
createPromiseClient,
createRouterTransport,
type Transport,
} from "@connectrpc/connect";

0 comments on commit 2ddee02

Please sign in to comment.