fix(devDependencies): bump @git.zone/tsbuild devDependency to ^4.1.19
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-05 - 11.0.30 - fix(devDependencies)
|
||||||
|
bump @git.zone/tsbuild devDependency to ^4.1.19
|
||||||
|
|
||||||
|
- Updated @git.zone/tsbuild from ^4.1.18 to ^4.1.19 in package.json
|
||||||
|
- Change is limited to devDependencies (build toolchain) and should not affect runtime behavior
|
||||||
|
|
||||||
## 2026-03-05 - 11.0.29 - fix(build)
|
## 2026-03-05 - 11.0.29 - fix(build)
|
||||||
bump @git.zone/tsbuild devDependency to ^4.1.18
|
bump @git.zone/tsbuild devDependency to ^4.1.18
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"watch": "tswatch"
|
"watch": "tswatch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^4.1.18",
|
"@git.zone/tsbuild": "^4.1.19",
|
||||||
"@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
10
pnpm-lock.yaml
generated
@@ -115,8 +115,8 @@ importers:
|
|||||||
version: 13.0.0
|
version: 13.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@git.zone/tsbuild':
|
'@git.zone/tsbuild':
|
||||||
specifier: ^4.1.18
|
specifier: ^4.1.19
|
||||||
version: 4.1.18
|
version: 4.1.19
|
||||||
'@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.1.18':
|
'@git.zone/tsbuild@4.1.19':
|
||||||
resolution: {integrity: sha512-082dwEDeSpnq5w2d6BgLxVJO4X6MfgtadO1iLoXymYa2udeTCN46mNPYxkJ9M+CiB4ifEbyghiXPiCnfkXhBcg==}
|
resolution: {integrity: sha512-iPUbX7kHLC6zQHONfXiQVMxzSa5V9gcGzBziIhnPc2iwrviEQ8FFDBJx+koUF+w5Q6R07NmnfDWa37Qf0ZMEOg==}
|
||||||
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.1.18':
|
'@git.zone/tsbuild@4.1.19':
|
||||||
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
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/dcrouter',
|
name: '@serve.zone/dcrouter',
|
||||||
version: '11.0.29',
|
version: '11.0.30',
|
||||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/dcrouter',
|
name: '@serve.zone/dcrouter',
|
||||||
version: '11.0.29',
|
version: '11.0.30',
|
||||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user