Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22691329a5 | |||
| e098e1a2ad | |||
| 16d64ec988 | |||
| cb1332ff76 | |||
| 3e52060788 | |||
| f041891a3f | |||
| f902c2c1db | |||
| e1a9e1f997 | |||
| d7b39a3017 | |||
| 0f41b0d8c7 | |||
| 2d33c037ba | |||
| dca7b37eb8 |
35
changelog.md
35
changelog.md
@@ -1,5 +1,40 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 11.0.29 - fix(build)
|
||||
bump @git.zone/tsbuild devDependency to ^4.1.18
|
||||
|
||||
- Updated @git.zone/tsbuild from ^4.1.17 to ^4.1.18
|
||||
- Change is a devDependency update only; no runtime behavior expected to change
|
||||
- Recommend patch version bump
|
||||
|
||||
## 2026-03-05 - 11.0.28 - fix(devDependencies)
|
||||
bump @git.zone/tsbuild devDependency to ^4.1.17
|
||||
|
||||
- package.json: updated @git.zone/tsbuild from ^4.1.16 to ^4.1.17 (devDependency)
|
||||
|
||||
## 2026-03-05 - 11.0.27 - fix(deps)
|
||||
bump @git.zone/tsbuild to ^4.1.16
|
||||
|
||||
- Updated devDependency @git.zone/tsbuild from ^4.1.15 to ^4.1.16 in package.json
|
||||
- No runtime code or dependency changes; only a dev/build tool bump
|
||||
|
||||
## 2026-03-05 - 11.0.26 - fix(devDependencies)
|
||||
bump @git.zone/tsbuild devDependency to ^4.1.15
|
||||
|
||||
- Updated devDependency @git.zone/tsbuild from ^4.1.14 to ^4.1.15 in package.json
|
||||
- No runtime changes; development tooling update only
|
||||
|
||||
## 2026-03-05 - 11.0.25 - fix(logger)
|
||||
remove build verification comment from logger export
|
||||
|
||||
- Removed parenthetical '(build verification)' from export comment in ts/logger.ts
|
||||
- No functional changes — this is a comment-only cleanup
|
||||
|
||||
## 2026-03-05 - 11.0.24 - fix(dcrouter)
|
||||
no changes detected — no release necessary
|
||||
|
||||
- No files changed in the provided diff; no code, docs, or dependency updates to release.
|
||||
|
||||
## 2026-03-05 - 11.0.23 - fix(deps)
|
||||
bump @git.zone/tsbuild devDependency to ^4.1.14
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@serve.zone/dcrouter",
|
||||
"private": false,
|
||||
"version": "11.0.23",
|
||||
"version": "11.0.29",
|
||||
"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.14",
|
||||
"@git.zone/tsbuild": "^4.1.18",
|
||||
"@git.zone/tsbundle": "^2.9.0",
|
||||
"@git.zone/tsrun": "^2.0.1",
|
||||
"@git.zone/tstest": "^3.2.0",
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -115,8 +115,8 @@ importers:
|
||||
version: 13.0.0
|
||||
devDependencies:
|
||||
'@git.zone/tsbuild':
|
||||
specifier: ^4.1.14
|
||||
version: 4.1.14
|
||||
specifier: ^4.1.18
|
||||
version: 4.1.18
|
||||
'@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.14':
|
||||
resolution: {integrity: sha512-xiDUojCP8KVgGCWFSXqfO/yD3zTyv5GTKWBMq7l76vg2ELbFmWgo653tQfeiK+BMtqgMlVIaYY0B/Cgs4tnqww==}
|
||||
'@git.zone/tsbuild@4.1.18':
|
||||
resolution: {integrity: sha512-082dwEDeSpnq5w2d6BgLxVJO4X6MfgtadO1iLoXymYa2udeTCN46mNPYxkJ9M+CiB4ifEbyghiXPiCnfkXhBcg==}
|
||||
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.14':
|
||||
'@git.zone/tsbuild@4.1.18':
|
||||
dependencies:
|
||||
'@git.zone/tspublish': 1.11.2
|
||||
'@push.rocks/early': 4.0.4
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/dcrouter',
|
||||
version: '11.0.23',
|
||||
version: '11.0.29',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
@@ -94,5 +94,5 @@ class StandardLogger {
|
||||
}
|
||||
}
|
||||
|
||||
// Export a singleton instance (build verification)
|
||||
// Export a singleton instance
|
||||
export const logger = new StandardLogger();
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/dcrouter',
|
||||
version: '11.0.23',
|
||||
version: '11.0.29',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user