Skip to content

Commit

Permalink
Merging 2ddee02 into trunk-temp/pr-783/d998910f-7b38-423c-be48-7feeb4…
Browse files Browse the repository at this point in the history
…3416ea
  • Loading branch information
trunk-io[bot] authored May 20, 2024
2 parents 8b5c648 + 2ddee02 commit e551ff8
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 e551ff8

Please sign in to comment.