diff --git a/changelog.md b/changelog.md index c101e98..1f45375 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-02-16 - 6.4.1 - fix(deps) +bump dependencies: @push.rocks/smartproxy to ^25.7.0 and @serve.zone/remoteingress to ^3.0.2 + +- Bumped @push.rocks/smartproxy from ^25.5.0 to ^25.7.0 +- Bumped @serve.zone/remoteingress from ^3.0.1 to ^3.0.2 +- Package current version is 6.4.0 — recommended patch release + ## 2026-02-16 - 6.4.0 - feat(remoteingress) add Remote Ingress hub and management for edge tunnel nodes, including backend managers, tunnel hub integration, opsserver handlers, typedrequest APIs, and web UI diff --git a/package.json b/package.json index 07d3cd5..2151990 100644 --- a/package.json +++ b/package.json @@ -49,14 +49,14 @@ "@push.rocks/smartnetwork": "^4.4.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", - "@push.rocks/smartproxy": "^25.5.0", + "@push.rocks/smartproxy": "^25.7.0", "@push.rocks/smartradius": "^1.1.1", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartrx": "^3.0.10", "@push.rocks/smartstate": "^2.0.30", "@push.rocks/smartunique": "^3.0.9", "@serve.zone/interfaces": "^5.3.0", - "@serve.zone/remoteingress": "^3.0.1", + "@serve.zone/remoteingress": "^3.0.2", "@tsclass/tsclass": "^9.3.0", "lru-cache": "^11.2.6", "uuid": "^13.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac36780..c120638 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,8 +75,8 @@ importers: specifier: ^4.2.3 version: 4.2.3 '@push.rocks/smartproxy': - specifier: ^25.5.0 - version: 25.5.0 + specifier: ^25.7.0 + version: 25.7.0 '@push.rocks/smartradius': specifier: ^1.1.1 version: 1.1.1 @@ -96,8 +96,8 @@ importers: specifier: ^5.3.0 version: 5.3.0 '@serve.zone/remoteingress': - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^3.0.2 + version: 3.0.2 '@tsclass/tsclass': specifier: ^9.3.0 version: 9.3.0 @@ -1034,8 +1034,8 @@ packages: '@push.rocks/smartpromise@4.2.3': resolution: {integrity: sha512-Ycg/TJR+tMt+S3wSFurOpEoW6nXv12QBtKXgBcjMZ4RsdO28geN46U09osPn9N9WuwQy1PkmTV5J/V4F9U8qEw==} - '@push.rocks/smartproxy@25.5.0': - resolution: {integrity: sha512-ePjxuwplEWpvvK0Xnb3q/8BVmE4xrBJl1mSoKBcZOzizF2T6ZmwuQKIvjnDJ13Q/KHLSIqMFS61CWVJHwtOUfA==} + '@push.rocks/smartproxy@25.7.0': + resolution: {integrity: sha512-CaCRrCmrFDEpwd0lz4eganCA+7I+liJevqEDyqZGYBjzoI4wEbETFBYoWkpfq+nEmzJjB5SV+/xMx4S1/uOakQ==} '@push.rocks/smartpuppeteer@2.0.5': resolution: {integrity: sha512-yK/qSeWVHIGWRp3c8S5tfdGP6WCKllZC4DR8d8CQlEjszOSBmHtlTdyyqOMBZ/BA4kd+eU5f3A1r4K2tGYty1g==} @@ -1340,8 +1340,8 @@ packages: '@serve.zone/interfaces@5.3.0': resolution: {integrity: sha512-venO7wtDR9ixzD9NhdERBGjNKbFA5LL0yHw4eqGh0UpmvtXVc3SFG0uuHDilOKMZqZ8bttV88qVsFy1aSTJrtA==} - '@serve.zone/remoteingress@3.0.1': - resolution: {integrity: sha512-B2TEjW9GF80QA2MhWFKO9a8k0VYY2rkoY7pX5AoAcuqVJjvOP2Izq/HfL4dYkKEmDkhRUd89W0/WXkHUJLfp8Q==} + '@serve.zone/remoteingress@3.0.2': + resolution: {integrity: sha512-FnwNVO0Dn9xuNv0t81u6pjCizSeCyMjkRKm6wN5qycCdGFoJmFbBamHqV01KtK1KcgDTd7LX+PowSqKReNrBGw==} '@sindresorhus/is@5.6.0': resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} @@ -6375,7 +6375,7 @@ snapshots: '@push.rocks/smartpromise@4.2.3': {} - '@push.rocks/smartproxy@25.5.0': + '@push.rocks/smartproxy@25.7.0': dependencies: '@push.rocks/smartcrypto': 2.0.4 '@push.rocks/smartlog': 3.1.11 @@ -6853,7 +6853,7 @@ snapshots: '@push.rocks/smartlog-interfaces': 3.0.2 '@tsclass/tsclass': 9.3.0 - '@serve.zone/remoteingress@3.0.1': + '@serve.zone/remoteingress@3.0.2': dependencies: '@push.rocks/qenv': 6.1.3 '@push.rocks/smartrust': 1.2.1 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7d6ff15..b77f663 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: '6.4.0', + version: '6.4.1', 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 7d6ff15..b77f663 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: '6.4.0', + version: '6.4.1', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }