fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-22 00:04:27 +02:00
parent 3999015b23
commit 44431e7d25
4 changed files with 488 additions and 382 deletions

View File

@ -1,4 +1,4 @@
# gitzone standard # gitzone ci_default
image: hosttoday/ht-docker-node:npmci image: hosttoday/ht-docker-node:npmci
cache: cache:

854
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,10 +25,12 @@
"threads": "^0.12.1" "threads": "^0.12.1"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.8", "@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.1", "@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.18", "@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.7", "@pushrocks/tapbundle": "^3.0.11",
"@types/node": "^11.13.0" "@types/node": "^12.7.2",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
} }
} }

View File

@ -1,5 +1,5 @@
import * as path from 'path'; import * as path from 'path';
let threads = require('threads'); const threads = require('threads');
import * as smartpromise from '@pushrocks/smartpromise'; import * as smartpromise from '@pushrocks/smartpromise';
export { path, smartpromise, threads }; export { path, smartpromise, threads };