From c07f3975e99ca0a88ecb28df796f9149da8d6280 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 2 Mar 2026 09:43:08 +0000 Subject: [PATCH] fix(deps): bump @api.global/typedrequest to ^3.2.7 --- changelog.md | 7 ++++++ package.json | 2 +- pnpm-lock.yaml | 44 ++++++++++++++++++++++++------------ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 39 insertions(+), 18 deletions(-) diff --git a/changelog.md b/changelog.md index 78614a8..0a00009 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-03-02 - 10.1.3 - fix(deps) +bump @api.global/typedrequest to ^3.2.7 + +- Updated @api.global/typedrequest from ^3.2.6 to ^3.2.7 in package.json +- Dependency patch bump only — no source code changes detected +- Current package version 10.1.2 -> recommended next version 10.1.3 (patch) + ## 2026-03-01 - 10.1.2 - fix(core) improve shutdown cleanup, socket/stream robustness, and memory/cache handling diff --git a/package.json b/package.json index 6de121a..75e4b5d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/node": "^25.3.3" }, "dependencies": { - "@api.global/typedrequest": "^3.2.6", + "@api.global/typedrequest": "^3.2.7", "@api.global/typedrequest-interfaces": "^3.0.19", "@api.global/typedserver": "^8.4.0", "@api.global/typedsocket": "^4.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 302f377..28fafba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@api.global/typedrequest': - specifier: ^3.2.6 - version: 3.2.6 + specifier: ^3.2.7 + version: 3.2.7 '@api.global/typedrequest-interfaces': specifier: ^3.0.19 version: 3.0.19 @@ -138,8 +138,8 @@ packages: '@api.global/typedrequest-interfaces@3.0.19': resolution: {integrity: sha512-uuHUXJeOy/inWSDrwD0Cwax2rovpxYllDhM2RWh+6mVpQuNmZ3uw6IVg6dA2G1rOe24Ebs+Y9SzEogo+jYN7vw==} - '@api.global/typedrequest@3.2.6': - resolution: {integrity: sha512-CnvbjYjnGGw3rwL+7bTHSgRHEpDujzhs3cv7l1xgCXMPQe3DcPg74+9ep1Y5cu21T/w0pxNnDCJpbb0SHqHzAw==} + '@api.global/typedrequest@3.2.7': + resolution: {integrity: sha512-9CC8EojPDraKlwWK3ZjM8/wJ9jguY/kc+pCgcd61epHFXTIKC8jYts3vKPmEkBPno5Ejn3JZgqp/GRzplCC51w==} '@api.global/typedserver@3.0.80': resolution: {integrity: sha512-dcp0oXsjBL+XdFg1wUUP08uJQid5bQ0Yv3V3Y3lnI2QCbat0FU+Tsb0TZRnZ4+P150Vj/ITBqJUgDzFsF34grA==} @@ -845,6 +845,9 @@ packages: '@push.rocks/lik@6.2.2': resolution: {integrity: sha512-j64FFPPyMXeeUorjKJVF6PWaJUfiIrF3pc41iJH4lOh0UUpBAHpcNzHVxTR58orwbVA/h3Hz+DQd4b1Rq0dFDQ==} + '@push.rocks/lik@6.3.1': + resolution: {integrity: sha512-UWDwGBaVx5yPtAFXqDDBtQZCzETUOA/7myQIXb+YBsuiIw4yQuhNZ23uY2ChQH2Zn6DLqdNSgQcYC0WywMZBNQ==} + '@push.rocks/mongodump@1.1.0': resolution: {integrity: sha512-kW0ZUGyf1e4nwloVwBQjNId+MzgTcNS834C+RxH21i1NqyOubbpWZtJtPP+K+s35nSJRyCTy3ICfBMdDBTAm2w==} @@ -4291,11 +4294,11 @@ snapshots: '@api.global/typedrequest-interfaces@3.0.19': {} - '@api.global/typedrequest@3.2.6': + '@api.global/typedrequest@3.2.7': dependencies: '@api.global/typedrequest-interfaces': 3.0.19 '@push.rocks/isounique': 1.0.5 - '@push.rocks/lik': 6.2.2 + '@push.rocks/lik': 6.3.1 '@push.rocks/smartbuffer': 3.0.5 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartguard': 3.1.0 @@ -4305,7 +4308,7 @@ snapshots: '@api.global/typedserver@3.0.80(@push.rocks/smartserve@2.0.1)': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@api.global/typedrequest-interfaces': 3.0.19 '@api.global/typedsocket': 3.1.1(@push.rocks/smartserve@2.0.1) '@cloudflare/workers-types': 4.20260210.0 @@ -4353,7 +4356,7 @@ snapshots: '@api.global/typedserver@8.4.0(@tiptap/pm@2.27.2)': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@api.global/typedrequest-interfaces': 3.0.19 '@api.global/typedsocket': 4.1.2(@push.rocks/smartserve@2.0.1) '@cloudflare/workers-types': 4.20260303.0 @@ -4399,7 +4402,7 @@ snapshots: '@api.global/typedsocket@3.1.1(@push.rocks/smartserve@2.0.1)': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@api.global/typedrequest-interfaces': 3.0.19 '@push.rocks/isohash': 2.0.1 '@push.rocks/smartjson': 5.2.0 @@ -4419,7 +4422,7 @@ snapshots: '@api.global/typedsocket@4.1.2(@push.rocks/smartserve@2.0.1)': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@api.global/typedrequest-interfaces': 3.0.19 '@push.rocks/isohash': 2.0.1 '@push.rocks/smartdelay': 3.0.5 @@ -4994,14 +4997,14 @@ snapshots: '@design.estate/dees-comms@1.0.30': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@api.global/typedrequest-interfaces': 3.0.19 '@push.rocks/smartdelay': 3.0.5 broadcast-channel: 7.3.0 '@design.estate/dees-domtools@2.3.8': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@design.estate/dees-comms': 1.0.30 '@push.rocks/lik': 6.2.2 '@push.rocks/smartdelay': 3.0.5 @@ -5676,7 +5679,7 @@ snapshots: '@push.rocks/levelcache@3.2.0': dependencies: - '@push.rocks/lik': 6.2.2 + '@push.rocks/lik': 6.3.1 '@push.rocks/smartbucket': 3.3.10 '@push.rocks/smartcache': 1.0.18 '@push.rocks/smartenv': 5.0.13 @@ -5707,6 +5710,17 @@ snapshots: '@types/symbol-tree': 3.2.5 symbol-tree: 3.2.4 + '@push.rocks/lik@6.3.1': + dependencies: + '@push.rocks/smartdelay': 3.0.5 + '@push.rocks/smartmatch': 2.0.0 + '@push.rocks/smartpromise': 4.2.3 + '@push.rocks/smartrx': 3.0.10 + '@push.rocks/smarttime': 4.2.3 + '@types/minimatch': 5.1.2 + '@types/symbol-tree': 3.2.5 + symbol-tree: 3.2.4 + '@push.rocks/mongodump@1.1.0(socks@2.8.7)': dependencies: '@push.rocks/lik': 6.2.2 @@ -5751,7 +5765,7 @@ snapshots: '@push.rocks/qenv@6.1.3': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@configvault.io/interfaces': 1.0.17 '@push.rocks/smartfile': 11.2.7 '@push.rocks/smartlog': 3.2.1 @@ -6424,7 +6438,7 @@ snapshots: '@push.rocks/smartserve@2.0.1': dependencies: - '@api.global/typedrequest': 3.2.6 + '@api.global/typedrequest': 3.2.7 '@cfworker/json-schema': 4.1.1 '@push.rocks/lik': 6.2.2 '@push.rocks/smartenv': 6.0.0 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 727acbe..e6aad58 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '10.1.2', + version: '10.1.3', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 727acbe..e6aad58 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '10.1.2', + version: '10.1.3', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }