Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 8, 2024
1 parent 2f97ad6 commit a39742a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/infra

## 1.28.3

### Patch Changes

- m

## 1.28.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/infra",
"version": "1.28.2",
"version": "1.28.3",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/src/api/routing2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const toHttpApp = <R extends RpcRouter.RpcRouter<any, any>>(self: R, opti
handler(_).pipe(
Stream.provideContext(context),
Stream.runCollect,
Effect.map((_) => JSON.stringify(Chunk.toReadonlyArray(_))),
Effect.map((_) => Chunk.toReadonlyArray(_)),
Effect.andThen((_) => HttpServerResponse.json(_)),
Effect.orDie
)
Expand Down

0 comments on commit a39742a

Please sign in to comment.