Skip to content

Commit

Permalink
Export the BinaryCodec (#24)
Browse files Browse the repository at this point in the history
Chat will start using this, so we need it exported.
  • Loading branch information
lhchavez authored Dec 7, 2023
1 parent 3827493 commit 9e1cb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions codec/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { BinaryCodec } from './binary';
export { NaiveJsonCodec } from './json';
export type { Codec } from './types';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@replit/river",
"sideEffects": false,
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!",
"version": "0.7.1",
"version": "0.7.2",
"type": "module",
"exports": {
".": "./dist/router/index.js",
Expand Down

0 comments on commit 9e1cb71

Please sign in to comment.