fix(core): update

This commit is contained in:
2023-07-13 02:09:53 +02:00
parent 85eb222bd9
commit d8e638a07f
7 changed files with 484 additions and 79 deletions

View File

@@ -3,8 +3,8 @@ import { tapCreator } from './tapbundle.tapcreator.js';
import { TapTools } from './tapbundle.classes.taptools.js';
// imported interfaces
import { Deferred } from '@pushrocks/smartpromise';
import { HrtMeasurement } from '@pushrocks/smarttime';
import { Deferred } from '@push.rocks/smartpromise';
import { HrtMeasurement } from '@push.rocks/smarttime';
// interfaces
export type TTestStatus = 'success' | 'error' | 'pending' | 'errorAfterSuccess' | 'timeout';