fix(test & plugins): Rename test client variable and export smartrequest in client plugins

This commit is contained in:
2025-05-27 11:39:22 +00:00
parent 1e6d59b5b2
commit f9aa961e01
6 changed files with 26 additions and 15 deletions

View File

@ -9,8 +9,9 @@ export { dns };
// pushrocks scope
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
export { smartdelay, smartenv, smartpromise };
export { smartdelay, smartenv, smartpromise, smartrequest };
import * as tsclass from '@tsclass/tsclass';