Compare commits

...

2 Commits

Author SHA1 Message Date
9950661a36 1.0.58 2022-03-10 15:58:18 +01:00
6fa461aff5 fix(core): update 2022-03-10 15:58:17 +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", "name": "@gitzone/tswatch",
"version": "1.0.57", "version": "1.0.58",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "1.0.57", "version": "1.0.58",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@gitzone/tsrun": "^1.2.18", "@gitzone/tsrun": "^1.2.18",
@@ -17,7 +17,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/smartparcel": "^1.0.11", "@pushrocks/smartparcel": "^1.0.12",
"@pushrocks/smartserve": "^1.1.41", "@pushrocks/smartserve": "^1.1.41",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^2.1.17" "@pushrocks/taskbuffer": "^2.1.17"
@@ -3028,9 +3028,9 @@
} }
}, },
"node_modules/@pushrocks/smartparcel": { "node_modules/@pushrocks/smartparcel": {
"version": "1.0.11", "version": "1.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.11.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.12.tgz",
"integrity": "sha512-WEZEDcDaUFuRgrttunA1FTO4XyfT2l+XSWoTL7V4Ag7HphXy4ik6DRsEIvLxuOJadPGdcDWs4RVGSa3b311ccA==", "integrity": "sha512-7aVauzjUv686B8LxdzEfvULsMSEqmrpC6uvLWaQ7VlxtZZc2RXuxJCLpZwqIMkHOheHm7Tx+PTaANILaxQm9xA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@parcel/core": "^2.3.2", "@parcel/core": "^2.3.2",
@@ -10874,9 +10874,9 @@
} }
}, },
"@pushrocks/smartparcel": { "@pushrocks/smartparcel": {
"version": "1.0.11", "version": "1.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.11.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.12.tgz",
"integrity": "sha512-WEZEDcDaUFuRgrttunA1FTO4XyfT2l+XSWoTL7V4Ag7HphXy4ik6DRsEIvLxuOJadPGdcDWs4RVGSa3b311ccA==", "integrity": "sha512-7aVauzjUv686B8LxdzEfvULsMSEqmrpC6uvLWaQ7VlxtZZc2RXuxJCLpZwqIMkHOheHm7Tx+PTaANILaxQm9xA==",
"requires": { "requires": {
"@parcel/core": "^2.3.2", "@parcel/core": "^2.3.2",
"@pushrocks/smartpath": "^4.0.3" "@pushrocks/smartpath": "^4.0.3"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tswatch", "name": "@gitzone/tswatch",
"version": "1.0.57", "version": "1.0.58",
"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/smartparcel": "^1.0.11", "@pushrocks/smartparcel": "^1.0.12",
"@pushrocks/smartserve": "^1.1.41", "@pushrocks/smartserve": "^1.1.41",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^2.1.17" "@pushrocks/taskbuffer": "^2.1.17"