hono-agents 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -18,7 +18,7 @@ type AgentMiddlewareContext<E extends Env> = {
18
18
  */
19
19
  declare function agentsMiddleware<E extends Env = Env>(
20
20
  ctx?: AgentMiddlewareContext<E>
21
- ): hono0.MiddlewareHandler<Env, string, {}>;
21
+ ): hono0.MiddlewareHandler<Env, string, {}, Response>;
22
22
  //#endregion
23
23
  export { agentsMiddleware };
24
24
  //# sourceMappingURL=index.d.ts.map