Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
1466725b54 | |||
9fdc686671 | |||
4cca23cffa | |||
f683fc1fa7 | |||
d25665519a | |||
e54e0b4ee3 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartdaemon",
|
"name": "@pushrocks/smartdaemon",
|
||||||
"version": "2.0.0",
|
"version": "2.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "start scripts as long running daemons and manage them",
|
"description": "start scripts as long running daemons and manage them",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@ -9,11 +9,12 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)",
|
"build": "(tsbuild --web --allowimplicitany)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"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"
|
||||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -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
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartdaemon',
|
name: '@pushrocks/smartdaemon',
|
||||||
version: '2.0.0',
|
version: '2.0.3',
|
||||||
description: 'start scripts as long running daemons and manage them'
|
description: 'start scripts as long running daemons and manage them'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user