Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db53d87cc5 | |||
| ff6244d3d1 | |||
| f0aafe9027 | |||
| 487f2acac8 |
13
changelog.md
13
changelog.md
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 11.0.38 - fix(deps)
|
||||
bump @git.zone/tsbuild to ^4.1.24
|
||||
|
||||
- Updated @git.zone/tsbuild in devDependencies from ^4.1.23 to ^4.1.24
|
||||
- Dev tooling dependency bump; no runtime or API changes expected
|
||||
|
||||
## 2026-03-05 - 11.0.37 - fix(dcrouter)
|
||||
bump patch version (no changes detected)
|
||||
|
||||
- No files changed in the provided diff
|
||||
- Current package version is 11.0.36 (package.json)
|
||||
- Recommend a patch bump to record a new release if desired
|
||||
|
||||
## 2026-03-05 - 11.0.36 - fix(repo)
|
||||
no changes detected; no release necessary
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@serve.zone/dcrouter",
|
||||
"private": false,
|
||||
"version": "11.0.36",
|
||||
"version": "11.0.38",
|
||||
"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.23",
|
||||
"@git.zone/tsbuild": "^4.1.24",
|
||||
"@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.23
|
||||
version: 4.1.23
|
||||
specifier: ^4.1.24
|
||||
version: 4.1.24
|
||||
'@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.23':
|
||||
resolution: {integrity: sha512-IskKidOdSFBWDo5Uu/XtiRbmgNO1YiQmgg3mpH7hQMABe0/afgpu2eNWiDwrWq/WlGCWnZSX8pCWYYF6PyQn7g==}
|
||||
'@git.zone/tsbuild@4.1.24':
|
||||
resolution: {integrity: sha512-UaKwxAZDxxUIFWUPRz7hoMl4V7Cyy5sSHlKozMUtADbrvAGwOjH8yMBgb/KWSTOUwo9Dza5hlhEeU0r7l7MtqA==}
|
||||
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.23':
|
||||
'@git.zone/tsbuild@4.1.24':
|
||||
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.36',
|
||||
version: '11.0.38',
|
||||
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.36',
|
||||
version: '11.0.38',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user