Skip to content

Commit

Permalink
fix: Fix stdio transport path (#34)
Browse files Browse the repository at this point in the history
Turns out that this is in the wrong path.
  • Loading branch information
lhchavez authored Dec 13, 2023
1 parent 9665da7 commit 0c7a362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.9.2",
"version": "0.9.3",
"type": "module",
"exports": {
".": "./dist/router/index.js",
Expand All @@ -12,7 +12,7 @@
"./transport": "./dist/transport/index.js",
"./transport/ws/client": "./dist/transport/impls/ws/client.js",
"./transport/ws/server": "./dist/transport/impls/ws/server.js",
"./transport/stdio": "./dist/transport/impls/stdio.js"
"./transport/stdio": "./dist/transport/impls/stdio/stdio.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 0c7a362

Please sign in to comment.