fix(dependencies): update

This commit is contained in:
2018-08-08 23:38:43 +02:00
parent 7b6260bb15
commit be393199be
3 changed files with 126 additions and 47 deletions

View File

@ -4,7 +4,7 @@ import { TapTools } from './tapbundle.classes.taptools';
// imported interfaces
import { HrtMeasurement } from '@pushrocks/early';
import { Deferred } from 'smartq';
import { Deferred } from '@pushrocks/smartpromise';
// interfaces
export type TTestStatus = 'success' | 'error' | 'pending' | 'errorAfterSuccess' | 'timeout';