BREAKING CHANGE(typedrouter): Introduce options object for TypedRouter.routeAndAddResponse (localRequest, skipHooks); add defaultRouteOptions and make hook calls respect skipHooks; bump package version to 3.2.3

This commit is contained in:
2025-12-04 23:52:18 +00:00
parent 472d009de1
commit 271f6bc0a3
4 changed files with 70 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@api.global/typedrequest",
"version": "3.2.2",
"version": "3.2.3",
"private": false,
"description": "A TypeScript library for making typed requests towards APIs, including facilities for handling requests, routing, and virtual stream handling.",
"main": "dist_ts/index.js",