Skip to content

Commit 8f97d15

Browse files
committed
chore: Update versions
1 parent 4685bc8 commit 8f97d15

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/infra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect-app/infra
22

3+
## 2.73.2
4+
5+
### Patch Changes
6+
7+
- fup
8+
39
## 2.73.1
410

511
### Patch Changes

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-app/infra",
3-
"version": "2.73.1",
3+
"version": "2.73.2",
44
"license": "MIT",
55
"type": "module",
66
"dependencies": {

packages/infra/src/api/routing/DynamicMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function makeRpcHandler<RequestContextMap extends Record<string, RPCContextMap.A
8080
return (cb: MakeRPCHandlerFactory<RequestContextMap, MiddlewareR>) => cb
8181
}
8282

83-
export type ContextProviderShape<ContextProviderA, ContextProviderR extends HttpRouter.HttpRouter.Provided> = Effect<
83+
export type ContextProviderShape<ContextProviderA, ContextProviderR> = Effect<
8484
Context.Context<ContextProviderA>,
8585
never,
8686
ContextProviderR

0 commit comments

Comments
 (0)