fix(core): update

This commit is contained in:
2020-06-01 18:40:22 +00:00
parent 7a6923051f
commit 7380323186
3 changed files with 2333 additions and 381 deletions
+1
View File
@@ -4,6 +4,7 @@
"npmAccessLevel": "public"
},
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
+2328 -378
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -3,8 +3,8 @@
"version": "1.0.28",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"bin": {
@@ -23,7 +23,8 @@
"@pushrocks/tapbundle": "^3.0.13"
},
"dependencies": {
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tsbundle": "^1.0.69",
"@gitzone/tsrun": "^1.2.10",
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartfile": "^7.0.6",
"@pushrocks/smartlog": "^2.0.19",