fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-08 15:35:41 +01:00
parent b1532fe23f
commit a2af8cef07
3 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@
"@types/node": "^20.10.7" "@types/node": "^20.10.7"
}, },
"dependencies": { "dependencies": {
"@api.global/typedserver": "^3.0.12", "@api.global/typedserver": "^3.0.13",
"@git.zone/tsbundle": "^2.0.10", "@git.zone/tsbundle": "^2.0.10",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.46",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",

View File

@ -6,8 +6,8 @@ settings:
dependencies: dependencies:
'@api.global/typedserver': '@api.global/typedserver':
specifier: ^3.0.12 specifier: ^3.0.13
version: 3.0.12 version: 3.0.13
'@git.zone/tsbundle': '@git.zone/tsbundle':
specifier: ^2.0.10 specifier: ^2.0.10
version: 2.0.10 version: 2.0.10
@ -71,8 +71,8 @@ packages:
'@push.rocks/smartpromise': 4.0.3 '@push.rocks/smartpromise': 4.0.3
'@push.rocks/webrequest': 3.0.34 '@push.rocks/webrequest': 3.0.34
/@api.global/typedserver@3.0.12: /@api.global/typedserver@3.0.13:
resolution: {integrity: sha512-LXIojw6h+/DYz3/rdW9z4HmBEeEud75bne3YY5eRg0+CPzKnbPCPJB+hWN5ejs9M6/POWjD9o7BLWtoTVx9SsQ==} resolution: {integrity: sha512-MuzHb70ROh53Ma/pK43qnz1kXTXWFeyR+KAbXCvun1bhC3FlmdAEcHyji9C5xxzKekUwOolUH70Bno/CvLqrFQ==}
dependencies: dependencies:
'@api.global/typedrequest': 3.0.4 '@api.global/typedrequest': 3.0.4
'@api.global/typedrequest-interfaces': 3.0.1 '@api.global/typedrequest-interfaces': 3.0.1
@ -393,7 +393,7 @@ packages:
resolution: {integrity: sha512-HQQvloUWGj4fPxOuhO7Dfxw83szRlIMNJpaJtIgDUWiMm6vF9ygvcMTgpUUkEmWjxQ/t/SkXvHqHjtfp0l4l2g==} resolution: {integrity: sha512-HQQvloUWGj4fPxOuhO7Dfxw83szRlIMNJpaJtIgDUWiMm6vF9ygvcMTgpUUkEmWjxQ/t/SkXvHqHjtfp0l4l2g==}
hasBin: true hasBin: true
dependencies: dependencies:
'@api.global/typedserver': 3.0.12 '@api.global/typedserver': 3.0.13
'@git.zone/tsbundle': 2.0.10 '@git.zone/tsbundle': 2.0.10
'@git.zone/tsrun': 1.2.46(@types/node@20.10.7) '@git.zone/tsrun': 1.2.46(@types/node@20.10.7)
'@push.rocks/consolecolor': 2.0.1 '@push.rocks/consolecolor': 2.0.1
@ -844,7 +844,7 @@ packages:
resolution: {integrity: sha512-Glqv1Zi5TXgD+04P8OvTpiytyfrQxTPv67qAwZizAVVQ2zWJJgKqnIuoHT1zKP8QiKRNer+D58LCxX0ZE2XfzQ==} resolution: {integrity: sha512-Glqv1Zi5TXgD+04P8OvTpiytyfrQxTPv67qAwZizAVVQ2zWJJgKqnIuoHT1zKP8QiKRNer+D58LCxX0ZE2XfzQ==}
dependencies: dependencies:
'@api.global/typedrequest-interfaces': 3.0.1 '@api.global/typedrequest-interfaces': 3.0.1
'@api.global/typedserver': 3.0.12 '@api.global/typedserver': 3.0.13
'@push.rocks/isohash': 2.0.1 '@push.rocks/isohash': 2.0.1
'@push.rocks/isounique': 1.0.5 '@push.rocks/isounique': 1.0.5
'@push.rocks/lik': 6.0.12 '@push.rocks/lik': 6.0.12

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tswatch', name: '@git.zone/tswatch',
version: '2.0.15', version: '2.0.16',
description: 'watch typescript projects during development' description: 'watch typescript projects during development'
} }