Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f82c393e7 | |||
| afdb48367b | |||
| 53526ca3ba | |||
| 07e8f4489b | |||
| 14101a09d3 | |||
| 5344d53806 | |||
| 971535926c | |||
| c13a4ae4be | |||
| e7a03c48ae | |||
| a682329a3f |
30
changelog.md
30
changelog.md
@@ -1,5 +1,35 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 11.0.45 - fix(deps)
|
||||
bump @git.zone/tsbuild to ^4.2.2
|
||||
|
||||
- Updated @git.zone/tsbuild from ^4.2.1 to ^4.2.2 in package.json
|
||||
|
||||
## 2026-03-05 - 11.0.44 - fix(dev-deps)
|
||||
bump @git.zone/tsbuild devDependency to ^4.2.1
|
||||
|
||||
- Updated package.json devDependency @git.zone/tsbuild from ^4.2.0 to ^4.2.1
|
||||
- Non-breaking patch update for build tool dependency
|
||||
|
||||
## 2026-03-05 - 11.0.43 - fix(dcrouter)
|
||||
no changes detected; nothing to release
|
||||
|
||||
- Git diff reported no changes
|
||||
- No files were modified, so no version bump is recommended
|
||||
|
||||
## 2026-03-05 - 11.0.42 - fix(dcrouter)
|
||||
empty commit — no changes
|
||||
|
||||
- No files were modified in this commit
|
||||
- No version bump required
|
||||
|
||||
## 2026-03-05 - 11.0.41 - fix(deps)
|
||||
bump devDependency @git.zone/tsbuild to ^4.2.0
|
||||
|
||||
- Updated @git.zone/tsbuild from ^4.1.26 to ^4.2.0
|
||||
- Change made in package.json under devDependencies
|
||||
- No source code changes — dev tooling dependency bump
|
||||
|
||||
## 2026-03-05 - 11.0.40 - fix(deps)
|
||||
bump @git.zone/tsbuild devDependency to ^4.1.26
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@serve.zone/dcrouter",
|
||||
"private": false,
|
||||
"version": "11.0.40",
|
||||
"version": "11.0.45",
|
||||
"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.26",
|
||||
"@git.zone/tsbuild": "^4.2.2",
|
||||
"@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.26
|
||||
version: 4.1.26
|
||||
specifier: ^4.2.2
|
||||
version: 4.2.2
|
||||
'@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.26':
|
||||
resolution: {integrity: sha512-sRpg4iJ5/eRR8UJ+Sh+PpNAlCjJZd/7GWfcIVlY5AP+jHKnw0bihUm1UMENIguFhoVD6Y3Qz3rzipeLXN7ULAA==}
|
||||
'@git.zone/tsbuild@4.2.2':
|
||||
resolution: {integrity: sha512-Ah/EqXMUKIFq3lLCcD5ptyfMl/jLwUvdergGfuLpMgkWtUkygcvcjTioKrByDrRcONFCxnr0a/Xzv4ZuIRAeYQ==}
|
||||
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.26':
|
||||
'@git.zone/tsbuild@4.2.2':
|
||||
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.40',
|
||||
version: '11.0.45',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/dcrouter',
|
||||
version: '11.0.40',
|
||||
version: '11.0.45',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user