fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-19 19:42:07 +02:00
parent 4cca23cffa
commit 9fdc686671
3 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.25", "@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.38",
"@gitzone/tstest": "^1.0.52", "@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.2" "@types/node": "^18.11.2"

View File

@ -2,6 +2,7 @@ lockfileVersion: 5.4
specifiers: specifiers:
'@gitzone/tsbuild': ^2.1.25 '@gitzone/tsbuild': ^2.1.25
'@gitzone/tsrun': ^1.2.38
'@gitzone/tstest': ^1.0.52 '@gitzone/tstest': ^1.0.52
'@pushrocks/lik': ^6.0.0 '@pushrocks/lik': ^6.0.0
'@pushrocks/smartfile': ^10.0.5 '@pushrocks/smartfile': ^10.0.5
@ -26,6 +27,7 @@ dependencies:
devDependencies: devDependencies:
'@gitzone/tsbuild': 2.1.65 '@gitzone/tsbuild': 2.1.65
'@gitzone/tsrun': 1.2.38_@types+node@18.11.2
'@gitzone/tstest': 1.0.73_@types+node@18.11.2 '@gitzone/tstest': 1.0.73_@types+node@18.11.2
'@pushrocks/tapbundle': 5.0.4 '@pushrocks/tapbundle': 5.0.4
'@types/node': 18.11.2 '@types/node': 18.11.2

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartdaemon', name: '@pushrocks/smartdaemon',
version: '2.0.2', version: '2.0.3',
description: 'start scripts as long running daemons and manage them' description: 'start scripts as long running daemons and manage them'
} }