Compare commits

...

2 Commits

Author SHA1 Message Date
0598357010 1.0.65 2022-03-18 14:17:06 +01:00
9dae6dcda1 fix(core): update 2022-03-18 14:17:05 +01:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@gitzone/tswatch",
"version": "1.0.64",
"version": "1.0.65",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gitzone/tswatch",
"version": "1.0.64",
"version": "1.0.65",
"license": "MIT",
"dependencies": {
"@gitzone/tsbundle": "^1.0.99",
@@ -18,7 +18,7 @@
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartserve": "^2.0.0",
"@pushrocks/smartserve": "^2.0.2",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^2.1.17"
},
@@ -3736,9 +3736,9 @@
}
},
"node_modules/@pushrocks/smartserve": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.0.tgz",
"integrity": "sha512-sfrQ4Zs4kPPCeAPhu2lKZm063LTtt0aeNMBtGq6RaYpG0tUtr+smHyXqTJrNGE21nhH2bzaaM+9syUfdVs3ilA==",
"version": "2.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.2.tgz",
"integrity": "sha512-gg5eRmqOiziCJmTZ6ejHVBH18xPRfEhEefnWRahopmP6t/z4dG4S8uy+M+X5nA4N+AwigrTQ3AeAGhOQ0oH9/w==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartchok": "^1.0.23",
@@ -13107,9 +13107,9 @@
}
},
"@pushrocks/smartserve": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.0.tgz",
"integrity": "sha512-sfrQ4Zs4kPPCeAPhu2lKZm063LTtt0aeNMBtGq6RaYpG0tUtr+smHyXqTJrNGE21nhH2bzaaM+9syUfdVs3ilA==",
"version": "2.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.2.tgz",
"integrity": "sha512-gg5eRmqOiziCJmTZ6ejHVBH18xPRfEhEefnWRahopmP6t/z4dG4S8uy+M+X5nA4N+AwigrTQ3AeAGhOQ0oH9/w==",
"requires": {
"@pushrocks/smartchok": "^1.0.23",
"@pushrocks/smartdelay": "^2.0.13",

View File

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