Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0598357010 | |||
9dae6dcda1 |
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tswatch",
|
"name": "@gitzone/tswatch",
|
||||||
"version": "1.0.64",
|
"version": "1.0.65",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gitzone/tswatch",
|
"name": "@gitzone/tswatch",
|
||||||
"version": "1.0.64",
|
"version": "1.0.65",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gitzone/tsbundle": "^1.0.99",
|
"@gitzone/tsbundle": "^1.0.99",
|
||||||
@@ -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.0",
|
"@pushrocks/smartserve": "^2.0.2",
|
||||||
"@pushrocks/smartshell": "^2.0.30",
|
"@pushrocks/smartshell": "^2.0.30",
|
||||||
"@pushrocks/taskbuffer": "^2.1.17"
|
"@pushrocks/taskbuffer": "^2.1.17"
|
||||||
},
|
},
|
||||||
@@ -3736,9 +3736,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@pushrocks/smartserve": {
|
"node_modules/@pushrocks/smartserve": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.2",
|
||||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.2.tgz",
|
||||||
"integrity": "sha512-sfrQ4Zs4kPPCeAPhu2lKZm063LTtt0aeNMBtGq6RaYpG0tUtr+smHyXqTJrNGE21nhH2bzaaM+9syUfdVs3ilA==",
|
"integrity": "sha512-gg5eRmqOiziCJmTZ6ejHVBH18xPRfEhEefnWRahopmP6t/z4dG4S8uy+M+X5nA4N+AwigrTQ3AeAGhOQ0oH9/w==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartchok": "^1.0.23",
|
"@pushrocks/smartchok": "^1.0.23",
|
||||||
@@ -13107,9 +13107,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@pushrocks/smartserve": {
|
"@pushrocks/smartserve": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.2",
|
||||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartserve/-/smartserve-2.0.2.tgz",
|
||||||
"integrity": "sha512-sfrQ4Zs4kPPCeAPhu2lKZm063LTtt0aeNMBtGq6RaYpG0tUtr+smHyXqTJrNGE21nhH2bzaaM+9syUfdVs3ilA==",
|
"integrity": "sha512-gg5eRmqOiziCJmTZ6ejHVBH18xPRfEhEefnWRahopmP6t/z4dG4S8uy+M+X5nA4N+AwigrTQ3AeAGhOQ0oH9/w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@pushrocks/smartchok": "^1.0.23",
|
"@pushrocks/smartchok": "^1.0.23",
|
||||||
"@pushrocks/smartdelay": "^2.0.13",
|
"@pushrocks/smartdelay": "^2.0.13",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tswatch",
|
"name": "@gitzone/tswatch",
|
||||||
"version": "1.0.64",
|
"version": "1.0.65",
|
||||||
"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.0",
|
"@pushrocks/smartserve": "^2.0.2",
|
||||||
"@pushrocks/smartshell": "^2.0.30",
|
"@pushrocks/smartshell": "^2.0.30",
|
||||||
"@pushrocks/taskbuffer": "^2.1.17"
|
"@pushrocks/taskbuffer": "^2.1.17"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user