4 Commits

Author SHA1 Message Date
1466725b54 2.0.3 2022-10-19 19:42:07 +02:00
9fdc686671 fix(core): update 2022-10-19 19:42:07 +02:00
4cca23cffa 2.0.2 2022-10-19 19:39:33 +02:00
f683fc1fa7 fix(core): update 2022-10-19 19:39:33 +02:00
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdaemon",
"version": "2.0.1",
"version": "2.0.3",
"private": false,
"description": "start scripts as long running daemons and manage them",
"main": "dist_ts/index.js",
@ -14,6 +14,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.38",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.2"

2
pnpm-lock.yaml generated
View File

@ -2,6 +2,7 @@ lockfileVersion: 5.4
specifiers:
'@gitzone/tsbuild': ^2.1.25
'@gitzone/tsrun': ^1.2.38
'@gitzone/tstest': ^1.0.52
'@pushrocks/lik': ^6.0.0
'@pushrocks/smartfile': ^10.0.5
@ -26,6 +27,7 @@ dependencies:
devDependencies:
'@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
'@pushrocks/tapbundle': 5.0.4
'@types/node': 18.11.2

View File

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