From 9fdc68667174d5aa6af3399b91695418ab0dfb98 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 19 Oct 2022 19:42:07 +0200 Subject: [PATCH] fix(core): update --- package.json | 1 + pnpm-lock.yaml | 2 ++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 914f51d..1402c85 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5852b5..c6b4bfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fcbddc3..727ffa7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdaemon', - version: '2.0.2', + version: '2.0.3', description: 'start scripts as long running daemons and manage them' }