Compare commits

...

2 Commits

Author SHA1 Message Date
60c298c396 v11.0.33
Some checks failed
Docker (tags) / security (push) Failing after 0s
Docker (tags) / test (push) Has been skipped
Docker (tags) / release (push) Has been skipped
Docker (tags) / metadata (push) Has been skipped
2026-03-05 14:56:27 +00:00
d7f1c16454 fix(build): bump @git.zone/tsbuild to ^4.1.22 2026-03-05 14:56:27 +00:00
5 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-05 - 11.0.33 - fix(build)
bump @git.zone/tsbuild to ^4.1.22
- Updated devDependency @git.zone/tsbuild from ^4.1.21 to ^4.1.22
- Change affects build tooling only (devDependencies) — no runtime or API changes expected
## 2026-03-05 - 11.0.32 - fix(dev-deps)
bump @git.zone/tsbuild devDependency to ^4.1.21

View File

@@ -1,7 +1,7 @@
{
"name": "@serve.zone/dcrouter",
"private": false,
"version": "11.0.32",
"version": "11.0.33",
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
"type": "module",
"exports": {
@@ -19,7 +19,7 @@
"watch": "tswatch"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.21",
"@git.zone/tsbuild": "^4.1.22",
"@git.zone/tsbundle": "^2.9.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.2.0",

10
pnpm-lock.yaml generated
View File

@@ -115,8 +115,8 @@ importers:
version: 13.0.0
devDependencies:
'@git.zone/tsbuild':
specifier: ^4.1.21
version: 4.1.21
specifier: ^4.1.22
version: 4.1.22
'@git.zone/tsbundle':
specifier: ^2.9.0
version: 2.9.0
@@ -538,8 +538,8 @@ packages:
resolution: {integrity: sha512-YTVITFGN0/24PxzXrwqCgnyd7njDuzp5ZvaCx5nq/jg55kUYd94Nj8UTchBdBofi/L0nwRfjGOg0E41d2u9T1w==}
engines: {node: '>=6'}
'@git.zone/tsbuild@4.1.21':
resolution: {integrity: sha512-OxNAlj+wpXpY1rwtmPqh7AOBC5pwFUba20PLuuBUkYAnPH7b2YLzJMjSbJXPdijTL2T/BAPyXwzi6RCDtD1puA==}
'@git.zone/tsbuild@4.1.22':
resolution: {integrity: sha512-Qar/SbXU99V9o7BrFOZN/QtRHHPtlUqFUcXKTb+WHC4pw/UPZcU4sbDUS1Aqd15ZD/ND7Ig6BgknlBIXch304w==}
hasBin: true
'@git.zone/tsbundle@2.9.0':
@@ -4860,7 +4860,7 @@ snapshots:
dependencies:
'@fortawesome/fontawesome-common-types': 7.2.0
'@git.zone/tsbuild@4.1.21':
'@git.zone/tsbuild@4.1.22':
dependencies:
'@git.zone/tspublish': 1.11.2
'@push.rocks/early': 4.0.4

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '11.0.32',
version: '11.0.33',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '11.0.32',
version: '11.0.33',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}