Compare commits

...

2 Commits

Author SHA1 Message Date
181369ad3f 1.0.81 2022-04-22 09:25:57 +02:00
d5816b0ed8 fix(core): update 2022-04-22 09:25:57 +02:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "1.0.80", "version": "1.0.81",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "1.0.80", "version": "1.0.81",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^1.0.102", "@gitzone/tsbundle": "^1.0.102",
@@ -18,7 +18,7 @@
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartserve": "^2.0.23", "@pushrocks/smartserve": "^2.0.24",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^3.0.1" "@pushrocks/taskbuffer": "^3.0.1"
}, },
@@ -3744,9 +3744,9 @@
} }
}, },
"node_modules/@pushrocks/smartserve": { "node_modules/@pushrocks/smartserve": {
"version": "2.0.23", "version": "2.0.24",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.23.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.24.tgz",
"integrity": "sha512-mAyrZZxbQBHD/QERM/NdPoYjG9156IogpPQmR610/QNMTAGyf+cyN83Qf9gIexts/bDW8w7kGyc5JKvuJ+nQPQ==", "integrity": "sha512-W0loerKrDb2nQZF2rj7WyVGuhNx3dzU1U2GNvLqXgF0A2Q86FmEFnfUO0tOOYloOGnShOBdHTmLR/QGbTvRaiw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartchok": "^1.0.23", "@pushrocks/smartchok": "^1.0.23",
@@ -13285,9 +13285,9 @@
} }
}, },
"@pushrocks/smartserve": { "@pushrocks/smartserve": {
"version": "2.0.23", "version": "2.0.24",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.23.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.24.tgz",
"integrity": "sha512-mAyrZZxbQBHD/QERM/NdPoYjG9156IogpPQmR610/QNMTAGyf+cyN83Qf9gIexts/bDW8w7kGyc5JKvuJ+nQPQ==", "integrity": "sha512-W0loerKrDb2nQZF2rj7WyVGuhNx3dzU1U2GNvLqXgF0A2Q86FmEFnfUO0tOOYloOGnShOBdHTmLR/QGbTvRaiw==",
"requires": { "requires": {
"@pushrocks/smartchok": "^1.0.23", "@pushrocks/smartchok": "^1.0.23",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "1.0.80", "version": "1.0.81",
"private": false, "private": false,
"description": "watch typescript projects during development", "description": "watch typescript projects during development",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -31,7 +31,7 @@
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartserve": "^2.0.23", "@pushrocks/smartserve": "^2.0.24",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^3.0.1" "@pushrocks/taskbuffer": "^3.0.1"
}, },