Compare commits

..

2 Commits

Author SHA1 Message Date
a6ecf1d530 1.0.31 2020-06-01 19:52:25 +00:00
22703f261c fix(core): update 2020-06-01 19:52:24 +00:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.30",
"version": "1.0.31",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1281,9 +1281,9 @@
}
},
"@gitzone/tsrun": {
"version": "1.2.10",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.10.tgz",
"integrity": "sha512-o9u8uPvC7hKNCmZlsvz37EnoiuvmP6B9EFOgZXR7b/brWHgnbv7hJJeeCLWqISE60jXx+cUC8jU5mil5yoEcHQ==",
"version": "1.2.12",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.12.tgz",
"integrity": "sha512-xR+Ry3dj1L4fR72cYgEAmlE9colXXSPNg0i2jRJFudGO7ZqeGn+mPDOXmg/g7RbEd1wa9uJepgsOy4IlC9JB+g==",
"requires": {
"@pushrocks/smartfile": "^7.0.12",
"ts-node": "^8.10.2",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.30",
"version": "1.0.31",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js",
@ -24,7 +24,7 @@
},
"dependencies": {
"@gitzone/tsbundle": "^1.0.69",
"@gitzone/tsrun": "^1.2.10",
"@gitzone/tsrun": "^1.2.12",
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartfile": "^7.0.6",
"@pushrocks/smartlog": "^2.0.19",