Compare commits

..

4 Commits

Author SHA1 Message Date
da19d5de39 1.0.29 2020-06-01 18:40:22 +00:00
7380323186 fix(core): update 2020-06-01 18:40:22 +00:00
7a6923051f 1.0.28 2019-10-02 11:51:32 +02:00
0bac34dd37 fix(core): update 2019-10-02 11:51:31 +02:00
3 changed files with 1651 additions and 1076 deletions

View File

@ -4,6 +4,7 @@
"npmAccessLevel": "public" "npmAccessLevel": "public"
}, },
"gitzone": { "gitzone": {
"projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "gitzone", "gitscope": "gitzone",

2716
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
{ {
"name": "@gitzone/tstest", "name": "@gitzone/tstest",
"version": "1.0.27", "version": "1.0.29",
"private": false, "private": false,
"description": "a test utility to run tests that match test/**/*.ts", "description": "a test utility to run tests that match test/**/*.ts",
"main": "dist/index.js", "main": "dist_ts/index.js",
"typings": "dist/index.d.ts", "typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
@ -23,8 +23,8 @@
"@pushrocks/tapbundle": "^3.0.13" "@pushrocks/tapbundle": "^3.0.13"
}, },
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^1.0.40", "@gitzone/tsbundle": "^1.0.69",
"@gitzone/tsrun": "^1.2.8", "@gitzone/tsrun": "^1.2.10",
"@pushrocks/consolecolor": "^2.0.1", "@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartfile": "^7.0.6", "@pushrocks/smartfile": "^7.0.6",
"@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartlog": "^2.0.19",