fix(deps): upgrade @push.rocks/webrequest to ^4.0.1 and adapt TypedRequest to new API

This commit is contained in:
2026-02-11 16:49:30 +00:00
parent 67dd2aac6c
commit 6d568d4e19
6 changed files with 61 additions and 13 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-11 - 3.2.6 - fix(deps)
upgrade @push.rocks/webrequest to ^4.0.1 and adapt TypedRequest to new API
- Bump dependency @push.rocks/webrequest from ^3.0.37 to ^4.0.1 and update code to match new client/API
- ts/classes.typedrequest.ts: replace plugins.webrequest.WebRequest with plugins.webrequest.WebrequestClient and change postJson call to pass options ({ cacheStrategy: 'cache-first' }) instead of a boolean cache flag
- npmextra.json: reorganize config keys (gitzone -> @git.zone/cli, tsdoc -> @git.zone/tsdoc), add release registries and accessLevel, and add @ship.zone/szci entry
## 2025-12-04 - 4.0.0 - 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