Compare commits

...

4 Commits

Author SHA1 Message Date
e919a4a2e9 1.0.74 2022-11-08 08:03:17 +01:00
85f6703696 fix(core): update 2022-11-08 08:03:17 +01:00
4c2812f671 1.0.73 2022-08-03 19:48:20 +02:00
bab93448e8 fix(core): update 2022-08-03 19:48:19 +02:00
5 changed files with 4216 additions and 10494 deletions

10464
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.72",
"version": "1.0.74",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js",
@ -19,24 +19,22 @@
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@gitzone/tsbuild": "^2.1.65",
"@types/node": "^18.11.9"
},
"dependencies": {
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsbundle": "^2.0.6",
"@gitzone/tsrun": "^1.2.37",
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartbrowser": "^2.0.2",
"@pushrocks/smartbrowser": "^2.0.5",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartexpress": "^4.0.5",
"@pushrocks/smartfile": "^10.0.2",
"@pushrocks/smartlog": "^3.0.0",
"@pushrocks/smartexpress": "^4.0.21",
"@pushrocks/smartfile": "^10.0.4",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/tapbundle": "^5.0.3",
"@types/figures": "^3.0.1",
"figures": "^4.0.1"
"@pushrocks/tapbundle": "^5.0.4",
"figures": "^5.0.0"
},
"files": [
"ts/**/*",

4205
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tstest',
version: '1.0.72',
version: '1.0.74',
description: 'a test utility to run tests that match test/**/*.ts'
}

View File

@ -1,17 +0,0 @@
{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"member-ordering": {
"options":{
"order": [
"static-method"
]
}
}
},
"defaultSeverity": "warning"
}