Compare commits

..

2 Commits

Author SHA1 Message Date
d01905ae99 1.0.33 2020-03-09 15:08:06 +00:00
59c744cc5e fix(core): update 2020-03-09 15:08:05 +00:00
2 changed files with 6 additions and 11 deletions

13
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@gitzone/tswatch",
"version": "1.0.32",
"version": "1.0.33",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -943,9 +943,9 @@
}
},
"@gitzone/tsbundle": {
"version": "1.0.51",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.51.tgz",
"integrity": "sha512-nLYN9z78FPpCcY1FcBs41xWj9KHfoB2OkAh40rYgPbXkVzl7vSHTshX3wuD4oyXQIHgenKTFLuAjaskb6B2sPA==",
"version": "1.0.52",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.52.tgz",
"integrity": "sha512-BR5B8Hrnj8d84SUxhRdWk0x2QkTPSflTZ0quLIRWLn6BGSQ/kFEWv+KQkhJw3NKN3yjO/GWalFCP89Amq8URIw==",
"requires": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
@@ -1032,11 +1032,6 @@
"@types/node": "*"
}
},
"@types/node": {
"version": "13.9.0",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-13.9.0.tgz",
"integrity": "sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ=="
},
"fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://verdaccio.lossless.one/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",

View File

@@ -1,6 +1,6 @@
{
"name": "@gitzone/tswatch",
"version": "1.0.32",
"version": "1.0.33",
"private": false,
"description": "watch typescript projects during development",
"main": "dist/index.js",
@@ -23,7 +23,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@gitzone/tsbundle": "^1.0.51",
"@gitzone/tsbundle": "^1.0.52",
"@gitzone/tsrun": "^1.2.8",
"@pushrocks/early": "^3.0.3",
"@pushrocks/lik": "^3.0.19",