Compare commits

..

6 Commits

Author SHA1 Message Date
e9c72952ab v11.0.48
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 15:57:20 +00:00
1bd485c43e fix(deps): bump @git.zone/tsbuild to ^4.2.3 2026-03-05 15:57:20 +00:00
421a0390ba v11.0.47
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 15:50:09 +00:00
c7f87a7c22 fix(dcrouter): no code changes; nothing to release 2026-03-05 15:50:09 +00:00
390d5c648f v11.0.46
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 15:38:01 +00:00
ec651c1cdb fix(none): no changes detected 2026-03-05 15:38:01 +00:00
5 changed files with 26 additions and 9 deletions

View File

@@ -1,5 +1,22 @@
# Changelog # Changelog
## 2026-03-05 - 11.0.48 - fix(deps)
bump @git.zone/tsbuild to ^4.2.3
- package.json: updated devDependency @git.zone/tsbuild from ^4.2.2 to ^4.2.3
## 2026-03-05 - 11.0.47 - fix(dcrouter)
no code changes; nothing to release
- No files changed in this commit (git diff is empty)
- No version bump required
## 2026-03-05 - 11.0.46 - fix(none)
no changes detected
- Git diff reported no changes
- No files were modified; no version bump required
## 2026-03-05 - 11.0.45 - fix(deps) ## 2026-03-05 - 11.0.45 - fix(deps)
bump @git.zone/tsbuild to ^4.2.2 bump @git.zone/tsbuild to ^4.2.2

View File

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

10
pnpm-lock.yaml generated
View File

@@ -115,8 +115,8 @@ importers:
version: 13.0.0 version: 13.0.0
devDependencies: devDependencies:
'@git.zone/tsbuild': '@git.zone/tsbuild':
specifier: ^4.2.2 specifier: ^4.2.3
version: 4.2.2 version: 4.2.3
'@git.zone/tsbundle': '@git.zone/tsbundle':
specifier: ^2.9.0 specifier: ^2.9.0
version: 2.9.0 version: 2.9.0
@@ -538,8 +538,8 @@ packages:
resolution: {integrity: sha512-YTVITFGN0/24PxzXrwqCgnyd7njDuzp5ZvaCx5nq/jg55kUYd94Nj8UTchBdBofi/L0nwRfjGOg0E41d2u9T1w==} resolution: {integrity: sha512-YTVITFGN0/24PxzXrwqCgnyd7njDuzp5ZvaCx5nq/jg55kUYd94Nj8UTchBdBofi/L0nwRfjGOg0E41d2u9T1w==}
engines: {node: '>=6'} engines: {node: '>=6'}
'@git.zone/tsbuild@4.2.2': '@git.zone/tsbuild@4.2.3':
resolution: {integrity: sha512-Ah/EqXMUKIFq3lLCcD5ptyfMl/jLwUvdergGfuLpMgkWtUkygcvcjTioKrByDrRcONFCxnr0a/Xzv4ZuIRAeYQ==} resolution: {integrity: sha512-JFxGesVKXFPLPnieuuw6RkaSjC4z3jQLsCVnWw+Dau5YuI6zXNzOIhZ1lK8gTPOgQLqBWVfDXLrYv0Sxd7SP4w==}
hasBin: true hasBin: true
'@git.zone/tsbundle@2.9.0': '@git.zone/tsbundle@2.9.0':
@@ -4860,7 +4860,7 @@ snapshots:
dependencies: dependencies:
'@fortawesome/fontawesome-common-types': 7.2.0 '@fortawesome/fontawesome-common-types': 7.2.0
'@git.zone/tsbuild@4.2.2': '@git.zone/tsbuild@4.2.3':
dependencies: dependencies:
'@git.zone/tspublish': 1.11.2 '@git.zone/tspublish': 1.11.2
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4

View File

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

View File

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