fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-04 18:58:35 +02:00
parent 19e45b305c
commit eeba113e09
3 changed files with 79 additions and 8195 deletions

8260
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,19 +24,19 @@
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^1.0.101", "@gitzone/tsbundle": "^2.0.2",
"@gitzone/tsrun": "^1.2.32", "@gitzone/tsrun": "^1.2.32",
"@pushrocks/consolecolor": "^2.0.1", "@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartbrowser": "^2.0.2", "@pushrocks/smartbrowser": "^2.0.2",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartexpress": "^4.0.3", "@pushrocks/smartexpress": "^4.0.4",
"@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.3",
"@types/figures": "^3.0.1", "@types/figures": "^3.0.1",
"figures": "^4.0.0" "figures": "^4.0.1"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@gitzone/tstest',
version: '1.0.71',
description: 'a test utility to run tests that match test/**/*.ts'
}