Compare commits

...

7 Commits

Author SHA1 Message Date
1337a6ec25 1.0.77 2022-04-21 23:36:16 +02:00
bd36e3edf3 fix(core): update 2022-04-21 23:36:15 +02:00
89fae2edc9 1.0.76 2022-03-31 12:29:59 +02:00
82b09ad253 fix(core): update 2022-03-31 12:29:58 +02:00
57ce71cda3 1.0.75 2022-03-25 19:58:11 +01:00
b171a14c0a fix(core): update 2022-03-25 19:58:11 +01:00
63e0d7fe9e 1.0.74 2022-03-22 23:13:23 +01:00
2 changed files with 1148 additions and 571 deletions

1699
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@gitzone/tswatch",
"version": "1.0.73",
"version": "1.0.77",
"private": false,
"description": "watch typescript projects during development",
"main": "dist_ts/index.js",
@@ -16,24 +16,24 @@
"build": "(tsbuild --web --skiplibcheck --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.59",
"@gitzone/tstest": "^1.0.69",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^17.0.21"
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.25"
},
"dependencies": {
"@gitzone/tsbundle": "^1.0.100",
"@gitzone/tsrun": "^1.2.31",
"@pushrocks/early": "^3.0.3",
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tsrun": "^1.2.32",
"@pushrocks/early": "^4.0.2",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartchok": "^1.0.23",
"@pushrocks/smartcli": "^3.0.14",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartserve": "^2.0.2",
"@pushrocks/smartserve": "^2.0.19",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^2.1.17"
"@pushrocks/taskbuffer": "^3.0.1"
},
"files": [
"ts/**/*",