fix(core): update

This commit is contained in:
2020-05-27 16:59:26 +00:00
parent b77677b089
commit d1ff77d9f5
10 changed files with 86 additions and 60 deletions

View File

@@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest ./test/)",
"build": "(tsbuild && tsbundle npm --production)"
"build": "(tsbuild && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
@@ -22,12 +22,12 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartpromise": "^3.0.2",
"@types/cron": "^1.7.1",
"@types/luxon": "^1.15.1",
"cron-parser": "^2.14.0",
"luxon": "^1.16.0"
"croner": "^1.1.23",
"dayjs": "^1.8.27",
"is-nan": "^1.3.0"
},
"files": [
"ts/**/*",