Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
Initial release
  • Loading branch information
ptol committed Apr 24, 2022
1 parent 342c1dc commit 90bc4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-json-rpc",
"version": "0.1.0",
"version": "0.1.1",
"description": "Strongly typed way to any async communication with json-rpc",
"main": "./lib/src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './types'
export * from './createBasicJsonRpcClient'
export {createBasicJsonRpcClient} from './createBasicJsonRpcClient'
export * from './createJsonRpcClient'
export * from './createRequestHandler'
export * from './createJsonRpcRequest'

0 comments on commit 90bc4bb

Please sign in to comment.